Commit Graph

190 Commits (20e800adb4153695ab0a1be466de2e8a6922cc18)

Author SHA1 Message Date
asolino fccc584098 Support DCERPC.V5 library and SMB2 for smb_login and smb_lookupsid modules 9 years ago
asolino e6b7be52f7 Fixes on_windows() method when running under OSX
on_windows() checks platform.system().lower() == 'win'
However, under OSX the returned string is 'Darwin', matching 'win' ;)
According to https://docs.python.org/2/library/platform.html,
for Windows systems it should return 'Windows'.

I just changed the comparison against 'Win' w/o calling lower().
Hopefully it works well on all Windows.
It does work well on OSX :P
9 years ago
lanjelot b08d5357dc support for Windows 9 years ago
lanjelot 3dff78d88c fixed bug where producer would exit prematurely 9 years ago
Dan McInerney 3e38a21dda snmp typo 9 years ago
lanjelot 378d036c0a fixed typo 9 years ago
lanjelot f0a03d7113 new ike_enum module 9 years ago
lanjelot 2b0d81f35d forgot to comment out debug line 9 years ago
lanjelot ad3871eae7 switched to multiprocesses (instead of threads) to have the new --timeout option work with signals 9 years ago
lanjelot 32f7feebac defined a NullHandler for python 2.6 9 years ago
lanjelot c37ff75fa7 added keyfile option to ssh_login 10 years ago
lanjelot 576be76d99 added service_name option to oracle_login module 10 years ago
lanjelot 5a140c1501 fixed bug with RANGE and PROG keywords where the generators were not restartable 10 years ago
lanjelot 7ccbc20371 updated doc 10 years ago
lanjelot d09d1176aa added option to ssh_login to automatically fallback to keyboard-interactive auth 10 years ago
lanjelot baa9b42f17 released v0.6 10 years ago
lanjelot fd0346bfe8 pad hex range 10 years ago
lanjelot ece1343ccd added auto_urlencode option to http_fuzz 10 years ago
lanjelot 2f53ccfa81 switched to using default_timer 10 years ago
lanjelot 23cc78ba1f added doc for rlogin_login 10 years ago
lanjelot 766d92735e improved smb_login error codes 10 years ago
lanjelot effdbbd291 added more tlds to dns_forward 10 years ago
lanjelot 4a4b6497ad minor fixes 10 years ago
lanjelot 18a63647d7 new rlogin_login module 10 years ago
lanjelot ac0525c228 wrong timing in http_fuzz 10 years ago
lanjelot d39b11c60d fixed bugs in http_fuzz 11 years ago
lanjelot 3076b2e216 support resuming 11 years ago
lanjelot bc432a96c8 only one logger to have the same asctime across all handlers 11 years ago
lanjelot d9dd72d35f fixed bugs 11 years ago
lanjelot b65d37cf76 added CSV and XML output formats 11 years ago
lanjelot afdb3c5e8f added real execution time 11 years ago
lanjelot af7016b7a6 fixed bug in http_fuzz 11 years ago
lanjelot e40fdebe4a improved RANGE keyword 11 years ago
lanjelot ec7d302c55 new umbraco_crack module 11 years ago
lanjelot edf08799ee fixed logformat bug 11 years ago
lanjelot 6a700d7cbd added time column 11 years ago
lanjelot 9abd1e874a released v0.5 11 years ago
lanjelot 65e3c6fe7c changelog updated for v0.5 11 years ago
lanjelot 73ff44ac4c added the RANGE and PROG keywords (replaces the stdin capability) 11 years ago
lanjelot 2a1b9c5b27 switched to impacket for mssql_login 11 years ago
lanjelot 5da0649d2e output a bit more intuitive, fixed bug in smb_lookupsid 11 years ago
lanjelot 251f33cd08 resume wont overwrite logs, interactive -x wont crash 11 years ago
lanjelot ba6e6a8c6b will run even with no keywords 11 years ago
lanjelot a4eba5ec06 new mysql_query module 11 years ago
lanjelot 004f045009 rewrote buggy connection cache 11 years ago
lanjelot d0b7b1d0e8 changelog updated for v0.4 12 years ago
lanjelot f58e7afe10 new vmauthd_login module 12 years ago
lanjelot 5ef1281611 added url encoding 12 years ago
lanjelot ed322c0ab2 rewrote itertools.product to avoid memory over-consumption bug with large wordlists 12 years ago
lanjelot 12bb3dcb9d new imap_login module 12 years ago
lanjelot 3714354e27 added a timeout option for vnc_login 12 years ago
lanjelot eada497c57 fixed bug in oracle_login regarding thread safety 12 years ago
lanjelot d9b0270cfc added SSL/TLS support to FTP, SMTP and POP3 modules 12 years ago
lanjelot 68a0590304 new pop_login module 12 years ago
lanjelot 097870d4f1 added a timeout option for telnet_login and smtp_* 12 years ago
lanjelot 7600bd3ffe added a timeout option for pgsql_login 12 years ago
lanjelot 3c3539feeb added a timeout option for mssql_login, improved debug logging 12 years ago
lanjelot effdb620c6 added a timeout option for mysql_login 12 years ago
lanjelot cc0b978733 added a timeout option for ftp_login 12 years ago
lanjelot 61e4f6e85e before_egrep now allows more than one expression 12 years ago
lanjelot b89667a9a2 improved dns modules, swithed to dnspython 12 years ago
lanjelot 01121b3cc0 easier usage, better connection cache especially for SSH, user can now act upon specific failures (eg. quit) 12 years ago
lanjelot c41e1718e9 fixed from_stdin, fixed --resume, removed --rate-reset 12 years ago
lanjelot f51264f83d new finger_lookup module 12 years ago
lanjelot 7f8040102f new smb_lookupsid module 12 years ago
lanjelot 3d8019e341 immediately quit if user hits ctrl-c twice 12 years ago
lanjelot 589674f6fc no more heaploads of exceptions and tracebacks when daemon threads are killed 12 years ago
lanjelot e5c32748ac fixed python3 bug in oracle_login 12 years ago
lanjelot 4f67d02e7f fixed bug and python3 compat in vnc_login 12 years ago
lanjelot 87c29fa7ac patator can now read from stdin 12 years ago
lanjelot 207251f610 better usage info 12 years ago
lanjelot c1e8b9558e fixed bug "dictionary changed size during iteration" in TCP_Cache 12 years ago
lanjelot 2122a574b1 lightened README 12 years ago
lanjelot 2f7396dfe2 ported to python3 12 years ago
lanjelot f35de5309d fixed bug in vnc_login, returned success code was O instead of 0 12 years ago
lanjelot 91bc4d9e78 added action free 12 years ago
Sebastien d81edcf19c added before_egrep option in http_fuzz 12 years ago
Lanjelot 9fad5fea06 changelog updated for v0.3 13 years ago
Lanjelot 113fad14b3 added OPTIONS example and multiline egrep matching in http_fuzz 13 years ago
Lanjelot 69b04cf54b Added size ranges like -N or N-. And url=FILE0 now works in http_fuzz 13 years ago
Lanjelot 6f8cde0cb2 remaining dependencies 13 years ago
Lanjelot 1aa64b4808 better warnings about missing dependencies 13 years ago
Lanjelot 04e539b273 option -e better explained, no CN check in http_fuzz w/ SSL 13 years ago
Lanjelot caa396a6ea minor bug fixes in http_fuzz 13 years ago
Lanjelot 9eea105b26 changelog update 13 years ago
Lanjelot c0ce41ad8e bug fixed in final Avg speed 13 years ago
Lanjelot 8c4569bfac new smtp_login module
bugs fixed in smtp modules
better trace output in http_fuzz
13 years ago
Lanjelot 974ad0e1cb bug fixed in telnet_login, and --rate-reset 13 years ago
Lanjelot 4e0375b4b5 added --resume option, bug fixed in telnet_login 13 years ago
Lanjelot 439078892e public release 13 years ago