Commit Graph

77 Commits (58a35454993f70df726ba41ef33222d725802d8f)

Author SHA1 Message Date
m0rv4i 7a3f267993 Update Bloodhound (again!) 2019-03-13 08:52:00 +00:00
m0rv4i 31bf485ac7 Pull out payloads from Payloads.py; Add base64 encoded binary payload files; Fix whitespace issues that were triggering. 2019-03-12 20:33:45 +00:00
m0rv4i 321469cc40 Format opsec command nicer and update SafetyDump 2019-03-12 14:00:22 +00:00
m0rv4i ae3ab86d2c Update Bloodhound modules 2019-03-12 13:17:13 +00:00
m0rv4i 28e00dc5b5 Update SafetyDump 2019-03-12 10:19:08 +00:00
m0rv4i eee5a50bbc Tinker with ADS 2019-03-12 10:19:08 +00:00
m0rv4i 87ad76d64c Imports sorted 2019-03-12 10:19:08 +00:00
m0rv4i 707dc93fa2 Add ability to upload file to ADS 2019-03-12 10:16:54 +00:00
m0rv4i ba10568895 Update SafetyDump 2019-03-12 10:15:58 +00:00
m0rv4i f18fd676f8 Add KeeThief modules and Watson.exe module 2019-03-12 10:15:58 +00:00
benpturner 39f755f67b Removed parse-mimikatz as now the "opsec" command parses this information from the command output 2019-03-08 10:32:55 +00:00
benpturner 1b76ccfe57 Truncated large output in CSV/HTML to stop this being > 100MB. Re-added Parse-Mimikatz feature. Updated CS dropper to work on Server 2003 with .NET v4. 2019-03-07 09:34:19 +00:00
m0rv4i d8fdb6c56c Move Beacon alias to Implant-Core as Beacon has been moved to Implant-Core 2019-02-12 22:36:20 +00:00
m0rv4i 063c5721ce Push up unsaved file 2019-02-12 22:18:46 +00:00
m0rv4i 4ee24a785e Fix Get-ScreenshotAllWindows so that it returns a png 2019-02-12 17:33:42 +00:00
m0rv4i ca7b976a1e Stage2-Core.ps1 bypasses AMSI again with a daft bypass 2019-02-12 15:34:07 +00:00
m0rv4i 9e4a464577 Refactoring and start to break up the dependency cycle 2019-02-11 21:00:56 +00:00
m0rv4i 2fea962466 * Refactor tasks to insert on run and update on complete
* Pull out py and ps cores into files
* Adjust command stored in DB to be user run command (tracking modules
loaded etc)
* Fixed downloading files so subsequent files with the same name will ba
name-1 name-2 etc
* Renamed Implant-Core.ps1 to Core.ps1 to match C#
2019-02-11 14:44:57 +00:00
rolen 1ef348e32c Revert "Revert "Merge branch 'master' of https://github.com/nettitude/PoshC2_Python""
This reverts commit 9f8b17f6a6.
2019-01-21 09:49:07 +00:00
rolen 9f8b17f6a6 Revert "Merge branch 'master' of https://github.com/nettitude/PoshC2_Python"
This reverts commit 7231d9026d, reversing
changes made to d352a8e6e7.
2019-01-21 09:47:35 +00:00
rolen 7231d9026d Merge branch 'master' of https://github.com/nettitude/PoshC2_Python 2019-01-20 23:37:13 +00:00
rolen d352a8e6e7 Correct GZip code to work on v2 2019-01-20 23:37:09 +00:00
rolen 22e4230e14 Major refector of the portscanner
[+] Handles IPv6
[+] Reverse DNS of IPs (both 4 and 6) pass -RevDNS flag
[+] Major performance improvements (now with added less crashing and less CPU usage). If concerned about CPU usage just use C2 mode (below)
[+] Parallelize the host resolution when starting (this was previously sequential and took a proper chunk of scanning time)
[+] Overhaul the ps1 script (assemblies are embedded gzipped to reduce space)
[+] Show Closed ports if -Closed flag passed
[+] Live and C2 update modes. C2 mode is default and no updating of the current target host:port or ports remaining is done (as is kinda pointless)

I will get the source for the scanner updated in GitHub ASAP
2019-01-20 23:25:31 +00:00
benpturner b68af33108 Updated modules 2019-01-20 20:27:28 +00:00
benpturner bf9228302c Old inveigh 2019-01-17 12:19:01 +00:00
PwnDexter 0250e3672e Added ability to load and execute LinuxPrivChecker in memory on *nix implants.
Intended to be a precurser for any python script but need to look into handling imports.
2019-01-13 16:16:09 +00:00
benpturner ac2d4510c2 Updated Inject-Shellcode ppid 2019-01-11 18:29:57 +00:00
benpturner 7aa05baa3a Updated if statement in Sharp.cs 2019-01-11 18:01:56 +00:00
benpturner 6d1f4b2d83 Inject-Shellcode 2019-01-11 17:38:16 +00:00
benpturner 45032107b7 Updated get-userinfo 2019-01-07 14:28:15 +00:00
benpturner 131641c275 Updated ls-recurse 2019-01-06 18:21:22 +00:00
benpturner faa92db420 Added Get-UserInfo 2019-01-06 18:09:07 +00:00
benpturner 82b5049c7f Updated C# Implant Core Help and Basic Features 2019-01-03 18:26:06 +00:00
benpturner 9cabdd9d3d Updated ls-recurse 2019-01-03 09:39:38 +00:00
benpturner 92651a5290 Replaced System.Environment.Exit with Console.ReadLine() 2019-01-02 23:44:37 +00:00
benpturner a58cdd8415 Updated Core to include delete/move and fixed SeatBelt/SharpUp 2019-01-02 16:10:52 +00:00
benpturner 3de171e07c Modified get-serviceperms and added delete function to core 2019-01-01 20:32:19 +00:00
benpturner 0866baf2ca Upload ls and ls-recurse to work with spaces 2018-12-31 17:45:43 +00:00
benpturner 0b6a31a035 Updated Inject-Shellcode with RtlCreateUserThread / CreateRemoteThread 2018-12-31 01:01:22 +00:00
benpturner ede99da865 ls-recurse && get-content added 2018-12-31 00:39:09 +00:00
benpturner 3950a4c9f5 Updated help pages and core.exe 2018-12-31 00:27:44 +00:00
benpturner 6d05ba65c6 Updated Inject shellcode 2018-12-31 00:14:49 +00:00
benpturner 3fd26dbab2 Updated to include Core.dll that autoloads key functions 2018-12-30 23:52:39 +00:00
benpturner baf5994a02 Added rubeus exe 2018-12-29 12:30:14 +00:00
benpturner 03cb217f2b Added get-serviceperms 2018-12-29 12:29:52 +00:00
benpturner 20c507787e Added arpscan to C# Implant 2018-12-29 12:17:35 +00:00
benpturner 2a9386b84e Added Inject-Shellcode DLL 2018-12-28 23:00:09 +00:00
benpturner 190cb33288 Added CSharp Implant/Dll/Shellcode - More functionality coming soon 2018-12-27 12:10:46 +00:00
jmhickman 107d1d7594
Add files via upload
Added a check for the `UacPoll` type so that the cmdlet will run properly on a second and later invocation
2018-12-19 21:26:00 -06:00
jmhickman 1b9d1079ea
Add files via upload 2018-12-19 05:25:31 -06:00