hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.4K
active users

#scapy

0 posts0 participants0 posts today

Автоматизируем пентест с помощью Python

Тестирование на проникновение всегда ограничено во времени. Если черные хакеры (или просто хакеры) могут потратить недели и месяцы на проведение APT атаки, то белые хакеры не могут позволить себе такую роскошь. Есть договор на проведение пентеста и в этом договоре четко указаны сроки. Для того, чтобы пентест был максимально эффективным, используются различные инструменты автоматизации, однако очень часто бывает так, что удобнее всего использовать собственные скрипты, так как часто возникает необходимость в некоторой кастомизации, когда нужно немного изменить код скрипта и конечно лучше менять то в чем хорошо разбираешься.

habr.com/ru/companies/otus/art

ХабрАвтоматизируем пентест с помощью PythonТестирование на проникновение всегда ограничено во времени. Если черные хакеры (или просто хакеры) могут потратить недели и месяцы на проведение APT атаки, то белые хакеры не могут...

What have I learned this week?

- Use #scapy to manipulate/anonymize a pcap
- #Typst looks like markdown/pandoc but better to create documents. Need to try it.. Won't really work for figures and slides though (well, it does but minimal)
- Existence of #go-diskfs, a library to manipulate disks, partitions.

Packet Crafting and Network Exploration with Scapy
According to its main page,

Scapy is a powerful interactive packet manipulation library written in Python. Scapy 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.
scapy.net/

Install

Depending on your OS a
rffuste.com/2024/01/22/packet-
#General #Tutoriales #scapy #tools

scapy.netScapy

Two new @greynoise goodies for y’all from the Labs team:

— a new blog post on how to extract HTTP payloads from the PCAPs generated by our Early Access Program sensors: greynoise.io/blog/quickly-tria using #python's #scapy in #RStats via the {reticulate} package (you can just use the python code tho if you're "one of those" 🐍 ppl)

— a new @observablehqobservablehq.com/@greynoise/to — that shows summary stats from high-level GNQL queries like “vpn”, “classification”, etc.

www.greynoise.ioQuickly Triaging HTTP Traffic From GreyNoise’s New Hosted SensorsDive into our guide on how to extract HTTP payloads from PCAPs generated by GreyNoise Early Access Program sensors using Scapy.