moxie0 / sslsniff

A tool for automated MITM attacks on SSL connections.
Other
546 stars 118 forks source link

No "configure" file #10

Closed senden9 closed 12 years ago

senden9 commented 12 years ago

In "README":

There is no "configure" file.

wsot commented 12 years ago

To create the configure file you need to run a few commands. Go to the directory to which you extracted the files/did the repository pull then run: aclocal autoconf automake --add-missing

Then you can run ./configure and make