lazorfuzz / python-hacklib

hacklib - pentesting, port scanning, and logging in anywhere with Python
MIT License
91 stars 34 forks source link

Options #1

Open blindfuzzy opened 8 years ago

blindfuzzy commented 8 years ago

Just a thought here but would having some type of way to input domain/ip then have a user select an option on what they want be a good idea for this?

lazorfuzz commented 8 years ago

That sounds like a good idea. It would make sense to run that UI only if name == 'main' so then hacklib can be used as just a reference module in other people's scripts as well.

Ya'll should fork the current version and add features yourselves and we can all vote on the best ones to add.

Also sorry for not working on this repo, I've been busier with the python-leonflix project but I'm switching my sights back to this one.

lazorfuzz commented 8 years ago

I also added a 'head' branch that we can edit and use as a 'sandbox' of sorts. Let's build the UI on the head branch and add it back to the master once it's complete and we're all satisfied with it.

blindfuzzy commented 8 years ago

Sounds good man!

lazorfuzz commented 8 years ago

@robin-williams @tylerp96 Just added easy proxy connection to Socks4/5 proxies in the UI. Check out the video demo here: http://apolyse.com/hacklibproxy.mov

You guys want to work on the rest of the UI?

blindfuzzy commented 8 years ago

Ah, snap. That's where I was headed with it. I must apologize work for us has been crazy as of late.

lazorfuzz commented 8 years ago

It's no problem, I'll leave the UI up to you.