Commit Graph

64 Commits (9657a3809c414b305d4c6aa419c068b5b8ee433a)

Author SHA1 Message Date
byt3bl33d3r 9657a3809c updated ninja NTDIS.dit method for HTTPS support 2015-10-16 15:31:59 -06:00
byt3bl33d3r 7d2ba3c63a Added HTTPS support as per #15 2015-10-16 15:26:35 -06:00
byt3bl33d3r 98a07acebe fixes #14, print_* functions now support unicode 2015-10-11 09:30:57 -06:00
byt3bl33d3r 870f815269 Fixed --shares output formatting
Changed --list date/time formatting
Added last modified and size info to spider results
2015-10-10 16:45:46 -06:00
byt3bl33d3r 6be318bcfb Cleaned up output of --wmi
Added more specific error handling when spidering content
Changed the content searching option to --content
2015-10-10 09:28:04 -06:00
byt3bl33d3r 429f1b79c5 Fixed exception when not specifying --exclude-dirs 2015-10-09 22:01:02 -06:00
byt3bl33d3r a01c46ccf8 Some output and usage fixes 2015-10-09 21:26:48 -06:00
byt3bl33d3r 2a18c360a2 added regex support when spidering 2015-10-09 21:04:20 -06:00
byt3bl33d3r 21713caf12 Added option to exclude directories from spidering 2015-10-09 20:15:53 -06:00
byt3bl33d3r b2f0533ff3 Added error handling when searching file contents 2015-10-09 19:44:02 -06:00
byt3bl33d3r 39887088bf Added file content searching support when spidering shares 2015-10-09 17:52:33 -06:00
byt3bl33d3r 1699faef78 Fixed logic bug when enumerating share access 2015-10-09 12:58:09 -06:00
byt3bl33d3r a12ec073bb some code flipping 2015-10-08 19:09:02 -06:00
byt3bl33d3r e25ccc6c03 Added missing backslash 2015-10-08 12:59:48 -06:00
byt3bl33d3r f216354515 Added option to force all Powershell code/commands to run in a 32bit process 2015-10-08 12:57:16 -06:00
byt3bl33d3r e48fc47e11 Consolidated Meterpreter injection options 2015-10-07 22:21:25 -06:00
byt3bl33d3r 0362c9fcb3 Added option to directly inject meterpreter into memory using Invoke-Shellcode 2015-10-07 19:34:05 -06:00
byt3bl33d3r be72603423 added option to check UAC status 2015-10-07 14:24:03 -06:00
byt3bl33d3r a9854cf4f0 Added an option to enumerate users by bruteforcing RID's
Additionally, added options to enumerate disks and dump password policies
Tweaked output when enumerating users through samr
2015-10-06 02:07:28 -06:00
byt3bl33d3r fea5b42400 Removed some redundent error handeling
Removed code that was normalizing paths (was causing too many issues and bugs)
2015-10-05 00:14:34 -06:00
byt3bl33d3r a7b5302d24 Added null session support when using multiple user/pass/hashes
Made output more consistent
2015-10-04 23:00:40 -06:00
byt3bl33d3r 52856907a1 Updated usage in README 2015-10-04 00:34:43 -06:00
byt3bl33d3r b0ce967864 -u, -p and -H can now accept a comma seperated list of usernames/passwords/hashes or files containing them
Removed the bruteforce options since it's now implicitly handled by -u,-p and -H
Re-implemented the -C (combo file) option for concurrency, additionally the combo file can now accept entries in username:password format
2015-10-04 00:04:08 -06:00
byt3bl33d3r c2b9b42a74 Removed a debug print statement
Output fixes
2015-10-03 14:32:37 -06:00
byt3bl33d3r 9058bc589c Added an option to specify a combo file (thanks @johnnyxmas)
Added path checking when specifying --bruteforce or --patterfile
Fixed a bug that would cause a traceback when specyfing a hash but no plain-text password
2015-10-03 14:25:39 -06:00
byt3bl33d3r 62212eb186 Added a check for the --path argument if injecting into memory
Fixed error handling to display the error when executing commands
2015-09-28 15:08:14 -06:00
byt3bl33d3r 1525337981 Will now print status if login is successful (Useful if you just want credential validation) 2015-09-27 08:37:05 -06:00
byt3bl33d3r 796c267923 Added option to execute Invoke-Mimikatz with a custom command 2015-09-27 14:50:17 +02:00
byt3bl33d3r 3e1b958e44 Added check to see if connection was established before shutting down if a Exception was raised 2015-09-23 13:54:50 +02:00
byt3bl33d3r 659baf3283 Fixed bug where injecting would cause the script to exit prematurely
Specified inject command to have no output
2015-09-13 22:50:06 +02:00
byt3bl33d3r 617cdf8f00 Resolved merge conflicts 2015-09-13 19:41:07 +02:00
byt3bl33d3r f6784bbbf8 Added support for injecting Shellcode, exe or a dll using Invoke-Shellcode and Invoke-ReflectivePEInjection PowerSploit scripts 2015-09-13 19:39:39 +02:00
infosecgeek d715b73684 Fix missing args.domain argument 2015-09-07 04:52:46 -04:00
byt3bl33d3r 81ecc32d6c now accepts a file with a list of targets 2015-08-29 12:26:15 +02:00
byt3bl33d3r afca0d1e54 now supports IP ranges in addition to IP CIDR's 2015-08-29 12:05:27 +02:00
byt3bl33d3r f9fd2d54af usage will now display if called script is called with no arguments 2015-08-28 21:46:54 +02:00
byt3bl33d3r 7e6245389d added some 1337 ascii art 2015-08-28 21:38:50 +02:00
byt3bl33d3r d022ca4a55 added colored output 2015-08-28 21:17:46 +02:00
byt3bl33d3r ae38fe715f fixed bug were WMI results were not converted to string before printing 2015-08-28 19:21:17 +02:00
byt3bl33d3r 266e0077e3 added option to perform WMI querys using WQL 2015-08-28 18:02:20 +02:00
byt3bl33d3r b03a41af3f SMB brute force now diplayes domain if valid account is found 2015-08-26 13:52:07 +02:00
byt3bl33d3r dcfa80ba5b Updated secretsdump.py code for Windows 2003 DC support 2015-08-26 13:44:10 +02:00
byt3bl33d3r 258a76b054 Added option to bruteforce SMB accounts 2015-08-22 15:30:34 +02:00
byt3bl33d3r a09a399f81 fixed indentation 2015-08-21 17:12:07 +02:00
Gabriel Tremblay 15de3aaced Added handling for netbioserror exception when logging out on unsupported server 2015-08-21 10:25:04 -04:00
byt3bl33d3r 57ea01c050 added hint to use the drsuapi method 2015-08-21 05:22:49 +02:00
byt3bl33d3r a8d538f8fb changed a little text 2015-08-21 05:13:57 +02:00
byt3bl33d3r 128fa758a8 Added support for dumping NTDS.dit via VSS, DRSUAPI and with Invoke-NinjaCopy 2015-08-21 04:55:39 +02:00
byt3bl33d3r 3d42f073cd Fixed a bug where SMB connections would reset after logging in with a null session
Added initial NTDS.dit dumpuing support using DRSUAPI
2015-08-20 23:35:08 +02:00
byt3bl33d3r bb2e30048f added install instructions for kali 2015-08-20 13:45:12 +02:00