All of my cheatsheets for pentest/ctf
Sourced from around the web, or compiled by myself
https://github.com/swisskyrepo/PayloadsAllTheThings Hugely helpful repo of pretty much everything payload
https://highon.coffee/blog/reverse-shell-cheat-sheet/
python3 -c 'import pty; pty.spawn("/bin/bash")'
ctrl + z
stty -a <--- take note of rows and columns
stty raw -echo; fg
stty rows <x> columns <y>
Further info: https://blog.ropnop.com/upgrading-simple-shells-to-fully-interactive-ttys/
https://resources.infosecinstitute.com/topic/session-hijacking-cheat-sheet/
https://github.com/OWASP/CheatSheetSeries
https://github.com/S1ckB0y1337/Active-Directory-Exploitation-Cheat-Sheet
https://cheatography.com/davechild/cheat-sheets/regular-expressions/
https://pythex.org <--- great tool to test REGEX for python
https://www.pythoncheatsheet.org/
https://github.com/apsdehal/awesome-ctf
https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/
https://infosecwriteups.com/privilege-escalation-in-windows-380bee3a2842
https://kapeli.com/cheat_sheets/HTTP_Header_Fields.docset/Contents/Resources/Documents/index
https://medium.com/@klockw3rk/back-to-basics-dns-enumeration-446017957aa3
https://www.sans.org/security-resources/GoogleCheatSheet.pdf
https://book.hacktricks.xyz/windows/basic-powershell-for-pentesters/powerview
https://medium.com/malware-buddy/security-infographics-9c4d3bd891ef#18dd
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet