An OSINT tool for IT ninjas
Project description
DiPense
An OSINT tool for IT ninjas
How to use the library
First we recommend creating a virtual environment python -m venv venv
and then activate it source venv/bin/activate
Once that finish now install the library using
pip install --upgrade dipense
Wait for the installation to finish, 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:
python route.py payloadwho -d google.com
or
python route.py payloadwho --domain google.com
To find information about an ip address run the file like so below, and the command require root previlage (super user):
python route.py payloadip -i 198.3.11.7
or
python 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:
python route.py payloadip -i 198.3.11.7 -o True
or
python 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:
python route.py payloadnum -n +2349083513047
or
python route.py payloadnum --number +2349083513047
To see positional argument and flags available run the file without any flag or positional argument like:
python route.py
Useful links
- Documentation: https://dipense.readthedocs.io
- Repository: https://github.com/usmanmusa1920/dipense
- Docker-hub Release: https://hub.docker.com/r/usmanmusa/dipense
DiPense at a glance (docker)
DiPense at a glance (pypi)
Change Log
0.1.3 (23/june/2023)
- Fourth (0.1.3) Release
OS compatibility
- Third (0.1.2) Release
OS compatibility
-
Second Release
-
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
Built Distribution
File details
Details for the file dipense-0.1.3.tar.gz
.
File metadata
- Download URL: dipense-0.1.3.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6055c2ce579044694d30cb77e7e0821202d9a4a67d29b3b7fe5517215dad15d1 |
|
MD5 | dfb011623fea5cb0830198ff278d421b |
|
BLAKE2b-256 | 7a2090627b92d17a9f8bb7c07c9995cf6b70bc7cf3623f0d80e3b0574e26cb02 |
File details
Details for the file dipense-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: dipense-0.1.3-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c635ebabe4c74e1fbd8972f39822b079c89a9cb0042c7cc65e61ec5dda755dc1 |
|
MD5 | 9a6f8aca9fac55bed2dc86c1e8348d14 |
|
BLAKE2b-256 | 6cdcb694768223fad1820e29213ce326a3ef0edd9051f96fa5cab576e6d6a189 |