Commit Graph

108 Commits (f544d1b66b1561bbf83c352b534ffe8de0493b2b)

Author SHA1 Message Date
g0tmi1k 5885879bb8 Add before_header feature
This allows to set a custom header in the before_urls request
9 years ago
g0tmi1k 0a0bf32e1f Remove trailing spaces 9 years ago
lanjelot d1dd6c49b0 Merge branch 'nico' adding more info to XML output 9 years ago
lanjelot a7f4a4fb55 added rdp_login module (calls xfreerdp) 9 years ago
ValdikSS 983cb55515 Always use Python2 9 years ago
Julien a6eefaaa44 Update for recent vnc (tested on ultraVNC P4_6_3) 9 years ago
lanjelot 0d239d36d0 fixed 2 minor bugs in smtp_login and ftp_login w/tls (thanks Julien) 9 years ago
lanjelot 0b2ad0dc5e match more than one code in -x with a regex 9 years ago
lanjelot f6de99e33e added option --allow-ignore-failures 9 years ago
lanjelot ec04f6327e add even more info to xml 9 years ago
lanjelot 9494723c3d adding more info to xml output 9 years ago
lanjelot 16b7ad71e7 fixed usage bugs 9 years ago
lanjelot d830355821 added support for PyInstaller on Windows 9 years ago
lanjelot 6020420592 fixed bug in smb_login 9 years ago
lanjelot 3e79373741 updated dependencies versions 9 years ago
lanjelot 308c7f70f3 added option to ike_enum to send vendor IDs 9 years ago
lanjelot e78a0cccd2 updated impacket version required for smb_* modules 9 years ago
lanjelot 63c4e6deab merged awesome contribs from @asolino thanks mate! 9 years ago
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