An OSINT tool for IT ninjas
Project description
An OSINT tool for IT ninjas
How to use the library
First we recommend creating a virtual environment python3 -m venv venv
and then activate it source venv/bin/activate
Once that finish now install the library using pip install dipense
and wait for the installation basically the library was uploaded using sdist
(Source Distribution)
After that create a new file let call it route.py
in the file put the below code
from dipense import payloads
from dipense.structure import helper
if __name__ == '__main__':
payloads(helper)
save the file and navigate to where the file is located in terminal and your are ready to go
To find information about a domain name run the file like:
python3 route.py payloadwho -d google.com
or
python3 route.py payloadwho --domain google.com
To find information about an ip address run the file like:
python3 route.py payloadip -i 198.3.11.7
or
python3 route.py payloadip --ip 198.3.11.7
You can also specify a flag of -o
or --open
to True
this will automatically open a webbrowser showing you where that ip address is located, like:
python3 route.py payloadip -i 198.3.11.7 -o True
or
python3 route.py payloadip -i 198.3.11.7 --open True
To find information about a phone number run the file like you see below, be sure to start with the country code of that phone number:
python3 route.py payloadnum -n +2349083513047
or
python3 route.py payloadnum --number +2349083513047
To see positional argument and flags available run the file without any flag or positional argument like:
python3 route.py
Github repository:
Pull requests are welcome
There is a version of this library on docker hub repo @ https://hub.docker.com/r/usmanmusa/dipense
DiPense at a glance (docker)
Change Log
0.1 (13/november/2022)
- First Release
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
File details
Details for the file dipense-0.1.tar.gz
.
File metadata
- Download URL: dipense-0.1.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4433e34d29e4919fe5dc91ad1c70fbc589a9266e727f3ed9b663a1d6bf178448 |
|
MD5 | 75c766b6bb33932824548fd8778ec31f |
|
BLAKE2b-256 | 0c40ca77d7105fe34956238f3f11eadbd2cb50028740658dba5ee242f6b99459 |