Skip to content
View exilesec's full-sized avatar

Highlights

  • Pro

Block or report exilesec

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. exilesec.github.io exilesec.github.io Public

    HTML

  2. port-scanner port-scanner Public

    Simple Python port scanner for educational purposes. It scans ports 1-999 on a target IP and lists which ports are open. Designed for learning and ethical testing only—always scan networks you own …

    Python

  3. banner-grabber banner-grabber Public

    Simple Python TCP port and service scanner for educational purposes. Scans ports 1-999 on a target IP and attempts basic banner grabbing from open services. Built to practice socket programming, ne…

    Python

  4. macChanger macChanger Public

    Simple Python script to randomly change the MAC address of a network interface on Linux. Retrieves the current MAC, generates a random one, applies it, and prints both old and new MACs. Intended fo…

    Python

  5. network-sniffer network-sniffer Public

    Simple Python packet sniffer using Scapy. Captures live network traffic, stops on ICMP packets, saves captures to a `.pcap` file, and allows reading saved packets later. Built for learning packet a…

    Python