All Projects → bharshbarger → Autosint

bharshbarger / Autosint

Licence: mit
Tool to automate common OSINT tasks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Autosint

Bugcrowd Levelup Subdomain Enumeration
This repository contains all the material from the talk "Esoteric sub-domain enumeration techniques" given at Bugcrowd LevelUp 2017 virtual conference
Stars: ✭ 513 (+242%)
Mutual labels:  osint, pentesting
Burpsuite Xkeys
A Burp Suite Extension to extract interesting strings (key, secret, token, or etc.) from a webpage.
Stars: ✭ 144 (-4%)
Mutual labels:  osint, pentesting
Bigbountyrecon
BigBountyRecon tool utilises 58 different techniques using various Google dorks and open source tools to expedite the process of initial reconnaissance on the target organisation.
Stars: ✭ 541 (+260.67%)
Mutual labels:  osint, pentesting
Hosthunter
HostHunter a recon tool for discovering hostnames using OSINT techniques.
Stars: ✭ 427 (+184.67%)
Mutual labels:  osint, pentesting
Oscp Prep
my oscp prep collection
Stars: ✭ 105 (-30%)
Mutual labels:  osint, pentesting
Goohak
Automatically Launch Google Hacking Queries Against A Target Domain
Stars: ✭ 432 (+188%)
Mutual labels:  osint, pentesting
Sn0int
Semi-automatic OSINT framework and package manager
Stars: ✭ 814 (+442.67%)
Mutual labels:  osint, pentesting
Vault
swiss army knife for hackers
Stars: ✭ 346 (+130.67%)
Mutual labels:  osint, pentesting
Pentesting Bible
Learn ethical hacking.Learn about reconnaissance,windows/linux hacking,attacking web technologies,and pen testing wireless networks.Resources for learning malware analysis and reverse engineering.
Stars: ✭ 8,981 (+5887.33%)
Mutual labels:  osint, pentesting
Social Analyzer
API, CLI & Web App for analyzing & finding a person's profile across +1000 social media \ websites (Detections are updated regularly by automated systems)
Stars: ✭ 8,449 (+5532.67%)
Mutual labels:  osint, pentesting
Metabigor
Intelligence tool but without API key
Stars: ✭ 424 (+182.67%)
Mutual labels:  osint, pentesting
Spaces Finder
A tool to hunt for publicly accessible DigitalOcean Spaces
Stars: ✭ 122 (-18.67%)
Mutual labels:  osint, pentesting
Sifter
Sifter aims to be a fully loaded Op Centre for Pentesters
Stars: ✭ 403 (+168.67%)
Mutual labels:  osint, pentesting
Linkedin2username
OSINT Tool: Generate username lists for companies on LinkedIn
Stars: ✭ 504 (+236%)
Mutual labels:  osint, pentesting
Aiodnsbrute
Python 3.5+ DNS asynchronous brute force utility
Stars: ✭ 370 (+146.67%)
Mutual labels:  osint, pentesting
Spiderfoot
SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
Stars: ✭ 6,882 (+4488%)
Mutual labels:  osint, pentesting
Vajra
Vajra is a highly customizable target and scope based automated web hacking framework to automate boring recon tasks and same scans for multiple target during web applications penetration testing.
Stars: ✭ 269 (+79.33%)
Mutual labels:  osint, pentesting
Osint tips
OSINT
Stars: ✭ 322 (+114.67%)
Mutual labels:  osint, pentesting
Commoncrawlparser
Simple multi threaded tool to extract domain related data from commoncrawl.org
Stars: ✭ 25 (-83.33%)
Mutual labels:  osint, pentesting
Information Security Tasks
This repository is created only for infosec professionals whom work day to day basis to equip ourself with uptodate skillset, We can daily contribute daily one hour for day to day tasks and work on problem statements daily, Please contribute by providing problem statements and solutions
Stars: ✭ 108 (-28%)
Mutual labels:  osint, pentesting

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].