Recon-ng basics: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→load) |
(→info) |
||
| Zeile 35: | Zeile 35: | ||
*modules load recon/domains-contacts/whois_pocs | *modules load recon/domains-contacts/whois_pocs | ||
=info= | =info= | ||
| + | *[recon-ng][default][whois_pocs] > info | ||
| + | <pre> | ||
| + | Name: Whois POC Harvester | ||
| + | Author: Tim Tomes (@lanmaster53) | ||
| + | Version: 1.0 | ||
| + | |||
| + | Description: | ||
| + | Uses the ARIN Whois RWS to harvest POC data from whois queries for the given domain. Updates the | ||
| + | 'contacts' table with the results. | ||
| + | |||
| + | Options: | ||
| + | Name Current Value Required Description | ||
| + | ------ ------------- -------- ----------- | ||
| + | SOURCE yes source of input (see 'info' for details) | ||
| + | |||
| + | Source Options: | ||
| + | default SELECT DISTINCT domain FROM domains WHERE domain IS NOT NULL | ||
| + | <string> string representing a single input | ||
| + | <path> path to a file containing a list of inputs | ||
| + | query <sql> database query returning one column of inputs | ||
| + | </pre> | ||
=set= | =set= | ||
Version vom 14. Juli 2021, 14:38 Uhr
Marketplace search
- [recon-ng][default] > marketplace search
+---------------------------------------------------------------------------------------------------+ | Path | Version | Status | Updated | D | K | +---------------------------------------------------------------------------------------------------+ | discovery/info_disclosure/cache_snoop | 1.1 | not installed | 2020-10-13 | | | | discovery/info_disclosure/interesting_files | 1.1 | not installed | 2020-01-13 | | | | exploitation/injection/command_injector | 1.0 | not installed | 2019-06-24 | | | | exploitation/injection/xpath_bruter | 1.2 | not installed | 2019-10-08 | | | ... ... ... | recon/domains-contacts/whois_pocs | 1.0 | not installed | 2019-06-24 | | | ... ... ... | reporting/json | 1.0 | not installed | 2019-06-24 | | | | reporting/list | 1.0 | not installed | 2019-06-24 | | | | reporting/proxifier | 1.0 | not installed | 2019-06-24 | | | | reporting/pushpin | 1.0 | not installed | 2019-06-24 | | * | | reporting/xlsx | 1.0 | not installed | 2019-06-24 | | | | reporting/xml | 1.1 | not installed | 2019-06-24 | | | +---------------------------------------------------------------------------------------------------+
D = Has dependencies. See info for details. K = Requires keys. See info for details.
search
- marketplace search whois
install
- marketplace install recon/domains-contacts/whois_pocs
load
- modules load recon/domains-contacts/whois_pocs
info
- [recon-ng][default][whois_pocs] > info
Name: Whois POC Harvester
Author: Tim Tomes (@lanmaster53)
Version: 1.0
Description:
Uses the ARIN Whois RWS to harvest POC data from whois queries for the given domain. Updates the
'contacts' table with the results.
Options:
Name Current Value Required Description
------ ------------- -------- -----------
SOURCE yes source of input (see 'info' for details)
Source Options:
default SELECT DISTINCT domain FROM domains WHERE domain IS NOT NULL
<string> string representing a single input
<path> path to a file containing a list of inputs
query <sql> database query returning one column of inputs
set
- options set SOURCE redhat.com
run
- run