Giter Club home page Giter Club logo

pybelt's Introduction

** NOTE: This project is no longer updated, this will be the last push to this project, if you would like more info, feel free to ping me on Twitter: @stay__salty **

Pybelt

Pybelt is an open source hackers tool belt complete with:

  • A port scanner
  • SQL injection scanner
  • Dork checker
  • Hash cracker
  • Hash type verification tool
  • Proxy finding tool
  • XSS scanner

It is capable of cracking hashes without prior knowledge of the algorithm, scanning ports on a given host, searching for SQLi vulnerabilities in a given URL, verifying that your Google dorks work like they should, verifying the algorithm of a given hash, scanning a URL for XSS vulnerability, and finding usable HTTP proxies.

Screenshots

SQL Injection scanning made easy, just provide a URL and watch it work sqli

Dork checker, have some Dorks you're not sure of? Go ahead and run the Dork check with the Dork as an argument, it will pull 100 URLs and give you success rate for the Dork dork

Hash cracking made simple, provide the hash type at the end ":md5, :sha256, etc" for a specific hash, or ":all" for all algorithms available on your machine hash

And many more!

Usage

Installation

You can either clone the repository git clone https://github.com/ekultek/pybelt.git or download the latest release as a zip/tar ball here

Once you have the program installed cd into the directory and run the following command: pip install -r requirements.txt This will install all of the programs needed libraries and should be able to be run from there.

Functionality

python pybelt.py -p 127.0.0.1 Will run a port scan on your local host

python pybelt.py -s http://example.com/php?id=2 Will run a SQLi scan on the given URL

python pybelt.py -d idea?id=55 Will run a Dork check on the given Google Dork

python pybelt.py -c 9a8b1b7eee229046fc2701b228fc2aff:all Will attempt to crack the hash using all algorithms available on the computer

python pybelt.py -v 098f6bcd4621d373cade4e832627b4f6 Will try to verify the hash type

python pybelt.py -f Will find usable proxies

python pybelt.py -x http://127.0.0.1/php?id=1 Will search the URL for XSS vulnerability

License

This program is licensed under the MIT license, you can the license in the DOCS folder

pybelt's People

Contributors

ekultek avatar grenderg avatar srcecde avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pybelt's Issues

OS

i am using Kali linux(Debian)

test issue #1

Issue/idea please be specific:

Do you have an idea of how to fix this?

Test

How can this be reproduced?

TEST

What are the running details of your environment?

  • Installation method?
    clone
  • Operating system and architecture?
    Parrot OS
  • Program version:
    $ python pybelt.py --version
    [12:12:52 INFO] Checking program integrity..
    [12:12:55 INFO] 1.0.11.25(dev)
  • Full traceback exception:
    NONE BITCHES

A random fact about yourself

I'm pretty cool

urllib2 to urllib

Issue/idea please be specific:

Do you have an idea of how to fix this?

How can this be reproduced?

What are the running details of your environment?

  • Installation method?
  • Operating system and architecture?
  • Program version:

Change urllib2 to urllib as they were combined in python 3 and causes problems for users when trying to import modules.

  • Full traceback exception:

A random fact about yourself

python google module

Hi,

I am getting the following error when running pybelt although all dependencies are installed. It's related to the google module and i can't find 'search' from 'google' in python2.7. OS is Arch Linux and google module is in verion 1.9.3 from pypi:

Traceback (most recent call last):
  File "pybelt.py", line 8, in <module>
    from lib.pointers import run_proxy_finder
  File "/usr/share/pybelt/lib/pointers.py", line 9, in <module>
    from lib.core.dork_check import DorkScanner
  File "/usr/share/pybelt/lib/core/__init__.py", line 1, in <module>
    from dork_check import DorkScanner
  File "/usr/share/pybelt/lib/core/dork_check/__init__.py", line 1, in <module>
    from dorks import DorkScanner
  File "/usr/share/pybelt/lib/core/dork_check/dorks.py", line 5, in <module>
    from google import search
ImportError: cannot import name search

i am seeing this type of issue while i try to run pybelt.py

[11:27:50 INFO] Checking program integrity..
Traceback (most recent call last):
File "pybelt.py", line 85, in
integrity_check()
File "/home/najam/Pybelt/lib/core/settings.py", line 294, in integrity_check
if open("{}\docs\checksum.md5".format(PATH)).read() == urllib2.urlopen(url).read():
IOError: [Errno 2] No such file or directory: '/home/najam/Pybelt\docs\checksum.md5'

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.