Recon-ng basics: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 9: Zeile 9:
 
   | exploitation/injection/command_injector            | 1.0    | not installed | 2019-06-24 |  |  |
 
   | exploitation/injection/command_injector            | 1.0    | not installed | 2019-06-24 |  |  |
 
   | exploitation/injection/xpath_bruter                | 1.2    | not installed | 2019-10-08 |  |  |
 
   | exploitation/injection/xpath_bruter                | 1.2    | not installed | 2019-10-08 |  |  |
  | import/csv_file                                    | 1.1    | not installed | 2019-08-09 |  |  |
 
  | import/list                                        | 1.1    | not installed | 2019-06-24 |  |  |
 
  | import/masscan                                    | 1.0    | installed    | 2020-04-07 |  |  |
 
  | import/nmap                                        | 1.1    | not installed | 2020-10-06 |  |  |
 
  | recon/companies-contacts/bing_linkedin_cache      | 1.0    | not installed | 2019-06-24 |  | * |
 
  | recon/companies-contacts/censys_email_address      | 2.0    | not installed | 2021-05-11 | * | * |
 
 
   ...
 
   ...
 
   ...
 
   ...
 
   ...
 
   ...
   | recon/profiles-profiles/twitter_mentions          | 1.0    | not installed | 2019-06-24 |  | * |
+
   | recon/domains-contacts/whois_pocs                  | 1.0    | not installed | 2019-06-24 |  |   |
  | recon/profiles-repositories/github_repos          | 1.1    | not installed | 2020-05-15 |  | * |
+
  ...
  | recon/repositories-profiles/github_commits        | 1.0    | not installed | 2019-06-24 |  | * |
+
   ...
  | recon/repositories-vulnerabilities/gists_search   | 1.0    | not installed | 2019-06-24 |  |  |
+
   ...
  | recon/repositories-vulnerabilities/github_dorks   | 1.0    | not installed | 2019-06-24 |  | * |
 
  | reporting/csv                                      | 1.0    | not installed | 2019-06-24 |  |  |
 
  | reporting/html                                    | 1.0    | not installed | 2019-06-24 |  |  |
 
 
   | reporting/json                                    | 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/list                                    | 1.0    | not installed | 2019-06-24 |  |  |
Zeile 35: Zeile 26:
 
   D = Has dependencies. See info for details.
 
   D = Has dependencies. See info for details.
 
   K = Requires keys. See info for details.
 
   K = Requires keys. See info for details.
 +
 
=search=
 
=search=
 
*marketplace search whois
 
*marketplace search whois
Zeile 42: Zeile 34:
 
=load=
 
=load=
 
*modules load  recon/domains-contacts/whois_pocs
 
*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=
 
=set=

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