Giter VIP home page Giter VIP logo

pycurity's Introduction

pycurity

A list of python hacking scripts I wrote with the guide of this book

This is a current work in progress.

I also have some PenTesting/ Hacking and Coding videos on my YouTube Channel if you're into that.

As soon as I've finished the book, I'll fork this project and create a more usefull pentesting-framework.

List of Scripts and what they do:

crackers

unzip.py

A simple zip-pw dictionary cracker.

Usage:

python unzip.py -f <zipfile> -d <dictionary_file>

This script will crack a pw- protected zip file with a dictionary list. It will create a pseudo- Thread for each dictionary_file line to speed up the process.

metasploit

conficker.py

Clone of conficker exploit

Usage:

python -H <RHOST[s]> -l <LHOST> [-p <LPORT> -F <Password File>]

Simplifies the process of creating a conficker exploit by handling all the configuration and launching the exploit via msf.

scanners

port_scanner.py

A port scanner for hostnames/ips and port(s)

Usage:

python port_scanner.py -H <ip-adress> -p <single port>
python port_scanner.py -H <ip-adress> -p "<mutliple ports separated by comma>"
# eg for multiple port scan
python port_scanner.py -H 127.0.0.1 -p "20, 21, 443"

nmap_port_scanner.py

Same as port_scanner.py but with nmap integration.

simple_vuln_scanner.py

A simple scanner for common vulnerabilities.

Usage:

python simple_vuln_scanner.py <vuln_list.txt>

vuln_list.txt can contain banner info like

  • "FreeFloat FTP Server"
  • "3Com 3CDaemon FTP Server Version 2"

as suggested by the book. Not limited to FTP- Services.

Scans some ports in a range of IP- Adresses to get vulnerable services.

ssh

ssh_dictionary.py

A simple brute-forcer for ssh connections, using a dictionary.

Usage:

python ssh_dictionary.py -H <hostname> -u <username> -F <password- file>

Tries to brute- force an ssh connection for a given user using a dictionary.

Disclosure

This Readme may contain affiliate marketing links, which means I may get paid commission on sales of those products or services we write about. My content is not influenced by advertisers or affiliate partnerships. This disclosure is provided in accordance with the Federal Trade Commission’s 16 CFR § 255.5: Guides Concerning the Use of Endorsements and Testimonials in Advertising.

pycurity's People

Contributors

ninijay avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.