Recon-ng basics: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
 
(7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
*[[recon schnellstart]]
+
=Marketplace search=
**[[recon-ng-whois]]
+
*[recon-ng][default] > marketplace search
*[[recon shodan]]
+
 
*[[recon twitter]]
+
  +---------------------------------------------------------------------------------------------------+
 +
  |                        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
 +
<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=
 +
*options set SOURCE redhat.com
 +
 
 +
=run=
 +
*run

Aktuelle 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