mirror of
https://github.com/antonioCoco/SharPyShell
synced 2026-06-08 13:11:44 +00:00
updated README with new modules
This commit is contained in:
@@ -95,20 +95,22 @@ Generated with asciiflow.com
|
||||
## Modules
|
||||
|
||||
```
|
||||
#download Download a file from the server
|
||||
#exec_cmd Run a cmd.exe /c command on the server
|
||||
#exec_ps Run a powershell.exe -nop -noni -enc 'base64command' on the server
|
||||
#invoke_ps_module Run a ps1 script on the target server
|
||||
#invoke_ps_module_as Run a ps1 script on the target server as a specific user
|
||||
#lateral_psexec Run psexec binary to move laterally
|
||||
#lateral_wmi Run builtin WMI command to move laterally
|
||||
#mimikatz Run an offline version of mimikatz directly in memory
|
||||
#net_portscan Run a port scan using regular sockets, based (pretty) loosely on nmap
|
||||
#privesc_juicy_potato Launch Juicy Potato attack trying to impersonate NT AUTHORITY\SYSTEM
|
||||
#privesc_powerup Run Powerup module to assess all misconfiguration for privesc
|
||||
#runas Run a cmd.exe /c command spawning a new process as a specific user
|
||||
#runas_ps Run a powershell.exe -enc spawning a new process as a specific user
|
||||
#upload Upload a file to the server
|
||||
#download Download a file from the server
|
||||
#exec_cmd Run a cmd.exe /c command on the server
|
||||
#exec_ps Run a powershell.exe -nop -noni -enc 'base64command' on the server
|
||||
#inject_dll_reflective Inject a reflective DLL in a new (or existing) process
|
||||
#inject_shellcode Inject shellcode in a new (or existing) process
|
||||
#invoke_ps_module Run a ps1 script on the target server
|
||||
#invoke_ps_module_as Run a ps1 script on the target server as a specific user
|
||||
#lateral_psexec Run psexec binary to move laterally
|
||||
#lateral_wmi Run builtin WMI command to move laterally
|
||||
#mimikatz Run an offline version of mimikatz directly in memory
|
||||
#net_portscan Run a port scan using regular sockets, based (pretty) loosely on nmap
|
||||
#privesc_juicy_potato Launch InMem Juicy Potato attack trying to impersonate NT AUTHORITY\SYSTEM
|
||||
#privesc_powerup Run Powerup module to assess all misconfiguration for privesc
|
||||
#runas Run a cmd.exe /c command spawning a new process as a specific user
|
||||
#runas_ps Run a powershell.exe -enc spawning a new process as a specific user
|
||||
#upload Upload a file to the server
|
||||
```
|
||||
|
||||
## Windows version tested
|
||||
|
||||
Reference in New Issue
Block a user