Home Resources
Post
Cancel

Resources

A collection of links i’ve found useful. Tools/Guides/Websites.

Useful Tools

Useful Guides

Misc Tools

  • FileSEC.io - latest file extensions being used by attackers
  • LOTS Project - Attackers are using popular legitimate domains when conducting phishing, C&C, exfiltration and downloading tools to evade detection. The list of websites below allow attackers to use their domain or subdomain.
  • Responder - Steal NTLM hashes. LLMNR NBT-NS, MDNS poisoner

Passwords/Hashes

Privilege Escalation

Command Line

SQL Tools

  • SQLMap - Preinstalled on Kali. Automatic SQL injection and database takeover tool.

DNS Queries

  • nslookup --type=CNAME website also --type=A, --type=MX, --type=TXT

HTTP Scanners

  • joomscan - scans Joomla CMS’
  • shodan - search for various types of servers connected to the internet using a variety of filters.
  • theHarvester - a tool for gathering subdomain names, e-mail addresses, virtual hosts, open ports/ banners, and employee names from different public sources
  • joomblah - SQL Injection for Joomla - it will dump the users and session tables
  • nikto
  • feroxbuster - a tool designed to perform Forced Browsing. Forced browsing is an attack where the aim is to enumerate and access resources that are not referenced by the web application, but are still accessible by an attacker.

Active Directory

  • crackmapexec - Preinstalled on Kali - Post-exploitation tool that helps automate assessing security of large Active Directory networks and find misconfigurations.

Powershell

OSINT

SOC Stuff/Malware Analysis

Memory Analysis

Practice/Testing

Evasion Techniques

  • Fast Flux - How Cybercriminals Improve the Resilience of Their Infrastructure to Evade Detection and Law Enforcement Takedowns

Tutorials/Process Explainations

Cosmic Nebula


This post is licensed under CC BY 4.0 by the author.