Cyber security

Awesome Hacking – An Amazing Project : The Ultimate Resource Guide For Cybersecurity Exploration

A curated list of awesome Hacking. Inspired by awesome-machine-learning

If you want to contribute to this list (please do), send me a pull request!

For a list of free hacking books available for download, go here

Table Of Contents

  • System
    • Tutorials
    • Tools
    • Docker
    • General
  • Reverse Engineering
    • Tutorials
    • Tools
    • General
  • Web
    • Tools
    • General
  • Network
    • Tools
  • Forensic
    • Tools
  • Cryptography
    • Tools
  • Wargame
    • System
    • Reverse Engineering
    • Web
    • Cryptography
    • Bug bounty
  • CTF
    • Competition
    • General
  • OS
    • Online resources
  • Post exploitation
    • tools
  • ETC

System

Tutorials

Tools

  • Metasploit A computer security project that provides information about security vulnerabilities and aids in penetration testing and IDS signature development.
  • mimikatz – A little tool to play with Windows security
  • Hackers tools – Tutorial on tools.

Docker Images For Penetration Testing And Security

General

Reverse Engineering

Tutorials

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

cp Command: Copy Files and Directories in Linux

The cp command, short for "copy," is the main Linux utility for duplicating files and directories. Whether…

5 days ago

Image OSINT

Introduction In digital investigations, images often hold more information than meets the eye. With the…

5 days ago

cat Command: Read and Combine File Contents in Linux

The cat command short for concatenate, It is a fast and versatile tool for viewing and merging…

5 days ago

Port In Networking

What is a Port? A port in networking acts like a gateway that directs data…

6 days ago

ls Command: List Directory Contents in Linux

The ls command is fundamental for anyone working with Linux. It’s used to display the files and…

6 days ago

pwd Command: Find Your Location in Linux

The pwd (Print Working Directory) command is essential for navigating the Linux filesystem. It instantly shows your…

6 days ago