-
We've used this to allow users to login, create a RDP application to their own internal desktop. 0.2.1_03 doesn't seem to allow them to create their own applications. Am I missing something in the permissions to allow this?
Thanks!
2006-06-22 16:16:44 UTC in SSL-Explorer
-
Coffee to the rescue...
In src/Makefile on line 24 change
$(LD) $(LDFLAGS) -o $@ wepattack.o rc4.o wepfilter.o log.o\
to
$(LD) $(LDFLAGS) -o $@ wepattack.o rc4.o wepfilter.o log.o \
...it needs the space before the newline, at least on gcc 4.0.3.
2006-06-10 13:38:45 UTC in WepAttack
-
I'm trying to compile 0.1.3 on umbuntu dapper. I get the following error:
gcc -o wepattack wepattack.o rc4.o wepfilter.o log.o\
modes.o misc.o verify.o keygen.o -lpcap -lz -lcrypto
gcc: log.omodes.o: No such file or directory
make: *** [wepattack] Error 1
Any ideas why? Google shows nothing...
Thanks.
2006-06-09 23:26:40 UTC in WepAttack