Git Product home page Git Product logo

badpy's Introduction

badpy (Created By Error)

badpy is a python package with modules required for hacking.

Installation

Use the package manager pip3 to install badpy.

pip3 install badpy
# if module not working  try this : 
pip install badpy==1.6 --upgrade

Usage

dork(url,show) # dork module is finding websites admin panel
"""
show = True or False it means if show = True print brute force and outputs will be colorfully. Like [!][WARNING] will be yellow and [+] will be green... otherwise i mean if show=False these will just one output (the result). And noncolorfull. Even you can make result equal to string veriable. Look down for examples.
"""
locate(ip,cmd)
"""
ip = ip
cmd = command to get information about ip adress.
here is all commands :
countrycode : Country Code
country     : Country
region      : Region
city        : City
regionno    : RegionName
postal      : Postal Code (zip)
timezone    : Timezone
mobile      : Mobile
operator    : Operator (isp)
porxy       : Proxy
"""

Google Dorking Module (1.3)

from badpy import * # importing badpy module

# Option 1
dork("http://thesaderror.cf/",True) # with this module you can see brute force and output will be colorfull.
# Option 2
n = dork("http://thesaderror.cf/",False) # this is for make output simple. And you can make output equal to a veriable.
print(n)

IP Information Gathering (1.3)

from badpy import * # importing badpy module

print(locate("172.253.11.2","country"))
# for commands please look up
"""
here is all commands :
countrycode : Country Code
country     : Country
region      : Region
city        : City
regionno    : RegionName
postal      : Postal Code (zip)
timezone    : Timezone
mobile      : Mobile
operator    : Operator (isp)
porxy       : Proxy
"""

Discord Spammer (1.4)

from badpy import * # importing badpy module

dcspam('yourdiscordwebhookurl','messagetospam')
#this command will spam with webhook. It is Usefully! LOL.

Contact :

Github : TheSadError
Gmail : [email protected]

Log :

[1.3] Dork Module
[1.3] IP Information Gathering
[1.4] Discord Spammer

License

MIT

For Educational Purposes

badpy's People

Contributors

theahmadov avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.