sslsniff
sslsniff copied to clipboard
A tool for automated MITM attacks on SSL connections.
Use OpenSSL facilities to parse the CN from the DN. This allows to correctly parse certificates which have additional DN components after the CN, such as "emailAddress". The manual parsing...
If you sprecify an (optional) email address in the certificate request, sslsniff adds it to the CN as part of the hostname. This results in invalid DNS lookups. Example: $...
Installed through default apt repos in Ubuntu 16. Using the example command from man page: sslsniff -a -c /usr/share/sslsniff/certs/wildcard -s 4433 -w /tmp/sslsniff.log Error messsaage is: `terminate called after throwing...
# sslsniff -t -s 8080 -w sslsniff.log -c certs terminate called after throwing an instance of 'boost::exception_detail::clone_impl' what(): resolve: Host not found (authoritative) Abgebrochen I find no explanation. The "authority...
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sslsniff\" -DVERSION=\"0.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -ggdb -g -O2 -MT SSLConnectionManager.o -MD -MP -MF .deps/SSLConnectionManager.Tpo -c...
Moxie, it seems that you removed the tags from the Github repository, was this intentional? Cheers, -Hilko
My name is Davy Yue, and I am the Founder + CEO of LifeEverlasting, an innovative technology enabling a user to interact with anyone from history. See our pitch slide...
Would you like to do an interview on SER? My previous shows: http://www.se-radio.net/team/kim-carter/
Close #27
Hello, if you try to build sslsniff with OpenSSL 1.1 it will fail: ``` In file included from SSLBridge.hpp:41:0, from HTTPSBridge.hpp:24, from FirefoxUpdater.hpp:23, from FirefoxAddonUpdater.hpp:26, from SSLConnectionManager.cpp:20: certificate/Certificate.hpp: In member...