Skip to content

displaynameishere/recon7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recon7

A powerful and modular recon swiss army knife made in Python.

Features

Modular config

recon7 uses a simple, custom configuration language (7cfg) built to make it easy to organize theming, secrets, constants, and more. Here's an example:

// basically string values
secret:api-ninjas "a1b2c3d4e5f6"
// numbers (ints and floats)
num:req-wait 1000
// theming!
theme:bg #000000
theme:fg #00FF00
theme:accent #FF0000

TUI

Themed TUI

Themed TUI

recon7 uses a fully themable curses-based TUI that aims to be both intuitive and efficient for users

Hotswap Config

recon7 supports hotswapping configs, just press r to reload

Backups

recon7 makes backups of the last valid config when hotswapping and backs up target lists when making changes

Target Lock

recon7 stores targets in a computer and human readable lockfile so targets are restored from the last session

target1 "192.168.1.1" "Internal LAN"
mysite "example.com" "Example site"
scan1 "http://example.com" "Landing page"

About

A powerful and modular recon swiss army knife made in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages