All Projects → leobeosab → sharingan

leobeosab / sharingan

Licence: other
Offensive Security recon tool

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to sharingan

asnap
asnap aims to render recon phase easier by providing updated data about which companies owns which ipv4 or ipv6 addresses and allows the user to automate initial port and service scanning.
Stars: ✭ 28 (-68.18%)
Mutual labels:  nmap, recon
Docker Onion Nmap
Scan .onion hidden services with nmap using Tor, proxychains and dnsmasq in a minimal alpine Docker container.
Stars: ✭ 345 (+292.05%)
Mutual labels:  nmap, recon
Reconky-Automated Bash Script
Reconky is an great Content Discovery bash script for bug bounty hunters which automate lot of task and organized in the well mannered form which help them to look forward.
Stars: ✭ 167 (+89.77%)
Mutual labels:  nmap, recon
Autoenum
Automatic Service Enumeration Script
Stars: ✭ 134 (+52.27%)
Mutual labels:  nmap, recon
Natlas
Scaling Network Scanning. Changes prior to 1.0 may cause difficult to avoid backwards incompatibilities. You've been warned.
Stars: ✭ 333 (+278.41%)
Mutual labels:  nmap, recon
Discover
Custom bash scripts used to automate various penetration testing tasks including recon, scanning, parsing, and creating malicious payloads and listeners with Metasploit.
Stars: ✭ 2,548 (+2795.45%)
Mutual labels:  nmap, recon
osint
Docker image for osint
Stars: ✭ 92 (+4.55%)
Mutual labels:  recon
Mis-Comandos-Linux
📋 Lista descrita de mis 💯 comandos favoritos ⭐ en GNU/Linux 💻
Stars: ✭ 28 (-68.18%)
Mutual labels:  nmap
cherrymap
Import Nmap scans to Cherrytree
Stars: ✭ 37 (-57.95%)
Mutual labels:  nmap
Terminhack
👨‍💻 Impress your friends by pretending to be a real hacker
Stars: ✭ 73 (-17.05%)
Mutual labels:  nmap
rest-api
REST API backend for Reconmap
Stars: ✭ 48 (-45.45%)
Mutual labels:  nmap
N-WEB
WEB PENETRATION TESTING TOOL 💥
Stars: ✭ 56 (-36.36%)
Mutual labels:  nmap
tugarecon
Pentest: Subdomains enumeration tool for penetration testers.
Stars: ✭ 142 (+61.36%)
Mutual labels:  recon
sx
🖖 Fast, modern, easy-to-use network scanner
Stars: ✭ 1,267 (+1339.77%)
Mutual labels:  recon
flydns
Related subdomains finder
Stars: ✭ 29 (-67.05%)
Mutual labels:  recon
Recon-X
Advanced Reconnaissance tool to enumerate attacking surface of the target.
Stars: ✭ 27 (-69.32%)
Mutual labels:  nmap
porteye
Detect alive host and open port .
Stars: ✭ 17 (-80.68%)
Mutual labels:  nmap
fuzzmost
all manner of wordlists
Stars: ✭ 23 (-73.86%)
Mutual labels:  recon
default-http-login-hunter
Login hunter of default credentials for administrative web interfaces leveraging NNdefaccts dataset.
Stars: ✭ 285 (+223.86%)
Mutual labels:  nmap
dirbpy
This is the new version of dirb in python
Stars: ✭ 36 (-59.09%)
Mutual labels:  recon

Sharingan

Sharingan is a recon multitool for offensive security / bug bounty

WIP, will I ever finish? Who knows

Cloning for development

Outside of your gopath git clone https://github.com/leobeosab/sharingan

Installing

go get github.com/leobeosab/sharingan/cmd/sharingancli

Dependencies

  • NMap
  • Go

Usage

Note

Order matters when it comes to flags it must be sharingancli [globalflags] command [commandflags] if this isn't a wanted feature I can change it but I like how clean it is

DNS

bruteforce

DNS busts the target with a wordlist you provide

sharingancli --target targetname dns --dns-wordlist ~/path/to/wordlist --root-domain target.com

dns example gif

addsubs

Adds subdomains to the program's storage from stdin using pipes

cat subs | sharingancli --target targetname dns addsubs

Scan

Scans all hosts available that were stored in target using nmap

sharingancli --target target scan

scan_example_gif

interactive

Scan a single host from list of subdomains stored in target

sharingancli --target target scan interactive

scan interactive_example gif

info

domains

Outputs all domains as a list in stdout

sharingancli --target target info domains

info example

Features to come

  • Dir brute forcing -- Currently being worked on
  • JSON and regular file exports
  • Automated scans through a daemon?
  • add a way to do SYN / -sS scanning [ must be root so it presents a challenge ]
  • Possible Web ui / html export
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].