You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lesson_1: packet_reader.py -> read a packet file, disect packets within, build our own packets ✅
lesson_2: port_scan.py -> scan a list of ports, check for open ports + print results ✅
lesson_3: dns_exploration.py -> scan & discover domains & ips using dns request + reverse dns requests ✅
lesson_4: check_default_credentials.py -> brute force logins using a predefined list of username + password combos against ssh & telnet servers running on localhost ✅
lesson_5: use pyinstaller to package malicious python scripts as executables, targeting the Autorun feature of older Windows versions ✅
lesson_6: create a fake login page to phish for user credentials ✅