{"id":18021963,"url":"https://github.com/usmanmusa1920/dipense","last_synced_at":"2026-03-17T21:37:38.721Z","repository":{"id":144675213,"uuid":"562779586","full_name":"usmanmusa1920/dipense","owner":"usmanmusa1920","description":"An OSINT tool for IT ninjas.","archived":false,"fork":false,"pushed_at":"2024-07-31T20:15:35.000Z","size":3258,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-23T18:04:23.048Z","etag":null,"topics":["docker","docker-compose","lab","nginx","osiint"],"latest_commit_sha":null,"homepage":"https://dipense.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/usmanmusa1920.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-07T08:41:05.000Z","updated_at":"2025-03-26T08:29:53.000Z","dependencies_parsed_at":"2024-10-30T06:43:04.617Z","dependency_job_id":null,"html_url":"https://github.com/usmanmusa1920/dipense","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/usmanmusa1920/dipense","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usmanmusa1920%2Fdipense","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usmanmusa1920%2Fdipense/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usmanmusa1920%2Fdipense/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usmanmusa1920%2Fdipense/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usmanmusa1920","download_url":"https://codeload.github.com/usmanmusa1920/dipense/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usmanmusa1920%2Fdipense/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30632090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","lab","nginx","osiint"],"created_at":"2024-10-30T06:11:42.328Z","updated_at":"2026-03-17T21:37:38.705Z","avatar_url":"https://github.com/usmanmusa1920.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# DiPense\n\n```sh\n@@@@@@@   @@@  @@@@@@@   @@@@@@@@  @@@  @@@   @@@@@@   @@@@@@@@  \n@@@@@@@@  @@@  @@@@@@@@  @@@@@@@@  @@@@ @@@  @@@@@@@   @@@@@@@@  \n@@!  @@@  @@!  @@!  @@@  @@!       @@!@!@@@  !@@       @@!       \n!@!  @!@  !@!  !@!  @!@  !@!       !@!!@!@!  !@!       !@!       \n@!@  !@!  !!@  @!@@!@!   @!!!:!    @!@ !!@!  !!@@!!    @!!!:!    \n!@!  !!!  !!!  !!@!!!    !!!!!:    !@!  !!!   !!@!!!   !!!!!:    \n!!:  !!!  !!:  !!:       !!:       !!:  !!!       !:!  !!:       \n:!:  !:!  :!:  :!:       :!:       :!:  !:!      !:!   :!:       \n :::: ::   ::   ::        :: ::::   ::   ::  :::: ::    :: ::::  \n:: :  :   :     :        : :: ::   ::    :   :: : :    : :: :: \n```\n\nAn OSINT tool for IT ninjas\n\n[![Downloads Month Badge](https://static.pepy.tech/badge/dipense/month)](https://pypi.org/project/dipense)\n[![License Badge](https://img.shields.io/pypi/l/dipense.svg)](https://pypi.org/project/dipense)\n[![Supported Wheel Badge](https://img.shields.io/pypi/wheel/dipense.svg)](https://pypi.org/project/dipense)\n[![Supported Versions Badge](https://img.shields.io/pypi/pyversions/dipense.svg)](https://pypi.org/project/dipense)\n\n## Usage:: (local)\n\nFirst clone the repository\n\n```sh\n\tgit clone https://github.com/usmanmusa1920/dipense\n```\n\nEnter into the directory, which live in `dipense/dipense`\n\n```sh\n\tcd dipense/dipense\n```\n\nCreate virtual environment\n\n```sh\n\tpython -m venv d_venv\n```\n\nActivate virtual environment\n\n```sh\n\tsource d_venv/bin/activate\n```\n\nInstall requirements\n\n```sh\n\tpip install -r requirements.txt\n```\n\nNow run the development server by:\n\n```sh\n\tpython manage.py runserver\n```\n\nVisit the url address `http://localhost:8000`, use the below user credential to login!\n\n**Email:** mr_robot@mail.com **Password:** root1234\n\n## Usage:: (Docker release)\n\n\u003e **Note**\n\u003e The docker version is too old, but soon new will be release!\n\nTo use this tool you have to make sure you have `docker` install as well as `docker-compose`, also make sure you have nothing running on port `8000` and `80` because these ports are going to be use for the services\n\nAfter that then you are to pull the image from docker with\n\n```sh\n\tdocker pull usmanmusa/dipense\n```\n\nNext you are to clone the github repo of the project in other to get the `docker-compose.yml` by:\n\n```sh\n\tgit clone https://github.com/usmanmusa1920/dipense.git\n```\n\nNow cd into the project folder you just clone to spin up the services using the command::\n\n```sh\n\tdocker-compose up\n```\n\nyou can use the command below instead of the above, in other to see how it build the image::\n\n```sh\n\tdocker-compose up --build\n```\n\nOnce that finish, you will notice in your terminal that it says you can reach it at `http://0.0.0.0:8000`, that one is a gunicorn server which doesn't serve static files, we recommend visiting it at port `80` which is an `Nginx` server that can serve static files, and it is a proxy to that gunicorn container.\n\n## Usage:: (Pypi release)\n\nFirst we recommend creating a virtual environment `python -m venv venv` and then activate it `source venv/bin/activate`\n\nOnce that finish now install the library using\n\n```sh\n\tpip install --upgrade dipense\n```\n\nWait for the installation to finish, basically the library was uploaded using `sdist` (Source Distribution)\n\nAfter that, create a new file let call it `route.py` in the file put the below code\n\n```python\n\tfrom dipense import payloads\n\tfrom dipense.structure import helper\n\n\n\tif __name__ == '__main__':\n\t\tpayloads(helper)\n```\n\nsave the file and navigate to where the file is located in terminal and your are ready to go\n\nTo find information about a domain name run the file like:\n\n```sh\n\tpython route.py payloadwho -d google.com\n\t# or\n\tpython route.py payloadwho --domain google.com\n```\n\n\nTo find information about an ip address run the file like so below, and the command require root previlage (super user):\n\n```sh\n\tpython route.py payloadip -i 198.3.11.7\n\t# or\n\tpython route.py payloadip --ip 198.3.11.7\n```\n\nYou 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:\n\n```sh\n\tpython route.py payloadip -i 198.3.11.7 -o True\n\t# or\n\tpython route.py payloadip -i 198.3.11.7 --open True\n```\n\n\nTo 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:\n\n```sh\n\tpython route.py payloadnum -n +2349083513047\n\t# or\n\tpython route.py payloadnum --number +2349083513047\n```\n\n\nTo see positional argument and flags available run the file without any flag or positional argument like:\n\n```sh\n\tpython route.py\n```\n\nSee more documentations \u003ca href=\"https://dipense.readthedocs.io\"\u003ehere!\u003c/a\u003e\n\n## Useful links\n\n- Documentation: https://dipense.readthedocs.io\n- Repository: https://github.com/usmanmusa1920/dipense\n- Docker-hub Release: https://hub.docker.com/r/usmanmusa/dipense\n- PYPI Release: https://pypi.org/project/flask-unity\n\n## Build Status\n- version 0.1.5\n\n## DiPense at a glance (docker)\n\n![DiPense at a glance](docs/_static/screen-shot.png)\n\n## DiPense at a glance (pypi)\n\n![DiPense at a glance](docs/_static/dipense-terminal.png)\n\nPull requests are welcome\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusmanmusa1920%2Fdipense","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusmanmusa1920%2Fdipense","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusmanmusa1920%2Fdipense/lists"}