Python package for hacking. (This package including hacking modules.)
Project description
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 : syntaxerrorses@gmail.com
Log :
[1.3] Dork Module
[1.3] IP Information Gathering
[1.4] Discord Spammer
License
For Educational Purposes
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
badpy-1.6.tar.gz
(6.7 kB
view details)
File details
Details for the file badpy-1.6.tar.gz
.
File metadata
- Download URL: badpy-1.6.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea031fd9f845dd17829e955561a06b33e36ef09116e72fc41a8300492598c588 |
|
MD5 | dcbdbb69aa23a9b479b706f627e2708f |
|
BLAKE2b-256 | b719c4b40130f27b5c535acd18313deff2510427c24edf8559afc6b98ad5ae12 |