DEV Community

Cover image for Pentest network python tool
Paulo Medeiros
Paulo Medeiros

Posted on

2 1

Pentest network python tool

Hey guys! Hope you all doing well. I just want to show you a project I am working on (https://github.com/medpaf/medsec).

MedSec is a network utility tool that I developed to perform some network, security administrator and pentesting tasks. Currently, this script can perform a good variety of tasks such as:

  • Port scan, including SYN, TCP, UDP, ACK, comprehensive scan;
  • Host discovery (scan for up devices on a local network);
  • Banner grabbing;
  • DNS checks with geolocation information;
  • Subdomain enumeration;
  • Vulnerability reconnaissance for web applications
  • ifconfig (beta);
  • ping (beta);
  • traceroute (beta);
  • IP spoofing;
  • Packet sniffing.

Please feel free to leave feedback. Kudos

https://github.com/medpaf/medsec

Top comments (0)

AWS Q Developer image

Your AI Code Assistant

Implement features, document your code, or refactor your projects.
Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay