All Projects → tatsuya6502 → recon_ex

tatsuya6502 / recon_ex

Licence: BSD-3-Clause license
Elixir wrapper for Recon, tools to diagnose Erlang VM safely in production

Programming Languages

elixir
2628 projects

Labels

Projects that are alternatives of or similar to recon ex

Rock On
Rock-On is a all in one Recon tool that will just get a single entry of the Domain name and do all of the work alone.
Stars: ✭ 252 (+358.18%)
Mutual labels:  recon
o365chk
Simple Python tool to check if there is an Office 365 instance linked to a domain.
Stars: ✭ 37 (-32.73%)
Mutual labels:  recon
s3recon
Amazon S3 bucket finder and crawler.
Stars: ✭ 111 (+101.82%)
Mutual labels:  recon
osint
Docker image for osint
Stars: ✭ 92 (+67.27%)
Mutual labels:  recon
vaf
Vaf is a cross-platform very advanced and fast web fuzzer written in nim
Stars: ✭ 294 (+434.55%)
Mutual labels:  recon
ICU
An Extended, Modulair, Host Discovery Framework
Stars: ✭ 40 (-27.27%)
Mutual labels:  recon
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+6152.73%)
Mutual labels:  recon
WhoEnum
Mass querying whois records
Stars: ✭ 24 (-56.36%)
Mutual labels:  recon
tugarecon
Pentest: Subdomains enumeration tool for penetration testers.
Stars: ✭ 142 (+158.18%)
Mutual labels:  recon
XposedOrNot
XposedOrNot (XoN) tool is to search an aggregated repository of xposed passwords comprising of ~850 million real time passwords. Usage of such compromised passwords is detrimental to individual account security.
Stars: ✭ 120 (+118.18%)
Mutual labels:  recon
sx
🖖 Fast, modern, easy-to-use network scanner
Stars: ✭ 1,267 (+2203.64%)
Mutual labels:  recon
ScanApi
Subdomains-enumeration, subdomain-takeover monitoring api and S3 bucket scanner.
Stars: ✭ 34 (-38.18%)
Mutual labels:  recon
dirbpy
This is the new version of dirb in python
Stars: ✭ 36 (-34.55%)
Mutual labels:  recon
fuzzmost
all manner of wordlists
Stars: ✭ 23 (-58.18%)
Mutual labels:  recon
apkizer
apkizer is a mass downloader for android applications for all available versions.
Stars: ✭ 40 (-27.27%)
Mutual labels:  recon
Ntlmrecon
Enumerate information from NTLM authentication enabled web endpoints 🔎
Stars: ✭ 252 (+358.18%)
Mutual labels:  recon
flydns
Related subdomains finder
Stars: ✭ 29 (-47.27%)
Mutual labels:  recon
ShadowClone
Unleash the power of cloud
Stars: ✭ 224 (+307.27%)
Mutual labels:  recon
webrecon
Automated Web Recon Shell Scripts
Stars: ✭ 48 (-12.73%)
Mutual labels:  recon
sharingan
Offensive Security recon tool
Stars: ✭ 88 (+60%)
Mutual labels:  recon

ReconEx

ReconEx is an Elixir wrapper for Recon. It is a library to be dropped into any other Elixir project, to be used to assist DevOps people diagnose problems from iex shell in production Erlang VMs.

Included modules are:

  • Recon

    • gathers information about processes and the general state of the VM, ports, and OTP behaviours running in the node.
  • ReconAlloc

    • provides functions to deal with Erlang's memory allocators.
  • ReconLib

    • provides useful functionality used by Recon when dealing with data from the node.
  • ReconTrace

    • production-safe tracing facilities.

Documentation for the library can be obtained at https://hex.pm/packages/recon_ex (TODO)

It is recommended that you use tags (TODO: create tags) if you do not want bleeding edge and development content for this library.

Current Status

Versions supported:

  • Elixir 1.1 or newer
  • Recon 2.5.0 or newer

Try Them Out

To build the library:

mix deps.get
mix compile
iex -S mix

TODO: Some examples.

Install As Dependency

TODO

Change Log

TODO

Special Thanks

  • Special thanks to Fred Hebert, the author of Recon, and the all contributors to it.

License

This code, as the original Recon, is published under the BSD 3-clause License. See LICENSE file for more information.

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].