Skip to content

Latest commit

 

History

History
97 lines (76 loc) · 2.9 KB

hacking_kali_gui_tools_cheatsheet.md

File metadata and controls

97 lines (76 loc) · 2.9 KB

GUI Hacking TOOLS Cheatsheet

Purpose: Because I have trouble keeping all this shit in my head (tools, usages, tips/tricks, key info/resources, etc). Not an exhaustive cheatsheet, just my favs and things I find most useful.


Google

Advanced Google search options

https://ahrefs.com/blog/google-advanced-search-operators/

Quotes, AND, OR, -

"jane" AND "dance" OR "cats" -"dogs"

Search this website only

site: starbucks.com lattes

Search for occurence in title

intitle:"index of yank"
allintitle:"index of yank "

Search blogs for specified title

inblogtitle: "dancers date"

Search for news with a specifc source

source: "Carol Logginstrom"

Search for files with specific extension

filetype:pdf
ext:pdf

Search for something with specific url

inurl:maillog

Effective Shodan Searches

Separate section for detection? Detection/Remediation/Defending Detecting Meterpreter https://www.sans.org/reading-room/whitepapers/forensics/analysis-meterpreter-post-exploitation-35537 Detecting Backdoors https://www.rawhex.com/2016/03/a-guide-to-recognising-backdoors-using-metasploitable-2/ Detecting Malicious VBA Macros https://github.com/decalage2/oletools/wiki/mraptor


Additional Resources

Blogs

Video Series/Channels

Hacking Labs and Vulnerable VMs

Repos/Collection of Tools

Cheatsheets