kodegeek · @josevnz
31 followers · 149 posts · Server fosstodon.org

Eventually you will use your favourite language to check for open TCP ports. Plain Python with Sockets is perfectly fine, but you could also learn how to use Scapy + Python to raise your game to a new level.

redhat.com/sysadmin/test-tcp-p

#porttest #python #linux #devops #coding #scapy

Last updated 1 year ago

kodegeek · @josevnz
26 followers · 134 posts · Server fosstodon.org

Another article on the queue, how you don't let your friends to test TCP port with telnet, the same way you don't use tanning beds due health concerns:

github.com/josevnz/StopUsingTe

#telnet #tcp #testing #ports #nmap #scapy #expect

Last updated 1 year ago

Edwin Groothuis · @mavetju
32 followers · 224 posts · Server aus.social

First time in months (years?) that I have to do some packet creation with . And the last VM with all the earlier recipes is gone. I feel like a noob again.

#scapy

Last updated 1 year ago

DerRente · @DerRente
84 followers · 155 posts · Server mastodontech.de

Python Pakete installieren oder Updaten via Setup-Skript
Um nicht ständig einzelne Python Pakete nachzuinstallieren, bietet sich an in Python eine Setup Datei zu schreiben. Hier in diesem Beispiel habe ich einen Python Skript geschrieben, das mir es ermöglicht, die Pakete, die ich ständig benötige na
dev-crowd.com/2023/03/27/pytho

#programmierung #python #requests #scapy #Selenium #Webdriver #package #packages #setup

Last updated 1 year ago

ally :) · @allysboredaf
88 followers · 76 posts · Server infosec.exchange

Hey, back with another - this time on .

But wait, there's a twist!

For this challenge involving extracting files from a packet capture, I opted to use scapy to build my own tools, rather than use Wireshark's built-in tooling.

Why? To learn and practice the process of researching a new security thing!

Read the full here:
allyring.github.io/picoctf-tft

Thanks :D

#ctfwriteup #picogym #forensics #scapy #article

Last updated 1 year ago

Ringzer0 · @ringzer0
151 followers · 182 posts · Server infosec.exchange

🌐 Want to learn how to master Scapy and build your own IPv6 attacks? Then sign up for Guillaume Valadon's (@guedou) training on Network Security with !

🎟️ ringzer0.training/trainings/ip

#cybersecurity #ipv6 #scapy

Last updated 2 years ago

DerRente · @DerRente
81 followers · 153 posts · Server mastodontech.de
Ringzer0 · @ringzer0
141 followers · 157 posts · Server infosec.exchange

🌐 Want to learn how to master Scapy and build your own IPv6 attacks? Then sign up for Guillaume Valadon's (@guedou) training on Network Security with !

🎟️ ringzer0.training/trainings/ip

#ipv6 #scapy

Last updated 2 years ago

Ringzer0 · @ringzer0
136 followers · 137 posts · Server infosec.exchange

↩️ ICYMI - our videos are now available online! This weekend, expand your knowledge on , , and . Watch by our awesome instructors Guillaume Valadon (@guedou), Saumil Shah (@therealsaumil), and JP Aumasson (@veorq)!

🎥 youtube.com/playlist?list=PLVd

#return2workshops #scapy #arm64 #cryptography #free #infosec #workshops

Last updated 2 years ago

Ringzer0 · @ringzer0
131 followers · 127 posts · Server infosec.exchange

As a way to ring in the new year, we’re releasing the videos of the event of last December! First up is Guillaume Valadon (@guedou), who will tell you all about , and how to use it to manipulate packets. Watch “SCAPY, from S to Y!” for !

🎥 youtu.be/mzTZRf8Fw3Y

Are you interested in learning more about Scapy? Then sign up for Guillaume’s in February: “ Network Security with Scapy”. Go to our website for more details and to sign up!

🎟️ ringzer0.training/trainings/ip

#return2workshops #scapy #free #training #ipv6

Last updated 2 years ago

Julien Loup Ooka · @DjoulTheWolf
17 followers · 68 posts · Server mamot.fr

Aujourd'hui, j'ai eu l'occasion de ressortir au travail, cela faisait tellement longtemps que j'en avais pas eu l'occasion… :blobaww: Le démarrage a montré que j'étais un peu rouillé mais j'ai fini par réussi à le faire fonctionner pour mon cas d'usage ! :blobmelt:

#scapy

Last updated 2 years ago

Ringzer0 · @ringzer0
82 followers · 57 posts · Server infosec.exchange

📅 Have some free time tomorrow? Why not brush up on your skills with Guillaume Valadon’s (@guedou) workshop “, from S to Y!” - sign up today to score the last tickets!

🎟️ ringzer0.training/workshops.ht

#scapy #free

Last updated 2 years ago

Ringzer0 · @ringzer0
80 followers · 53 posts · Server infosec.exchange

🕗 Can’t wait till @guedou’s training in February? There are still tickets left for Guillaume’s , from S to Y!” - so sign up now for his workshop this Wednesday!

🎟️ ringzer0.training/workshops.ht

#free #workshop #scapy #cybersecurity

Last updated 2 years ago

@reswob
I'm going to summarize.
This really good write up on how to use simple, readily available tools to perform good security research. And it is written in such a way that even a beginner could follow it.
They used , specifically , , and an arpspoof script (there are tools in Kali that can do this for you like or , but they probably did not need something that full featured).
They debugged the protocol to figure out where the PSI values were stored and then built a MiTM script, also in python, that could manipulate embedded data in either direction or both directions.
Simplest fix is "encrypt your protocol".

#kalilinux #wireshark #scapy #python #dsniff #ettercap

Last updated 2 years ago

Ringzer0 · @ringzer0
79 followers · 52 posts · Server infosec.exchange

🌐 Want to learn how to master Scapy and build your own IPv6 attacks? Then sign up for Guillaume Valadon's (@guedou) training on Network Security with !

🎟️ ringzer0.training/trainings/ip

#ipv6 #scapy

Last updated 2 years ago

Ringzer0 · @ringzer0
78 followers · 46 posts · Server infosec.exchange

🎄‘T is the season of giving! And what better gift than knowledge? Join us for our FREE annual December Workshop Calendar with three awesome about , , and !

Which will you attend? Sign up for free now!

🎁 ringzer0.training/workshops.ht

#advent #workshops #scapy #arm64 #cryptography

Last updated 2 years ago

A workshop that I have delivered years ago that I’m still excited about - “The Art of Packet Crafting with Scapy”.

A workshop where you’ll learn the nitty-gritty details of networking while programming in and

In my opinion, this is one of the best ways to learn Networking that they don’t teach you in a classroom.

scapy.disruptivelabs.in/

#python #scapy

Last updated 2 years ago

@crashoverrid3
Threat Hunting is not a primary part of our job. Our team is very small so Threat Hunting is a "when you have time" exercise. Most of time, we have automated tools that say something is a threat and then we prove it using other, manual tools and techniques.
With that said, here are my tips.
First and foremost, knowing what "normal" is for wherever it is you are hunting. You have to know what it should look like before you can detect an anomaly.
Second, access to time-synched security and application logs through a log aggregator like . Careful log analysis can find a needle in a stack of needles if you have enough corroborating information.
I generally write quick scripts in or and I have a co-worker to does the same with .
For web apps, something like or OWASP ZAP that can be used as a proxy.
To detect things on the network, flow data analysis is always good. Top and bottom talkers.
Traffic on unusual ports
For threats that would be using some sort of open port, I start with making use of its huge library of scripts and it's user friendly performance options. As a bonus, you can dump the results to parseable output files for use by other tools. I'd love to say I use and but honestly nmap is normally good enough for what I do.
I'll check to see if they have anything relevant to what I'm searching for, but often they don't.
And we have multiple agents on our endpoints that can check the file system for specific file hash values or we can have our admin team run scripts from their management tools to reach out and touch every system to look for a file.

#splunk #powershell #bash #python #burpsuite #nmap #scapy #hping3 #metasploit

Last updated 2 years ago

Jamie · @suprjami
43 followers · 140 posts · Server fosstodon.org

I love for crafting packets but gee the documentation is lacking. Even the API reference is mostly just a pointer to the source to read what's actually possible with each layer.

#scapy #infosec

Last updated 2 years ago

Ringzer0 · @ringzer0
75 followers · 36 posts · Server infosec.exchange

🌐 Want to learn how to master Scapy and build your own IPv6 attacks? Then sign up for Guillaume Valadon's training on Network Security with !

🎟️ ringzer0.training/trainings/ip

🧵 3/10

#ipv6 #scapy

Last updated 2 years ago