Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## 22 modules about Aadvanced Ethical Hacker ##
- #################################
- ➢ 01 Networking
- ➢ 02 *NIX Basics
- ➢ 03 Programming for Hacking
- ➢ 04 Information Gathering
- ➢ 05 Scanning
- ➢ 06 Password Hacking
- ➢ 07 WebSite Hacking
- ➢ 08 Wireless
- ➢ 09 SDR Hacking
- ➢ 10 Exploitation
- ➢ 11 Windows Hacking
- ➢ 12 MacOS Hacking
- ➢ 13 Linux Hacking
- ➢ 14 Android Hacking
- ➢ 15 IOS Hacking
- ➢ 16 Advanced Phishing
- ➢ 17 IoT Hacking
- ➢ 18 ICS Hacking
- ➢ 19 Mobile Network Hacking
- ➢ 20 Hardware Hacking
- ➢ 21 Car Hacking
- ➢ 22 Artificial Intelligence for Hacking
- #################################
- # 01 Networking #
- # Learn networking is essential for everyone who want to become a professional hacker!
- ➢ Network Basics
- ➢ IPv4
- ➢ IPv6
- ➢ OSI vs TCP Models
- ➢ UDP
- ➢ SCTP
- ➢ FTP
- ➢ SSH
- ➢ HTTP
- ➢ ISP (Internet Service Provider)
- ➢ Routers
- ➢ Switchs
- ➢ VLAN's
- ➢ Cisco
- ➢ Ubiquiti
- ➢ Mikrotik
- #################################
- # 02 *NIX Basics #
- # You need to know how the operating system works to hack it… more than 80% of the entire internet is Linux and if you don’t know about it… sorry you are not a hacker!
- ➢ Linux Structure
- ➢ Linux users
- ➢ Linux groups
- ➢ Linux permissions
- ➢ Linux passwords
- ➢ Shell
- ➢ Limited shell
- ➢ Basic commands
- ➢ Shell Scripting
- ➢ Important files
- #################################
- # 03 Programming for Hacking #
- # Know how to code in the major languages is a thing that a professional need to know, don't trust in anyone who says the opposite!
- ➢ C
- ➢ C++
- ➢ Python
- ➢ Go
- ➢ Ruby
- ➢ PHP
- ➢ Java
- ➢ Kotlin
- ➢ Perl
- ➢ JavaScript
- #################################
- # 04 Information Gathering #
- # Information Gathering is the first and one of the most important phase in the Penetration Testing, you need be a expert in this phase to get better options to conclude your hack!
- ➢ OSINT
- ➢ Passive Information Gathering
- ➢ Whois
- ➢ DNS Recon
- ➢ Subdomain enumeration
- ➢ Theharvester
- ➢ Shodan
- ➢ Active Information Gathering
- ➢ DNS brute force
- ➢ Subdomain bruteforce
- ➢ Amass
- ➢ ReconDOG
- ➢ Raccoon
- ➢ X-RAY
- #################################
- # 05 Scanning #
- # Scanning allow us discover daemons and services running in the targets machines. Is a crucial phase to perform a good test.
- ➢ Passive Scanning
- ➢ Shodan scan
- ➢ Syn Stealth scan
- ➢ Nmap evasion
- ➢ 0trace
- ➢ Smtp scan
- ➢ Snmp scan
- ➢ Ssh Scan
- ➢ Active Scan
- ➢ Nmap TCP scan
- ➢ Nmap UDP Scan
- ➢ Nmap NSE (Nmap Script Engine)
- ➢ Masscan for big network
- ➢ NBTScan
- #################################
- # 06 Password Hacking #
- # Learn how to break passwords and bypass authentication methods using mixed attacks.
- ➢ Crunch / Wordlists
- ➢ Rainbow Tables
- ➢ Authentication Protocols
- ➢ How to avoid brute force protections
- ➢ How to bypass 2fa
- #################################
- # 07 Web Site Hacking #
- # In this module you will learn more about Web Site Hacking the most good paid type of test and one of the best to hijack a company
- ➢ Information Disclosure
- ➢ Insecure Admin Access
- ➢ Directory Listing
- ➢ Directory Traversal
- ➢ Abuse Of Functionality
- ➢ Arbitrary File Creation
- ➢ File Inclusion
- ➢ Unauthenticated File Upload
- ➢ Authentication Bypass
- ➢ Default Credentials
- ➢ Dev Files
- ➢ Http Parameter Pollution
- ➢ Http Response Splitting
- ➢ CSRF
- ➢ SSRF
- ➢ XFS
- ➢ XSS
- ➢ XXE
- ➢ Xpath Injection
- ➢ Crlf Injection
- ➢ Ldap Injection
- ➢ Sql Injection
- ➢ Code Execution
- ➢ Configuration
- ➢ Error Handling
- ➢ Session Fixation
- ➢ Source Code Disclosure
- ➢ Url Redirection
- ➢ W3 Total Cache
- ➢ Weak Credentials
- #################################
- # 08 Wireless Hacking #
- # Learn how to Hacking Wireless technologies, nowadays wireless things are in everywhere and we can use this to improve our success rates!
- ➢ Enable monitor mode on non-native devices
- ➢ Create EVIL-TWIN AP
- ➢ Hack WEP
- ➢ Hack WPA2
- ➢ Hack WPA3
- ➢ Hack WPA Enterprise Edition (All versions)
- ➢ Hack routers users
- ➢ BlueZ Bluetooth Stack Hacking
- #################################
- # 09 SDR Hacking #
- # SDR (Software Defined Radio) is pretty good when used by a professional, with SDR we can make a lot of connections type and we can hack practically everything who use Radio signals.
- ➢ How to setup Kernel Drivers
- ➢ Cables
- ➢ SDR Basic
- ➢ HackRF
- #################################
- # 10 Exploitation #
- # Exploitation is more than just run metasploit, pro hackers don't use metasploit, in this module you will learn how to make exploits by hands using your own tools!
- ➢ Assembly x86
- ➢ Assembly x86_64
- ➢ Assembly ARM
- ➢ Assembly MIPS
- ➢ Shellcoding
- ➢ Buffer Overflow
- ➢ Format String Bugs
- ➢ Fuzzing
- #################################
- # 11 Windows Hacking #
- # Learn how to hack Windows motherfucker machines by many ways, dumbs use Windows and 90% of people in the earth are dumb so we need know how to hack this!
- ➢ Bypass windows security systems
- ➢ How to exploit SMB
- ➢ How to make 100% undetectable malwares
- ➢ Write malicious patchs
- ➢ Hack via Windows OTA like
- ➢ Bypass Windows defender
- ➢ Break Windows firewall
- ➢ Elevate privileges
- #################################
- # 12 MacOS Hacking #
- # MacOS is the operating system used by dumbs who think they are smart, many business guy use it so is useful know how to hack it!
- ➢ Exploit MacOS Updates
- ➢ Exploit Safari
- ➢ Bypass MacOS encryption
- ➢ Write malwares for MacOS
- ➢ Hook functions in MacOS Kernel
- ➢ Pivoting
- ➢ Privilege Escalation
- #################################
- # 13 Linux Hacking #
- # Nowadays everything is Linux, if you know how to hack Linux machines you are able to hack anything like: Servers, Routers, Desktop, Mobile...
- ➢ Bypass Firewalls
- ➢ Bypass IDS
- ➢ Bypass IPS
- ➢ Try break distro packages repository
- ➢ Write malwares for Linux
- ➢ Privilege Escalation
- ➢ Pivoting
- #################################
- # 14 Android Hacking #
- # Android is the most used Operating System on smartphones, is extremely essential to us know how to hack Android devices!
- ➢ How to exploit Android WebView
- ➢ Hijack users applications
- ➢ Exploit Apps API
- ➢ Build Android malwares
- ➢ RAT on Android
- ➢ Bypass Android permissions!
- #################################
- # 15 IOS Hacking #
- # IOS is the Apple Operating System for they smartphones, dumbs think that Iphone is secure but this is a big mistake!
- ➢ Hack IOS by SWIFT
- ➢ Write malwares for IOS
- ➢ Remote control IOS devices
- ➢ The same things who work for MacOS Hacking work for IOS tool
- #################################
- # 16 Advanced Phishing #
- # In this module you will learn the next level of phishing campaigns, many dumbs on youtube think that shellphish and hiddeneye is "advanced" phishing tool... come on... only others dumbs will caught in this!
- ➢ Create and manage phishing campaign in Gophish
- ➢ Bypass 2FA using EvilGINX2
- ➢ How to make EvilGINX2 phishlet
- ➢ Advanced reverse proxy to hack HTTPS and 2FA using modlishka
- ➢ Write modlishka configuration files
- #################################
- # 17 IoT Hacking #
- # IoT (Internet of Things) grow up every single day with more "smart" devices in the market, cultures like "maker" culture create a false perspective of the IoT, we are downgrading our security every day, nowadays a lot of homes are 100% automated by IoT... so, know how to hack it is more than a need!
- ➢ Determine the device
- ➢ Hack IoT protocols
- ➢ Exploit IoT credentials
- ➢ Find vulnerabilities in devices
- ➢ Hijack connections
- #################################
- # 18 ICS Hacking #
- # ICS (Industrial Control System) Hacking is a topic less widespread in the Penetration Testing but is so important to Advanced Hackers, ICS are in everywhere, if you can hack industrial machines you can hack anything, this is the last door to open!
- ➢ Find PLC devices
- ➢ Exploit PLC flows
- ➢ Hack LLC
- ➢ Hack TCP/IP S7comm
- ➢ Hack by modbus
- ➢ Exploit SIXNET RTU's
- ➢ Hijack PLC sessions
- ➢ Lateral write
- #################################
- # 19 Mobile Network Hacking #
- # Mobile network technologies is essential in our world nowadays, mobile networks are pretty hard to hack but when you do that, you get a big power in your hands. In this module we will learn about mobile network Penetration Testing.
- ➢ Build a femtocell
- ➢ Hack 3G from Android
- ➢ Hack 4G LTE from Android
- ➢ Bypass HSS/HLR
- ➢ Build a NodeB
- ➢ Build a E-NodeB
- ➢ Setup your own Cell Phone Operator
- ➢ Free CALLS
- ➢ Free SMS
- ➢ Free Internet
- ➢ Intercept calls
- ➢ Clone cellphone ID
- ➢ Clone / Bypass cellphone number
- #################################
- # 20 Hardware Hacking #
- # In this module you will learn how to build your own hardware tools and how to hack non-managed devices to improve features or bypass something.
- ➢ Analog eletronic
- ➢ Digital eletronic
- ➢ Protocol for hardware communication
- ➢ EPROM Hacking
- ➢ EEPROM Hacking
- #################################
- # 21 Car BMW & Tesla Hacking #
- # Learn how to hack Cars with advanced techniques and cracking the best auto technologies.
- ➢ Hardwares for hacking Car's
- ➢ Cables
- ➢ BUS Protocols
- ➢ OBD-II Hacking
- ➢ CAN Hacking
- ➢ ECU Hacking
- ➢ Hacking Car by Bluetooth (BlueZ STACK)
- #################################
- # 22 Artificial Intelligence for Hacking #
- # In Ethical Hacking Artificial Intelligence systems are used by professionals to work together with your skills and perform ways to hack that a human can't do very well. In this module you will learn about AI for Penetration Testing.:
- ➢ Supervised Learning
- ➢ Unsupervised Learning
- ➢ AI controller from C
- ➢ AI controller from Python
- ➢ Classification of data
- ➢ Attack result learning
- ➢ Attack result classification
- ➢ Action by data
- #################################
Add Comment
Please, Sign In to add comment