Skip to content

horrorclause/EthicalHacking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Ethical Hacking

Resources for learning more about ethical hacking.

BlackHat Slides and Presentations:

  • BlackHat 2022
  • Attack Your Own Vulnerable Machine with Metasploitable 2:

  • Metasploitable 2

  • 📚 Resources for Learning More


    🤖 Solve The Challenges


    ✏️ Handy Online Tools


    🤥 Social Engineering is The Way To Go


    🔎 OSINT All Day Everyday


    📌Helpful Hints

    Create Great Looking HTML Reports of Your Nmap Scans

    Output your nmap scans as nice looking reports by outputting the scan results as xml, and then converting it to html.

    Run your scan, and make sure you use the "Output to XML" flag "-oX" followed by the filename:

    nmap -vv -sS -A -T3 -oX scanResults 172.16.1.4
    

    Next, make sure you are in the same directory as the xml file, and use "xsltproc" to make to conversion to html:

    xsltproc scanResults -o scanResults.html
    

    If you open up the folder where the file is located you can see the xml and html files there:

    image


    Double-click the html file, and it will open your report in your browser:

    image


    About

    Resources for learning more about ethical hacking.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published