All Projects → redcode-labs → Yas

redcode-labs / Yas

Licence: mit
Yet Another Sniffer for monitoring network traffic

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Yas

Netgraph
A cross platform http sniffer with a web UI
Stars: ✭ 852 (+1274.19%)
Mutual labels:  network-monitoring, sniffer
Passer
Passive service locator, a python sniffer that identifies servers, clients, names and much more
Stars: ✭ 144 (+132.26%)
Mutual labels:  network-monitoring, sniffer
Thor
HTTP Sniffer/Capture on iOS for Network Debug & Inspect.
Stars: ✭ 643 (+937.1%)
Mutual labels:  sniffer
Lenz
Console based MAP 🗺 : with lots of features 🤩
Stars: ✭ 51 (-17.74%)
Mutual labels:  network-monitoring
Node pcap
libpcap bindings for node
Stars: ✭ 849 (+1269.35%)
Mutual labels:  sniffer
Fping
High performance ping tool
Stars: ✭ 652 (+951.61%)
Mutual labels:  network-monitoring
Wakxy
Wakxy is a Wakfu packet sniffer (MITM). Written in C++/Qt with Javascript scripting support.
Stars: ✭ 12 (-80.65%)
Mutual labels:  sniffer
Awesome Network Stuff
Resources about network security, including: Proxy/GFW/ReverseProxy/Tunnel/VPN/Tor/I2P, and MiTM/PortKnocking/NetworkSniff/NetworkAnalysis/etc。More than 1700 open source tools for now. Post incoming.
Stars: ✭ 578 (+832.26%)
Mutual labels:  sniffer
Ios Sdk
AppSpector is a debugging service for mobile apps
Stars: ✭ 56 (-9.68%)
Mutual labels:  network-monitoring
Prettyping
`prettyping` is a wrapper around the standard `ping` tool, making the output prettier, more colorful, more compact, and easier to read.
Stars: ✭ 922 (+1387.1%)
Mutual labels:  network-monitoring
Arpspoof
arpspoof for macOS - intercept packets on a switched LAN
Stars: ✭ 40 (-35.48%)
Mutual labels:  network-monitoring
Proxmark3
RRG / Iceman repo, the most totally wicked repo around if you are into Proxmark3
Stars: ✭ 901 (+1353.23%)
Mutual labels:  sniffer
Sharppcap
Official repository - Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets
Stars: ✭ 665 (+972.58%)
Mutual labels:  network-monitoring
Sensu Plugins Network Checks
This plugin provides native network instrumentation for monitoring and metrics collection, including: hardware, TCP response, RBLs, whois, port status, and more.
Stars: ✭ 28 (-54.84%)
Mutual labels:  network-monitoring
Sniffglue
Secure multithreaded packet sniffer
Stars: ✭ 651 (+950%)
Mutual labels:  sniffer
Pythem
pentest framework
Stars: ✭ 1,060 (+1609.68%)
Mutual labels:  sniffer
Nfstream
NFStream: a Flexible Network Data Analysis Framework.
Stars: ✭ 622 (+903.23%)
Mutual labels:  network-monitoring
Junos monitoring with healthbot
Healthbot configuration examples. Scripts to manage Healthbot. Closed loop automation. Healthbot building blocks description and troubleshooting guide
Stars: ✭ 17 (-72.58%)
Mutual labels:  network-monitoring
Szimatszatyor
World of Warcraft (WoW): SzimatSzatyor is an injector sniffer written in C++
Stars: ✭ 60 (-3.23%)
Mutual labels:  sniffer
Unifi Poller
Application: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus
Stars: ✭ 1,050 (+1593.55%)
Mutual labels:  network-monitoring

YAS Platform Language License

YAS (Yet Another Sniffer) is a Scapy-based network analyzer. It bundles some useful functionalities into a single tool, making it easy to extract different information about network traffic.

Features

  • Read from and write to .pcap files
  • Monitor ARP requests/responses
  • Sniff on multiple interfaces
  • Extract EAPOL data
  • Save detected hosts to a file
  • Perform reverse DNS lookup
  • Show local access points
  • Show packet trace and detailed packets count
  • Highlight local Gateway and Domain Controller
  • Search for regular expressions
  • Monitor HTTP requests
  • Sniff in asynchronous mode

Examples of use

Read packets from a .pcap file; show information about Access Points:

./yas.py -r file.pcap -B

Show ARP traffic and reverse DNS lookup; sniff on all interfaces and write capture to .pcap:

./yas.py -a -A -R-w file.pcap

Run sniffer for 10 minutes on selected interface, and write IP addresses of found hosts to a file:

./yas -t 10m -W hosts_file -i wlan0

License

This software is under MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].