madbg
scapy
madbg | scapy | |
---|---|---|
4 | 26 | |
246 | 10,527 | |
- | 1.2% | |
4.4 | 9.4 | |
about 1 year ago | 3 days ago | |
Python | Python | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
madbg
-
Debugging running Python scripts with PDB via GDB
Probably worth mention madbg⁽¹⁾, a fully-featured remote and preemptive debugger for Python with both a CLI and an API, that allows attaching to running programs preemptively (but does not require gdb).
⁽¹⁾https://github.com/kmaork/madbg
-
This Week in Python
madbg – A fully-featured remote debugger for python
- A fully-featured remote debugger for Python
-
Retain output sent to file from a background process
That's going to be hard; I guess you can use some debugger to attach to that process and tell it to flush. A quick google gave me https://github.com/kmaork/madbg, didn't try it, but if it works it should be to attach and run sys.stdout.flush().
scapy
-
Seven Python Projects to Elevate Your Coding Skills
Example Network Scanner Scapy
-
Python Networking: TCP and UDP
In the last installment we looked at IP headers. One thing you might have seen missing is the port numbers. That's pretty important for making an internet connection. Well it turns out that IP tends to encapsulate other protocols (which is why it has protocol as part of the header). In this article we'll be looking at two popular protocols for internet traffic: TCP and UDP. Before we begin though install scapy which we'll be using to make things easier, and dnslib that will be used during the UDP section:
-
🛜 What is ARP Spoofing?
I've coded my small ARP spoofer in Go because I love the language, though it can very well be coded in other languages, for example Python with Scapy.
- What are the most underrated python libraries?
-
Is it possible to send raw data over an IP network, not encapsulated in TCP or UDP?
Scapy: https://github.com/secdev/scapy
- packet-rs - A Scapy like rust packet interface
-
tshark live statistics (-z) display?
Tshark can't do that. The Wireshark app does update its Conversations window pretty frequently when doing a live capture, so that might be a reasonable alternative. Otherwise you could probably also cobble something together yourself with a tool like scapy or some other Python library, but that would clearly be more work.
- Is there a script/program to find similarities among multiple pcap files?
- Scapy - Packet Crafting
-
Extract data from a pcap file
I don't know if you can do it within the gui, I don't see anything but perhaps a bit of Python code would do it. There is a python library called Scapy that may have functions to help you along the way.
What are some alternatives?
telminal - A Terminal in Telegram!
pyshark - Python wrapper for tshark, allowing python packet parsing using wireshark dissectors
img2cmap - Create colormaps from images
pySerial - Python serial port access library
gdb-dashboard - Modular visual interface for GDB in Python
impacket - Impacket is a collection of Python classes for working with network protocols. [Moved to: https://github.com/SecureAuthCorp/impacket]
ScoutSuite - Multi-Cloud Security Auditing Tool
keyboard - Hook and simulate global keyboard events on Windows and Linux.
pymg - pymg is a CLI that can interpret Python files by the Python interpreter and display the error message in a more readable way if an exception occurs.
RustScan - 🤖 The Modern Port Scanner 🤖
PaddleOCR - Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
elmocut - Eye candy ARP spoofer for Windows