dloss / python-pentest-tools

Python tools for penetration testers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggested addition

lazorfuzz opened this issue · comments

Hi,

I was looking at this repository, and I thought it might be useful to point you to a Python module that you might want to include here.

It's called hacklib and you can find it here:
https://github.com/leonli96/python-hacklib

It's a Python module for pentesters that I'm working on. Some interesting features it has are the ability to generate Mac reverse shell apps, logging into 99% of all HTML-based login forms with 2 lines of code, and the essentials, such as port scanning and lan scanning.

It saves a lot of time, and would certainly be useful for beginners and professionals in saving time. Furthermore, a volunteer and I are actively working on improving this. We welcome more contributors to this project, and I think placing it here would give it more visibility, helping us to achieve our goal of making hacklib an essential tool in the pentester's toolkit.