SkillAgentSearch skills...

Pmaping

Python port scanner tool

Install / Use

/learn @mach1el/Pmaping

README

Pmaping v.1.0

Scanning tool written by python,understand some common scanning technique works.

Features

  • VERSION

    • added TCP SYN scan.
    • added TCP connect scan.
    • added UDP scan.

Requirements

  • Python 3.5+
  • Libpcap 1.7.4+
  • Pcapy 0.10.8+
  • dnspython 1.12.0+

Installation

  • Ubuntu

      sudo apt-get install libpcap-dev
      
    
  • Arch Linux

      sudo pacman -S libpcap
      
    
  • Python libraries

      sudo pip install -r requirements.txt
    

Tested platforms

  • UBUNTU ARCH LINUX

Note

  • Arch linux got problem with libpcap and pcapy library, so in TCP SYN and UDP scan pcapy can't timed out that will make tool stuck and freeze.

Lincese

MIT

View on GitHub
GitHub Stars6
CategoryEducation
Updated3mo ago
Forks2

Languages

Python

Security Score

87/100

Audited on Dec 9, 2025

No findings