gpotter2

Results 45 issues of gpotter2

https://github.com/secdev/awesome-scapy Scapy is a Python-based interactive packet manipulation program and library. It's actually pretty well-known among the Networking/Cybersecurity communities, well enough so that the "The" in the listing isn't that...

scapy-python3 is an unofficial fork that is getting very oudated (many bug fixes missing). Migrates to original and up-to-date scapy, which now supports python 3

Continue the work started by https://github.com/secdev/scapy/pull/3674: - **Major NDR(64) work**: pointer deferal, proper conformant handling in structures... dissection and build should now work in almost all cases. (I added barebone...

enhancement
cleanup

It's been a long time since I've done one of those. - Core typing of Windows - Change the mypy CI to test Linux AND Windows independently - bunch of...

Hinty

Hi & welcome to Scapy's github ! This page lists issues that you can try to fix if you want to start contributing to Scapy. ## Disclaimer ### The BEST...

help wanted
good first issue

This issue tracks the associated [2.5.0 release](https://github.com/secdev/scapy/milestone/1). As usual, feel free to comment down below to have some features/bugs included before the final release. ## Main changes - **Type hinting...

discussion
major

I've been investigating issues failures on PyPy and it appears it fails because we open too many pipes during the tests: ![image](https://user-images.githubusercontent.com/10530980/177212820-4fc0eb78-0dc0-42af-bf58-20106c315ff7.png) Why PyPy and not CPython you may ask?...

tests

**Project "Hinty"** aims at adding **Type hints** to Scapy. It will help discover bugs, improve the API, and make Scapy up-to-date with the high standards of Python libraries. ### Implementation...

major
Hinty

I realize we could probably create a submodule on github to host things we don't want to be included in the `secdev/scapy`. For instance pcap files. (thinking of this looking...

discussion

part of https://github.com/ivre/ivre/pull/1175 This PR: - detects nmap when it uses a default list of 1000 ports