topmostp
v0.1.9
สูงสุด
topmostp
( Topmost P orts) เป็นเครื่องมือที่ช่วยให้คุณดึงข้อมูล พอร์ตที่ใช้บ่อยที่สุด ได้อย่างรวดเร็ว แหล่งที่มาของการจัดอันดับคือ nmap-services
ใน nmap repo
ที่ SecSI เราพบว่ามีประโยชน์ในการรับข้อมูลนี้ไปใช้ใน ขั้นตอนของสคริปต์
คุณสามารถติดตั้งได้อย่างง่ายดายโดยเรียกใช้:
pip install topmostp
topmostp --help
นี่จะแสดงความช่วยเหลือสำหรับเครื่องมือ นี่คือคำสั่งทั้งหมดที่รองรับ
Usage: topmostp [OPTIONS] COMMAND [ARGS]...
╭─ Options ─────────────────────────────────────────────────────────────────────────────────────────╮
│ --help -h Show this message and exit. │
╰───────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ────────────────────────────────────────────────────────────────────────────────────────╮
│ find Find info about about a specific service │
│ stats Retrieve stats about a port │
│ top Retrieve list of ports by frequency (TCP, UDP, SCTP or all of them. Defaults to 'all') │
│ update Update ports list │
╰───────────────────────────────────────────────────────────────────────────────────────────────────╯
นี่คือความช่วยเหลือสำหรับคำสั่ง topmostp top
:
Usage: topmostp top [OPTIONS] N
Retrieve list of ports by frequency (TCP, UDP, SCTP or all of them. Defaults
to 'all')
╭─ Arguments ────────────────────────────────────────────────────────────────╮
│ * n INTEGER [default: None] [required] │
╰────────────────────────────────────────────────────────────────────────────╯
╭─ Options ──────────────────────────────────────────────────────────────────╮
│ --type -t [tcp|udp|sctp|all] [default: all] │
│ --silent -s Display only results in output │
│ --help -h Show this message and exit. │
╰────────────────────────────────────────────────────────────────────────────╯
นี่คือความช่วยเหลือสำหรับคำสั่ง topmostp find
:
Usage: topmostp find [OPTIONS] SERVICE
Find info about about a specific service
╭─ Arguments ────────────────────────────────────────────────────────────────╮
│ * service TEXT [default: None] [required] │
╰────────────────────────────────────────────────────────────────────────────╯
╭─ Options ──────────────────────────────────────────────────────────────────╮
│ --help -h Show this message and exit. │
╰────────────────────────────────────────────────────────────────────────────╯
นี่คือความช่วยเหลือสำหรับคำสั่ง topmostp stats
:
Usage: topmostp stats [OPTIONS] PORT PORT_TYPE:{tcp|udp|sctp}
Retrieve stats about a port
╭─ Arguments ────────────────────────────────────────────────────────────────╮
│ * port INTEGER [default: None] [required] │
│ * port_type PORT_TYPE:{tcp|udp|sctp} [default: None] [required] │
╰────────────────────────────────────────────────────────────────────────────╯
╭─ Options ──────────────────────────────────────────────────────────────────╮
│ --help -h Show this message and exit. │
╰────────────────────────────────────────────────────────────────────────────╯
ตัวอย่างเชิงปฏิบัติมีดังต่อไปนี้:
naabu -p $(topmostp top 15 -s) -host secsi.io
ในตัวอย่างนี้ เอาต์พุตของ topmostp
ใช้เพื่อดึงข้อมูลรายการพอร์ต 15 อันดับแรก และเชื่อมโยงกับเครื่องมือสแกนพอร์ต naabu
พัฒนาโดยแองเจโล Delicato @SecSI
topmostp เปิดตัวภายใต้ MIT LICENSE