Skip to main content

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

DiPense at a glance (docker)

DiPense at a glance

DiPense at a glance (pypi)

DiPense at a glance

Change Log

0.1.2 (23/june/2023)

  • Third (0.1.2) Release

OS compatibility

0.1.1 (28/may/2023)

  • Second Release

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

dipense-0.1.2.tar.gz (10.9 kB view hashes)

Uploaded Source

Built Distribution

dipense-0.1.2-py3-none-any.whl (10.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page