phaethon / kamene

Network packet and pcap file crafting/sniffing/manipulation/visualization security tool. Originally forked from scapy in 2015 and providing python3 compatibility since then.
GNU General Public License v2.0
862 stars 193 forks source link

Automotive Network Pentesting with scapy3k #188

Open polybassa opened 6 years ago

polybassa commented 6 years ago

Hi, i've developed some additions to make scapy3k usable for automotive penetration testing. Mainly I implemented sockets for CAN and ISO-TP and Packet definitions for ISO14229 and a properitary ISO13400 protocol.

I'm wondering, if there is an interest in the scapy3k community to merge these additions to mainline.

Cheers

phaethon commented 6 years ago

Yes, absolutely. Can you prepare PR?

polybassa commented 6 years ago

Yes, I will prepare a PR. Can you give me some advice, where to place my code? I made my additions like a scapy AddOn. Therefore all my files lay around in the root directory of scapy at the moment.

polybassa commented 6 years ago

189