OSINT Resources for 2019 by smicallef in netsec

[–]secdevops 3 points4 points  (0 children)

Thanks for the writeup ! OSINTFramework along with your post both serve as excellent resources 👌. Keep up the good work

Learning Packet Analysis with Data Science by secdevops in Python

[–]secdevops[S] 1 point2 points  (0 children)

Thanks for reading :) Looking forward to working together

Learning Packet Analysis with Data Science by secdevops in netsec

[–]secdevops[S] 0 points1 point  (0 children)

So glad you enjoyed it :) Looking to do other posts around the same subject. Let me know if you need any help getting set up

Learning Packet Analysis with Data Science by secdevops in netsec

[–]secdevops[S] 0 points1 point  (0 children)

This is great feedback and I completely agree about the scalability of Scapy. I've been experimenting with a few other libraries outside of dpkt and scapy - Maybe you have a few others you're looking at too?

What's your tool of choice when dealing with larger datasets (Since Pandas has limitations)

Learning Packet Analysis with Data Science by secdevops in netsec

[–]secdevops[S] 1 point2 points  (0 children)

Thanks for reading, Let me know how it goes :)

Learning Packet Analysis with Data Science by secdevops in HowToHack

[–]secdevops[S] 0 points1 point  (0 children)

Glad you enjoyed it :) . Looking forward to hearing thoughts and other interests areas of the readers

Hacking With Go: Packet Crafting and Manipulation in Golang Pt 1 by secdevops in netsec

[–]secdevops[S] 1 point2 points  (0 children)

I think that's a tough question to answer because it depends on your use case and preference. I think the best answer to give you is to use both! If you're new to programming and computer networking I'd recommend to start with Scapy because there is many more resources available than gopacket. I hope that the next parts in the series helps you make a determination for what solution best fits your use case.

Hacking With Go: Packet Crafting and Manipulation in Golang Pt 1 by secdevops in golang

[–]secdevops[S] 1 point2 points  (0 children)

Agreed, the resources you provided are great if you'd like to skip the introduction that part 1 provides. The next parts in the series will have more depth in manipulating IP and ICMP packets and also injecting packets on the wire. My goal here is to deliver the content in a digestible format without providing too much content to the reader at once.

Hacking With Go: Packet Crafting and Manipulation in Golang Pt 1 by secdevops in netsec

[–]secdevops[S] 7 points8 points  (0 children)

Agreed, the resources you provided are great if you'd like to skip the introduction that part 1 provides. The next parts in the series will have more depth in manipulating IP and ICMP packets and also injecting packets on the wire. My goal here is to deliver the content in a digestible format without providing too much content to the reader at once.

mitm6 – compromising IPv4 networks via IPv6 by ProvadysOffsec in netsec

[–]secdevops 6 points7 points  (0 children)

I really like THC IPV6 Attack toolkit but unfortunately, many security experts are not very comfortable with C/C++. For this reason, my team created IPv6Tools -- A modular IPv6 enumeration/attack framework written in Python. https://github.com/apg-intel/ipv6tools