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

Bash Scripting Best Practices Every Beginner Should Know

Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…

2 hours ago

How To Create A Self-Signed SSL Certificate Using Bash And OpenSSL

Introduction A self-signed SSL certificate is a certificate that is created and signed by the…

3 hours ago

How To Debug Bash Scripts Using bash -x And set Commands

Introduction Debugging is an important part of Bash scripting. When a script does not work…

7 hours ago

How To Use Cron Jobs With Bash Scripts For Automation

Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…

8 hours ago

How To Use Pipes In Bash Scripts For Command Chaining

Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…

9 hours ago

How To Use grep, awk, And sed In Bash Scripts

Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…

10 hours ago