Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bharshbarger/AutOSINT
Tool to automate common OSINT tasks
https://github.com/bharshbarger/AutOSINT
documentation-generator osint pentesting
Last synced: about 1 month ago
JSON representation
Tool to automate common OSINT tasks
- Host: GitHub
- URL: https://github.com/bharshbarger/AutOSINT
- Owner: bharshbarger
- License: mit
- Created: 2016-04-19T17:10:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T01:00:45.000Z (9 months ago)
- Last Synced: 2024-06-18T07:31:37.752Z (6 months ago)
- Topics: documentation-generator, osint, pentesting
- Language: Python
- Homepage:
- Size: 236 KB
- Stars: 270
- Watchers: 21
- Forks: 67
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starz - bharshbarger/AutOSINT - Tool to automate common OSINT tasks (Python)
- awesome-hacking-lists - bharshbarger/AutOSINT - Tool to automate common OSINT tasks (Python)
- awesome-starred - bharshbarger/AutOSINT - Tool to automate common OSINT tasks (pentesting)
README
# AutOSINT
Tool to automate common osint tasks. Probably best run on Kali, but tested on Debian 8.## Dependencies:
### In your path:
whois, host, git, theHarvester(https://github.com/laramies/theHarvester), pyFoca(https://github.com/altjx/ipwn)### python modules:
python-docx, shodan, google, pypdf (for pyFoca)### other files:
A hashcat style pot file(hash:plain), and whatever open source dumps you already have in format user:hash
## Installation:
$ git clone https://github.com/bharshbarger/AutOSINT.git
### (if missing modules:)
https://github.com/achillean/shodan-python
$ pip install shodan
https://pypi.python.org/pypi/google
$ pip install google
https://python-docx.readthedocs.io/en/latest/user/install.html
$ pip install python-docx
### Install all missing modules$ pip install -U -r requirements.txt
## Help
usage: AutOSINT.py [-h] [-c FooCorp] [-d foo.com] [-v] DORKS [DORKS ...]
positional arguments:
DORKS user supplied dorks
optional arguments:
-h, --help show this help message and exit
-c FooCorp, --client FooCorp
The name you want to call target domain owner's name.
-d foo.com, --domain foo.com
The Domain you want to search.
-v, --verbose Verbosity option. Mainly just dumps all output to the
screen.