Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
27 results tagged protocols  ✕   ✕
Scapy https://scapy.net
Thu 12 May 2022 06:22:33 PM PDT archive.org

Scapy is a powerful interactive packet manipulation program. It is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, match requests and replies, and much more. It can easily handle most classical tasks like scanning, tracerouting, probing, unit tests, attacks or network discovery (it can replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump, tshark, p0f, etc.). It also performs very well at a lot of other specific tasks that most other tools can’t handle, like sending invalid frames, injecting your own 802.11 frames, combining technics (VLAN hopping+ARP cache poisoning, VOIP decoding on WEP encrypted channel, …), etc.

Scapy runs natively on Linux, Windows, OSX and on most Unixes with libpcap (see scapy’s installation page). The same code base now runs natively on both Python 2 and Python 3.

python cli module hacking protocols packets generator decoder
ElectronicCats/CatSniffer https://github.com/ElectronicCats/CatSniffer
Wed 18 Aug 2021 06:06:59 PM PDT archive.org

CatSniffer is an original multiprotocol and multiband board made for sniffing and communicating with IoT (Internet of Things) devices. It was designed as a highly portable USB stick that integrates the new generation of the chips TI CC1352, Semtech SX1262, and Microchip SAMD21E17.

This board is an auditing tool for security researchers looking into IoT security. The board can be used with different types of software including third-party sniffers such as SmartRF Packet Sniffer, Sniffle, zigbee2mqtt, Z-Stack-firmware, our custom firmware, or you can even write your own firmware for your hacking needs.

It can also be (pre-)ordered here: https://electroniccats.com/store/catsniffer/

radio hacking iot rf opensource protocols schematics firmware hardware
ccie18643/PyTCP https://github.com/ccie18643/PyTCP
Wed 09 Jun 2021 03:24:18 PM PDT archive.org

PyTCP is an attempt to create fully functional TCP/IP stack in Python. It supports TCP stream based transport with reliable packet delivery based on sliding window mechanism and basic congestion control. It also supports IPv6/ICMPv6 protocols with SLAAC address configuration. It operates as user space program attached to Linux TAP interface. As of today stack is able to send and receive traffic over Internet using IPv4 and IPv6 default gateways for routing.

This program is a work in progress and it changes on daily basis due to new features being implemented, changes being made to already implemented features, bug fixes, etc. Therefore if the current version is not working as expected try to clone it again the next day or shoot me an email describing the problem. Any input is appreciated. Also keep in mind that some features may be implemented only partially (as needed for stack operation) or they may be implemented in sub-optimal or not 100% RFC compliant way (due to lack of time) or last but not least they may contain bug(s) that i didn't notice yet.

python tcpip protocols stack userspace networking
GitHub - chrvadala/awesome-protocols https://github.com/chrvadala/awesome-protocols
Sun 20 Dec 2020 12:36:20 PM PST archive.org

Curated list of awesome technology protocols with a reference to official RFCs.

awesome protocols devices iot authentication rpc hacking
GitHub - ravens/awesome-telco https://github.com/ravens/awesome-telco
Wed 11 Nov 2020 02:11:09 PM PST archive.org

A curated list of telco resources and projects.

awesome list telephony cellular tools diagnostics voip protocols infosec papers
GitHub - slice/black-hole: XMPP ↔ Discord bridge in Python 3 https://github.com/slice/black-hole
Fri 09 Oct 2020 01:29:58 PM PDT archive.org

black-hole is a configurable XMPP ↔ Discord bridge written in Python 3.6.

It uses Discord.py@rewrite and aioxmpp.

Worth reading through just because it demonstrates how to use aioxmpp.

python bot bridge xmpp discord protocols
GitHub - bodokaiser/arduino-rtlsdr: Software-defined radio with Arduino 433 MHz transmitter and RTL-SDR receiver https://github.com/bodokaiser/arduino-rtlsdr
Thu 09 Jul 2020 04:04:40 PM PDT archive.org

This repository contains helpful resources to receive signals transmitted from an Arduino 433 MHz transmitter with an RTL-SDR receiver using GNU Radio.

The project consists of two parts. In the first part, we reverse-engineer the protocol. In the second part, we implement a real-time receiver.

arduino rf rtlsdr howto reverseengineering modulation protocols
GitHub - sshuair/awesome-gis https://github.com/sshuair/awesome-gis
Mon 11 May 2020 03:34:07 PM PDT archive.org

Awesome GIS is a collection of geospatial related sources, including cartographic tools, geoanalysis tools, developer tools, data, conference & communities, news, massive open online course, some amazing map sites, and more.

Has a nontrivial amount of Open Streetmap related resources that might be useful at some point.

awesome api mapping servers frameworks tools libraries formats protocols
systemli/awesome-xmpp https://github.com/systemli/awesome-xmpp
Fri 13 Dec 2019 08:07:37 AM PST archive.org

A curated list of amazingly awesome XMPP server, clients, libraries, resources - with focus on security.

awesome xmpp directory resources servers clients protocols crypto libraries articles
JankySolutions/SignalBotFramework: A janky framework for building Signal bots. https://github.com/JankySolutions/SignalBotFramework
Sun 29 Sep 2019 06:42:46 PM PDT archive.org

A somewhat primitive and not fully developed bot framework for interfacing with signald.

python module bot protocols signald
Stavros Korokithakis / pysignald · GitLab https://gitlab.com/stavros/pysignald/
Sun 29 Sep 2019 06:37:07 PM PDT archive.org

A Python library for communicating with the Signal messaging application via signald.

python module signald api protocols
enix223/modem: XMODEM, YMODEM and ZMODEM implementations in Python https://github.com/enix223/modem
Sun 29 Sep 2019 04:46:59 PM PDT archive.org

his package ports the XMODEM, YMODEM and ZMODEM protocols to Python. We try to implement the protocols as minimalistic as possible without breaking the protocol specifications. All modem implementations must be given a getc callback to retrieve character data from the remote end and a putc callback to send character data.

python module protocols serial dialup retro modem datatransfer
construct/construct: Construct: Declarative data structures for python that allow symmetric parsing and building https://github.com/construct/construct
Sat 10 Aug 2019 02:47:46 PM PDT archive.org

Construct is a powerful declarative and symmetrical parser and builder for binary data.

Instead of writing imperative code to parse a piece of data, you declaratively define a data structure that describes your data. As this data structure is not code, you can use it in one direction to parse data into Pythonic objects, and in the other direction, to build objects into binary data.

The library provides both simple, atomic constructs (such as integers of various sizes), as well as composite ones which allow you form hierarchical and sequential structures of increasing complexity. Construct features bit and byte granularity, easy debugging and testing, an easy-to-extend subclass system, and lots of primitive constructs to make your work easier.

python modules protocols datastructures serialization parser
GitHub - jopohl/urh: Universal Radio Hacker: investigate wireless protocols like a boss https://github.com/jopohl/urh
Mon 01 Oct 2018 02:16:31 PM PDT archive.org

Software for investigating unknown wireless protocols. Plug in an SDR and go. Helps you figure out how to demodulate signals, record and transmit signals, generate an overview, write or customize decoding routines to get a clearer picture, annotate and label the signals, fuzz devices (with a transmit-capable SDR), and run simulations of the protocols' state machines.

In the Arch Linux Community package collection.

https://github.com/jopohl/urh

python rf rtlsdr reverseengineering protocols tools radio hardware
42wim/matterbridge: bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocket.chat,hipchat (via xmpp), steam, twitch, ssh-chat, zulip and matrix with REST API (mattermost not required!) https://github.com/42wim/matterbridge
Tue 19 Jun 2018 03:36:11 PM PDT archive.org

A universal bridge for communications protocols. Presents a unified REST API so you don't have to worry about writing your own protocol adapters.

Protocols: IRC, XMPP, Gitter, Mattermost, Slack, Discord, Telegram, Rocket.Chat, Hipchat (via XMPP), Matrix, Steam, ssh-chat and Zulip

Appears that it's "one instance of this bridge to one service at a time."

golang bridge api exocortex chat protocols rest irc xmpp gitter discord matrix
GitHub - jaredthecoder/awesome-vehicle-security https://github.com/jaredthecoder/awesome-vehicle-security
Fri 15 Jun 2018 11:24:57 AM PDT archive.org

A curated list of resources for learning about vehicle security and car hacking.

awesome list vehicles cars infosec security hacking articles presentations books protocols papers research attacks
Keith Lockstone's home page http://www.cix.co.uk/~klockstone/
Tue 20 Mar 2018 03:16:50 AM PDT archive.org
steganography cryptography tea algorithms otp protocols
patator - Patator is a multi-purpose brute-forcer, with a modular design and a flexible usage. https://github.com/lanjelot/patator
Tue 20 Mar 2018 12:55:13 AM PDT archive.org

Patator is a utility written in Python to brute-force accounts in different kinds of services (like IMAP, SSH, and HTTP) to gain access. Requires a dictionary file. Dependency heavy because it doesn't actually implement any of the protocols itself but instead relies upon a number of Python modules that already do. Read the code carefully before attempting to run it, it's designed to be user-unfriendly to limit the possibility of abuse.

brute-force modular python cracker infosec mutator accounts protocols
ostinato - Packet/Traffic Generator and Analyzer https://ostinato.org/
Tue 20 Mar 2018 12:40:36 AM PDT archive.org

Ostinato aims to be the equal and opposite package to Wireshark, which is to say it is a simple, easy to use (if you know networking, that is) packet generator which lets you construct packets from the physical layer all the way up into individual applications. Can also load, edit, and replay on the wire the contents of PCAP files.

tcpip foss generator builder packets replay infosec tools protocols software
UpstandingHackers/hammer · GitHub https://github.com/UpstandingHackers/hammer
Tue 20 Mar 2018 12:40:09 AM PDT archive.org

Hammer is a parsing library written in C which aims to solve the language-theoretic security problem. It provides a parser which was designed from the ground up to be more secure as well as a selection of parsing back ends for the domain specific languages implemented thereby. It's also bit oriented, so you can use it to parse things which are ordinarily considered too fiddly (such as raw IP packets).

Bindings for other languages are available.

c github foss combinators langsec parsers software protocols dsl
page 1 / 2
4029 links, including 257 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn