Network Hacking Methodology: Discover, Exploit, Capture

60 min n.w
1 / 7
Embed
Share

Explore the network hacking methodology by uncovering hosts, exploiting vulnerabilities, and capturing packets. Learn about scanning, discovering hosts, exploiting software, and more. Discover tools like Wireshark and Tcpdump for packet capture analysis.

  • Network Security
  • Hacking Techniques
  • Packet Capture
  • Vulnerability Exploitation
  • Wireshark

Uploaded on | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. 60 min Network hacking methdology BY UNCLE RAT aka THE XSS RAT DAY 05

  2. Birdseye view Discover hosts Find out OS version Try kernel exploits Find open ports Banner enum on ports See if vulnerable version of software runs on port Test misconfigs Web has biggest attack surface 2

  3. Discover hosts Nmap First scan network to only find hosts Top 1000 ports TCP OS host discovery Use zenmap to keep overview INVESTIGATE EVERY HOST, EVERY PORT 3

  4. Exploits Try kernel exploits Vulnerable software on ports Misconfigurations Web has big attack surface Investigate alloptions (if not known, google how to exploit) 4

  5. Next steps More open ports All TCPports All UDP ports In background while investigating previous scans 5

  6. Packet Capture Why capture packets? Promiscuous mode Location of the capture matters Use Filters to only capture what you need Learning how to read the packets to tell a story Tools to fit the job: 6

  7. Packet Capture Tools: Wireshark - https://www.wireshark.org/ Tcpdump - https://www.tcpdump.org/ Solarwinds Deep Packet Analysis Tool Location of the capture matters Use Filters to only capture what you need Lets download Wireshark!! 7

More Related Content