Tutorials

recon-ng – Good tool for Information Gathering

Recon-ng is a tool written in python mostly used in information gathering with its independent modules, keys list and other modules. This tool is preloaded with lots of modules which use online search engines, plugins and API which can help in gathering the information of the target.

Ethical hacking research of iicybersecurity says that this tool comes handy in penetration testing & information gathering. Hardcore pentesters spend lot of time on this tool to gather information.

This tool comes preloaded in the kali linux.

  • So simply type recon-ng in linux terminal.
_/_/_/ _/_/_/_/ _/_/_/ _/_/_/ _/ _/ _/ _/ _/_/_/

 _/ _/ _/ _/ _/ _/ _/_/ _/ _/_/ _/ _/

 _/_/_/ _/_/_/ _/ _/ _/ _/ _/ _/ _/_/_/_/ _/ _/ _/ _/ _/_/_/

 _/ _/ _/ _/ _/ _/ _/ _/_/ _/ _/_/ _/ _/

_/ _/ _/_/_/_/ _/_/_/ _/_/_/ _/ _/ _/ _/ _/_/_/


 /

 / \ /

 Sponsored by... / // \V /

 / \/ // \\ \ /

 // // BLACK HILLS / \

 www.blackhillsinfosec.com

 [recon-ng v4.9.3, Tim Tomes (@LaNMaSteR53)]


[75] Recon modules

[8] Reporting modules

[2] Import modules

[2] Exploitation modules

[2] Discovery modules




[recon-ng][default] > show modules




 Discovery

 ---------

 discovery/info_disclosure/cache_snoop

 discovery/info_disclosure/interesting_files




 Exploitation

 ------------

 exploitation/injection/command_injector

 exploitation/injection/xpath_bruter




 Import

 ------

 import/csv_file

 import/list




 Recon

 -----

 recon/companies-contacts/bing_linkedin_cache

 recon/companies-contacts/jigsaw/point_usage

 recon/companies-contacts/jigsaw/purchase_contact

 recon/companies-contacts/jigsaw/search_contacts

 recon/companies-multi/github_miner

 recon/companies-multi/whois_miner

 recon/contacts-contacts/mailtester

 recon/contacts-contacts/mangle

 recon/contacts-contacts/unmangle

 recon/contacts-credentials/hibp_breach

 recon/contacts-credentials/hibp_paste

 recon/contacts-domains/migrate_contacts

 recon/contacts-profiles/fullcontact

 recon/credentials-credentials/adobe

 recon/credentials-credentials/bozocrack

 recon/credentials-credentials/hashes_org

 recon/domains-contacts/metacrawler

 recon/domains-contacts/pgp_search

 recon/domains-contacts/whois_pocs

 recon/domains-credentials/pwnedlist/account_creds

 recon/domains-credentials/pwnedlist/api_usage

 recon/domains-credentials/pwnedlist/domain_creds

 recon/domains-credentials/pwnedlist/domain_ispwned

 recon/domains-credentials/pwnedlist/leak_lookup

 recon/domains-credentials/pwnedlist/leaks_dump

 recon/domains-domains/brute_suffix

 recon/domains-hosts/bing_domain_api

 recon/domains-hosts/bing_domain_web

 recon/domains-hosts/brute_hosts

 recon/domains-hosts/builtwith

 recon/domains-hosts/certificate_transparency

 recon/domains-hosts/google_site_api

 recon/domains-hosts/google_site_web

 recon/domains-hosts/hackertarget

 recon/domains-hosts/mx_spf_ip

 recon/domains-hosts/netcraft

 recon/domains-hosts/shodan_hostname

 recon/domains-hosts/ssl_san

 recon/domains-hosts/threatcrowd

 recon/domains-vulnerabilities/ghdb

 recon/domains-vulnerabilities/punkspider

 recon/domains-vulnerabilities/xssed

 recon/domains-vulnerabilities/xssposed

 recon/hosts-domains/migrate_hosts

 recon/hosts-hosts/bing_ip

 recon/hosts-hosts/freegeoip

 recon/hosts-hosts/ipinfodb

 recon/hosts-hosts/resolve

 recon/hosts-hosts/reverse_resolve

 recon/hosts-hosts/ssltools

 recon/hosts-locations/migrate_hosts

 recon/hosts-ports/shodan_ip

 recon/locations-locations/geocode

 recon/locations-locations/reverse_geocode

 recon/locations-pushpins/flickr

 recon/locations-pushpins/picasa

 recon/locations-pushpins/shodan

 recon/locations-pushpins/twitter

 recon/locations-pushpins/youtube

 recon/netblocks-companies/whois_orgs

 recon/netblocks-hosts/reverse_resolve

 recon/netblocks-hosts/shodan_net

 recon/netblocks-ports/census_2012

 recon/netblocks-ports/censysio

 recon/ports-hosts/migrate_ports

 recon/profiles-contacts/dev_diver

 recon/profiles-contacts/github_users

 recon/profiles-profiles/namechk

 recon/profiles-profiles/profiler

 recon/profiles-profiles/twitter_mentioned

 recon/profiles-profiles/twitter_mentions

 recon/profiles-repositories/github_repos

 recon/repositories-profiles/github_commits

 recon/repositories-vulnerabilities/gists_search

 recon/repositories-vulnerabilities/github_dorks




 Reporting

 ---------

 reporting/csv

 reporting/html

 reporting/json

 reporting/list

 reporting/proxifier

 reporting/pushpin

 reporting/xlsx

 reporting/xml
  • In the above output, attacker can use any module to to find the information of the target.
  • Type recon-ng
  • Then type use and select any module to gather information of the target. In this example we will select hackertarget under domains-hosts module to gather information.
  • So type use recon/domains-hosts/hackertarget
  • Then type show info to check that what the above module does.
[recon-ng][default][hackertarget] > show info

 Name: HackerTarget Lookup

 Path: modules/recon/domains-hosts/hackertarget.py

 Author: Michael Henriksen (@michenriksen)

Description:

 Uses the HackerTarget.com API to find host names. Updates the 'hosts' table with the results.

Options:

 Name Current Value Required Description

 ------ ------------- -------- -----------

 SOURCE default yes source of input (see 'show 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
  • Now do set source :
[recon-ng][default][hackertarget] > set source testsite.com

SOURCE => testsite.com
  • Then type run
[recon-ng][default][hackertarget] > run

---------------

testsite.COM

---------------

[*] [host] testsite.com (209.11.133.106)

[*] [host] email1.testsite.com (192.28.144.15)

[*] [host] origin-www45.testsite.com (205.234.27.211)

[*] [host] store-test5.testsite.com (209.11.133.41)

[*] [host] lync.testsite.com (209.11.133.11)

[*] [host] epc.testsite.com (209.11.133.110)

[*] [host] upload.testsite.com (205.234.27.250)

[*] [host] mta.e.testsite.com (68.232.192.245)

[*] [host] service.testsite.com (209.11.133.37)

[*] [host] extconfluence.testsite.com (209.11.133.50)

[*] [host] leaseappde.testsite.com (64.125.183.134)

[*] [host] rav4garage.testsite.com (209.11.133.16)

[*] [host] energystorage.testsite.com (209.10.208.24)

[*] [host] seg.testsite.com (209.10.208.32)

[*] [host] mytesla-stg.testsite.com (209.11.133.54)

[*] [host] cn.auth.testsite.com (211.147.80.202)

[*] [host] us.auth.testsite.com (209.10.208.27)

[*] [host] teslaplm-external.testsite.com (205.234.27.200)

[*] [host] extconfl.testsite.com (209.11.133.50)

[*] [host] xmail.testsite.com (209.11.133.61)

[*] [host] external-ssl.testsite.com (209.11.133.19)

[*] [host] storagesim.testsite.com (209.10.208.39)

[*] [host] japan.testsite.com (204.74.99.100)

[*] [host] xmailcn.testsite.com (211.147.80.203)

[*] [host] cn-origin.testsite.com (211.147.80.201)

[*] [host] dialin.testsite.com (209.11.133.11)

[*] [host] vpn.testsite.com (205.234.27.218)

[*] [host] sdlcvpn.testsite.com (209.10.208.55)

[*] [host] plcvpn.testsite.com (12.201.132.70)

[*] [host] hkvpn.testsite.com (14.136.104.118)

[*] [host] cnvpn.testsite.com (211.147.88.104)

[*] [host] euvpn.testsite.com (149.14.82.93)

[*] [host] leaseapp.testsite.com (64.125.183.134)

[*] [host] sftp.testsite.com (205.234.27.226)

[*] [host] external-smtp.testsite.com (205.234.27.238)

[*] [host] supercharger.testsite.com (209.11.133.36)

[*] [host] lyncdiscover.testsite.com (209.11.133.11)

[*] [host] autodiscover.testsite.com (209.11.133.61)

[*] [host] lyndir.testsite.com (209.11.133.11)

[*] [host] ipad-docs.testsite.com (205.234.27.252)

[*] [host] extissues.testsite.com (209.11.133.35)

[*] [host] adfs.testsite.com (205.234.27.243)

[*] [host] aweis.testsite.com (209.11.133.26)

[*] [host] suppliers.testsite.com (209.133.79.59)

[*] [host] wechat.testsite.com (211.147.80.205)

[*] [host] myteslawd-uat.testsite.com (209.11.133.43)

[*] [host] www-uat.testsite.com (205.234.27.225)

[*] [host] meet.testsite.com (209.11.133.11)

[*] [host] extgit.testsite.com (209.133.79.31)

[*] [host] trt.testsite.com (209.10.208.20)

[*] [host] wsext.testsite.com (209.11.133.49)

[*] [host] portal.dev.testsite.com (209.10.208.17)

[*] [host] vitals.dev.testsite.com (192.168.1.1)

[*] [host] fleetview.testsite.com (209.10.208.31)

[*] [host] vpn-ex.testsite.com (205.234.27.218)

[*] [host] cnvpn-ex.testsite.com (211.147.88.104)

[*] [host] euvpn-ex.testsite.com (82.199.92.6)

[*] [host] toolbox.testsite.com (209.11.133.107)

[*] [host] dtoolbox.testsite.com (209.11.133.33)

[*] [host] mobility.testsite.com (209.10.208.14)

[*] [host] eu-mobility.testsite.com (82.199.92.7)

[*] [host] eumobility.testsite.com (32.58.244.107)

[*] [host] wsproxy.testsite.com (205.234.27.212)

[*] [host] smswsproxy.testsite.com (205.234.27.197)

[*] [host] attwsproxy.testsite.com (209.11.133.103)




-------

SUMMARY

-------

[*] 65 total (65 new) hosts found.


  • After executing the above query, it has returned with the list of host names or we can say sub domains of testsite.com and their IP addresses. The above output can be used in initial phases of information gathering.

USING SOME OTHER MODULES:-

  • Type show modules to list the modules
  • Then type use recon/domains-vulnerabilities/xssposed
[recon-ng][default][xssposed] > use recon/domains-vulnerabilities/xssposed

Type show info to check the details of the module.

[recon-ng][default][xssposed] > show info

 Name: XSSposed Domain Lookup

 Path: modules/recon/domains-vulnerabilities/xssposed.py

 Author: Tim Tomes (@LaNMaSteR53)

Description:

 Checks XSSposed.com for XSS records associated with a domain.

Options:

 Name Current Value Required Description

 ------ ------------- -------- -----------

 SOURCE http://testsite.com/ yes source of input (see 'show 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
  • As you can see above that the SOURCE is set to http://testsite.com/, if the SOURCE is not set to anything you can set the SOURCE by typing set SOURCE http://testsite.com. Once the SOURCE is set you have to run this module, so to run this module you will have to type run command as shown below:
[recon-ng][default][xssposed] > run

---------------------------

HTTP://testsite.com/

---------------------------

[*] Category: IAC

[*] Example: http://testsite.com

[*] Host: testsite.com

[*] Publish_Date: 2018-09-06 12:19:54

[*] Reference: https://www.openbugbounty.org/reports/673626/

[*] Status: unfixed

[*] --------------------------------------------------

[*] Category: XSS

[*] Example: http://testsite.com

[*] Host: testsite.com

[*] Publish_Date: 2018-01-04 11:57:54

[*] Reference: https://www.openbugbounty.org/reports/484465/

[*] Status: unfixed

[*] --------------------------------------------------

[*] Category: XSS

[*] Example: http://testsite.com

[*] Host: testsite.com

[*] Publish_Date: 2017-04-19 12:01:37

[*] Reference: https://www.openbugbounty.org/reports/225831/

[*] Status: unfixed

[*] --------------------------------------------------

[*] Category: XSS

[*] Example: http://testsite.com

[*] Host: testsite.com

[*] Publish_Date: 2016-02-16 04:40:28

[*] Reference: https://www.openbugbounty.org/reports/135153/

[*] Status: fixed

[*] --------------------------------------------------




-------

SUMMARY

-------

[*] 4 total (4 new) vulnerabilities found.
  • After executing the XSSposed query it has shown 4 vulnerabilities which can be used in cross-site scripting attacks. In cross-site attacker tries to inject client-side scripts in web pages which can further be exploited in other ways.

HELP:-

  • Type help in linux terminal. To check options in detail.
[recon-ng][iicybersecurity] > help




Commands (type [help|?] ):

---------------------------------

add Adds records to the database

back Exits the current context

delete Deletes records from the database

exit Exits the framework

help Displays this menu

keys Manages framework API keys

load Loads specified module

pdb Starts a Python Debugger session

query Queries the database

record Records commands to a resource file

reload Reloads all modules

resource Executes commands from a resource file

search Searches available modules

set Sets module options

shell Executes shell commands

show Shows various framework items

snapshots Manages workspace snapshots

spool Spools output to a file

unset Unsets module options

use Loads specified module

workspaces Manages workspaces

ADDING AN API KEY:-

  • Type keys list.
[recon-ng][default][census_2012] > keys list




 +--------------------------+

 | Name | Value |

 +--------------------------+

 | bing_api | |

 | builtwith_api | |

 | censysio_id | |

 | censysio_secret | |

 | flickr_api | |

 | fullcontact_api | |

 | github_api | |

 | google_api | |

 | google_cse | |

 | hashes_api | |

 | ipinfodb_api | |

 | jigsaw_api | |

 | jigsaw_password | |

 | jigsaw_username | |

 | pwnedlist_api | |

 | pwnedlist_iv | |

 | pwnedlist_secret | |

 | shodan_api | |

 | twitter_api | |

 | twitter_secret | |

 +--------------------------+
  • In the above output, you can see that we can add many API keys to use the functionalities of different modules.
  • For adding an API key create your developer account as listed in the above keys list.
  • For example we have taken twitter and google API keys for information gathering.
  • For adding any key type keys add twitter_secret or any other keys name for which you can create an API keys. For example if key is:- x3Mh1Wwxxxxxxl8mbjwJjNePDOZixxxxxx8U7uygI2xxxxxTP
  • Run keys add twitter_secret x3Mh1Wwxxxxxxl8mbjwJjNePDOZixxxxxx8U7uygI2xxxxxTP
[recon-ng][default] > keys add twitter_secret x3Mh1Wwxxxxxxl8mbjwJjNePDOZixxxxxx8U7uygI2xxxxxTP


[*] Key 'twitter_secret' added.
  • After adding keys of different modules, type keys list to check if the key has added successfully or not.
  • Type keys list.

  • In the above screen shot, you can check the added api keys.
  • Now we will use the above twitter API in information gathering.
  • In below example, twitter api has been used for information gathering
  • To use twitter module process is simple:
    • Add workspace
    • Use that workspace
    • Select any twitter module
    • Set SOURCE
    • Run the module by run command

ADDING THE WORKSPACES:-

  • Type workspaces add iicybersecurity.
[recon-ng][iicybersecurity]>workspaces add iicybersecurity
  • You can also select another workspaces. For selecting workspaces list all the workspaces first.
  • Type show workspaces.
  • Then type workspaces select iicybersecurity for selecting the workspaces.
[recon-ng][default] > show workspaces

 +-----------------+

 | Workspaces |

 +-----------------+

 | iicybersecurity |

 | default |

 +-----------------+

[recon-ng][default] > workspaces select cybersecurity

[recon-ng][iicybersecurity] >

NOW SCAN USING THE TWITTER:-

  • Now select the twitter api module by first searching all twitter modules. Type search twitter.
[recon-ng][iicybersecurity] > search twitter

[*] Searching for 'twitter'...




 Recon

 -----

 recon/locations-pushpins/twitter

 recon/profiles-profiles/twitter_mentioned

 recon/profiles-profiles/twitter_mentions
  • Then type use recon/profiles-profiles/twitter_mentioned.
  • Check the above modules help or information for what module does.
  • For that type show info.

Ethical hacking researcher comments that this tool is single point tool in gathering information about the target and hardcore pentesters spend lot of time on this tool to gather information.

[recon-ng][iicybersecurity][twitter_mentioned] > show info

 Name: Twitter Mentioned

 Path: modules/recon/profiles-profiles/twitter_mentioned.py

 Author: Robert Frost (@frosty_1313, frosty[at]unluckyfrosty.net)

 Keys: twitter_api, twitter_secret


Description:

 Leverages the Twitter API to enumerate users that mentioned the given handle. Updates the 'profiles'

 table with the results.

Options:

 Name Current Value Required Description

 ------ ------------- -------- -----------

 LIMIT True yes toggle rate limiting

 SOURCE default yes source of input (see 'show info' for details)

Source Options:

  default        SELECT DISTINCT username FROM profiles WHERE username IS NOT NULL AND resource LIKE 'Twitter' COLLATE NOCASE

  <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

Comments:

 * Twitter limits searchable tweet history to 7 days.

  • Set the source for scanning of the website.
  • Type set source testsite.com
  • Then again type show info to check that if the target has set or not.
[recon-ng][iicybersecurity][twitter_mentioned] > set source testsite.com

SOURCE => testsite.com

[recon-ng][iicybersecurity][twitter_mentioned] > show info




 Name: Twitter Mentioned

 Path: modules/recon/profiles-profiles/twitter_mentioned.py

 Author: Robert Frost (@frosty_1313, frosty[at]unluckyfrosty.net)

 Keys: twitter_api, twitter_secret




Description:

 Leverages the Twitter API to enumerate users that mentioned the given handle. Updates the 'profiles'

 table with the results.




Options:

 Name Current Value Required Description

 ------ ------------- -------- -----------

 LIMIT True yes toggle rate limiting

 SOURCE testsite.com yes source of input (see 'show info' for details)

Source Options:

  default        SELECT DISTINCT username FROM profiles WHERE username IS NOT NULL AND resource LIKE 'Twitter' COLLATE NOCASE

  <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

Comments:

 * Twitter limits searchable tweet history to 7 days.

[*] Command: Path: modules/recon/profiles-profiles/twitter_mentioned.py
  • In the above query, the twitter api will be used to enumerate the users of the target on twitter.
  • Now type run.
[recon-ng][iicybersecurity][twitter_mentioned] > run

-------

TESTSITE.COM

-------

[*] [profile] absolutehaarlem - Twitter (https://twitter.com/absolutehaarlem)

[*] [profile] maryjane0250 - Twitter (https://twitter.com/maryjane0250)

[*] [profile] daftguru - Twitter (https://twitter.com/daftguru)

[*] [profile] MatthewWolfff - Twitter (https://twitter.com/MatthewWolfff)

[*] [profile] MOSECON_Yan - Twitter (https://twitter.com/MOSECON_Yan)

[*] [profile] KeneaNegash - Twitter (https://twitter.com/KeneaNegash)

[*] [profile] tekaldas - Twitter (https://twitter.com/tekaldas)

[*] [profile] MylesTheJunkman - Twitter (https://twitter.com/MylesTheJunkman)

[*] [profile] rosy_hunter1 - Twitter (https://twitter.com/rosy_hunter1)

[*] [profile] tobythetram - Twitter (https://twitter.com/tobythetram)

[*] [profile] RocklineAdv - Twitter (https://twitter.com/RocklineAdv)

[*] [profile] dji45 - Twitter (https://twitter.com/dji45)

[*] [profile] sophie_coady - Twitter (https://twitter.com/sophie_coady)

[*] [profile] Juliemcneely4 - Twitter (https://twitter.com/Juliemcneely4)

[*] [profile] peacewoman99 - Twitter (https://twitter.com/peacewoman99)

[*] [profile] healingembassy - Twitter (https://twitter.com/healingembassy)

[*] [profile] mehmetsalih1919 - Twitter (https://twitter.com/mehmetsalih1919)

[*] [profile] peacewoman99 - Twitter (https://twitter.com/peacewoman99)

[*] [profile] MargsAkullo - Twitter (https://twitter.com/MargsAkullo)

[*] [profile] OHartgerink - Twitter (https://twitter.com/OHartgerink)

[*] [profile] soccerpf - Twitter (https://twitter.com/soccerpf)

[*] [profile] merseypride - Twitter (https://twitter.com/merseypride)

[*] [profile] veganguy928 - Twitter (https://twitter.com/veganguy928)

[*] [profile] 1_ofa_kind_Rose - Twitter (https://twitter.com/1_ofa_kind_Rose)

[*] [profile] NavyBlue4EU - Twitter (https://twitter.com/NavyBlue4EU)

[*] [profile] DrAlaadeen - Twitter (https://twitter.com/DrAlaadeen)

[*] [profile] rosslpthomas - Twitter (https://twitter.com/rosslpthomas)

[*] [profile] AdvocateIndian - Twitter (https://twitter.com/AdvocateIndian)

[*] [profile] LaurakinsTrain - Twitter (https://twitter.com/LaurakinsTrain)

[*] [profile] JerryCarpente18 - Twitter (https://twitter.com/JerryCarpente18)

[*] [profile] iamnicholaslee - Twitter (https://twitter.com/iamnicholaslee)

[*] [profile] Beccabluesky - Twitter (https://twitter.com/Beccabluesky)

[*] [profile] iamnicholaslee - Twitter (https://twitter.com/iamnicholaslee)

[*] [profile] djbeardface - Twitter (https://twitter.com/djbeardface)

[*] [profile] ___Yonela - Twitter (https://twitter.com/___Yonela)

[*] [profile] SRoportaj - Twitter (https://twitter.com/SRoportaj)

[*] [profile] PerthPom - Twitter (https://twitter.com/PerthPom)

[*] [profile] AmeAbdulatif1 - Twitter (https://twitter.com/AmeAbdulatif1)

[*] [profile] bunniesonthelaw - Twitter (https://twitter.com/bunniesonthelaw)

[*] [profile] Jamesbroispx - Twitter (https://twitter.com/Jamesbroispx)

[*] [profile] Marcelanic2016 - Twitter (https://twitter.com/Marcelanic2016)

[*] [profile] GPWriter - Twitter (https://twitter.com/GPWriter)

[*] [profile] leoncbarton - Twitter (https://twitter.com/leoncbarton)

[*] [profile] drTtweets - Twitter (https://twitter.com/drTtweets)

[*] [profile] gavinlhudson - Twitter (https://twitter.com/gavinlhudson)

[*] [profile] Lilirivas07 - Twitter (https://twitter.com/Lilirivas07)

[*] [profile] obsut55465 - Twitter (https://twitter.com/obsut55465)

[*] [profile] Njabs_MSFT - Twitter (https://twitter.com/Njabs_MSFT)

[*] [profile] fakedontrumpet - Twitter (https://twitter.com/fakedontrumpet)

[*] [profile] piouan - Twitter (https://twitter.com/piouan)

[*] [profile] SedmikLukas - Twitter (https://twitter.com/SedmikLukas)

[*] [profile] Dutchie46428586 - Twitter (https://twitter.com/Dutchie46428586)

[*] [profile] CustardTart01 - Twitter (https://twitter.com/CustardTart01)

[*] [profile] pldfriend - Twitter (https://twitter.com/pldfriend)

[*] [profile] BeyondSimian - Twitter (https://twitter.com/BeyondSimian)

[*] [profile] Montecr94908945 - Twitter (https://twitter.com/Montecr94908945)

[*] [profile] philippines_tip - Twitter (https://twitter.com/philippines_tip)

[*] [profile] WJ_Armstrong - Twitter (https://twitter.com/WJ_Armstrong)

[*] [profile] Zamantungwa_K - Twitter (https://twitter.com/Zamantungwa_K)

[*] [profile] gburge12 - Twitter (https://twitter.com/gburge12)

[*] [profile] SBADZMD - Twitter (https://twitter.com/SBADZMD)

[*] [profile] Khyrelli - Twitter (https://twitter.com/Khyrelli)

[*] [profile] mila_bowen - Twitter (https://twitter.com/mila_bowen)

[*] [profile] DLSportsLaw - Twitter (https://twitter.com/DLSportsLaw)

[*] [profile] shinichiroinaba - Twitter (https://twitter.com/shinichiroinaba)

[*] [profile] rbtswM0 - Twitter (https://twitter.com/rbtswM0)

[*] [profile] GRAHAMMOORE11 - Twitter (https://twitter.com/GRAHAMMOORE11)

[*] [profile] rgmorallon - Twitter (https://twitter.com/rgmorallon)

[*] [profile] 102Amadeus - Twitter (https://twitter.com/102Amadeus)

[*] [profile] melanintoned_ - Twitter (https://twitter.com/melanintoned_)

[*] [profile] Mijeaux - Twitter (https://twitter.com/Mijeaux)

[*] [profile] NormaJean1968 - Twitter (https://twitter.com/NormaJean1968)

[*] [profile] sveress72 - Twitter (https://twitter.com/sveress72)

[*] [profile] MaxMckeown - Twitter (https://twitter.com/MaxMckeown)

[*] [profile] AGYG2014 - Twitter (https://twitter.com/AGYG2014)

[*] [profile] janbirek - Twitter (https://twitter.com/janbirek)

[*] [profile] Sinesipo - Twitter (https://twitter.com/Sinesipo)

[*] [profile] picklesbob - Twitter (https://twitter.com/picklesbob)

[*] [profile] sindarina - Twitter (https://twitter.com/sindarina)

[*] [profile] LwaziM6 - Twitter (https://twitter.com/LwaziM6)

[*] [profile] hellobutifuls - Twitter (https://twitter.com/hellobutifuls)

[*] [profile] pouceopposable - Twitter (https://twitter.com/pouceopposable)

[*] [profile] SunilVora11 - Twitter (https://twitter.com/SunilVora11)

[*] [profile] remain_central - Twitter (https://twitter.com/remain_central)

[*] [profile] seusssl - Twitter (https://twitter.com/seusssl)

[*] [profile] troy_studios - Twitter (https://twitter.com/troy_studios)

[*] [profile] wtfyalltalmbout - Twitter (https://twitter.com/wtfyalltalmbout)

[*] [profile] XhamelaTango - Twitter (https://twitter.com/XhamelaTango)

[*] [profile] Cariad_Morgana - Twitter (https://twitter.com/Cariad_Morgana)

[*] [profile] JUST_KWANDA - Twitter (https://twitter.com/JUST_KWANDA)

[*] [profile] MPU999 - Twitter (https://twitter.com/MPU999)

[*] [profile] some_lez - Twitter (https://twitter.com/some_lez)

[*] [profile] shivaramsingh - Twitter (https://twitter.com/shivaramsingh)

[*] [profile] PhilippeDesalle - Twitter (https://twitter.com/PhilippeDesalle)

[*] [profile] Yoga_Bunny - Twitter (https://twitter.com/Yoga_Bunny)

[*] [profile] SianSamuel1 - Twitter (https://twitter.com/SianSamuel1)

==========snip============

[*] [profile] hahellyer - Twitter (https://twitter.com/hahellyer)

[*] [profile] MvelaseP - Twitter (https://twitter.com/MvelaseP)

[*] [profile] nessalissa1 - Twitter (https://twitter.com/nessalissa1)

[*] [profile] Yamie_Manzi - Twitter (https://twitter.com/Yamie_Manzi)

[*] [profile] BoltonSchool - Twitter (https://twitter.com/BoltonSchool)

[*] [profile] Chandjay3 - Twitter (https://twitter.com/Chandjay3)

[*] [profile] Khens_Kent - Twitter (https://twitter.com/Khens_Kent)

[*] [profile] willpaddyg - Twitter (https://twitter.com/willpaddyg)

[*] [profile] Nomqhantsula - Twitter (https://twitter.com/Nomqhantsula)

[*] [profile] ndanastase - Twitter (https://twitter.com/ndanastase)

[*] [profile] muthoninjuki - Twitter (https://twitter.com/muthoninjuki)

[*] [profile] BeeGalini - Twitter (https://twitter.com/BeeGalini)

[*] [profile] EgocentriCharly - Twitter (https://twitter.com/EgocentriCharly)

[*] [profile] optimistlondon - Twitter (https://twitter.com/optimistlondon)

[*] [profile] Domhnall_iain - Twitter (https://twitter.com/Domhnall_iain)

[*] [profile] Ken_Hokuto - Twitter (https://twitter.com/Ken_Hokuto)

[*] [profile] liam09501106 - Twitter (https://twitter.com/liam09501106)

[*] [profile] aksnmrt - Twitter (https://twitter.com/aksnmrt)

[*] [profile] testsiteBusiness - Twitter (https://twitter.com/testsiteBusiness)

[*] [profile] sam_kilic - Twitter (https://twitter.com/sam_kilic)

[*] [profile] flyhyland - Twitter (https://twitter.com/flyhyland)

[*] [profile] NutrinsightDave - Twitter (https://twitter.com/NutrinsightDave)

[*] [profile] NomondeTshomi - Twitter (https://twitter.com/NomondeTshomi)

[*] [profile] alisonmarierb - Twitter (https://twitter.com/alisonmarierb)

[*] [profile] y_mat2009 - Twitter (https://twitter.com/y_mat2009)

[*] [profile] Gemma_Finnegan - Twitter (https://twitter.com/Gemma_Finnegan)

[*] [profile] Romeo_Busiku - Twitter (https://twitter.com/Romeo_Busiku)

[*] [profile] tonygurney - Twitter (https://twitter.com/tonygurney)

[*] [profile] 9_11_IsAnInside - Twitter (https://twitter.com/9_11_IsAnInside)

[*] [profile] elliemayze - Twitter (https://twitter.com/elliemayze)

[*] [profile] Manuelatestsite - Twitter (https://twitter.com/Manuelatestsite)

[*] [profile] foomarketer - Twitter (https://twitter.com/foomarketer)

[*] [profile] iamjidea - Twitter (https://twitter.com/iamjidea)

[*] [profile] gazzettacadaver - Twitter (https://twitter.com/gazzettacadaver)

[*] [profile] lighten1220 - Twitter (https://twitter.com/lighten1220)

[*] [profile] Jeremyaudouard - Twitter (https://twitter.com/Jeremyaudouard)

[*] [profile] eliseke31605912 - Twitter (https://twitter.com/eliseke31605912)

[*] [profile] philip_king - Twitter (https://twitter.com/philip_king)

[*] [profile] prpltnkr - Twitter (https://twitter.com/prpltnkr)

[*] [profile] HedhiApp - Twitter (https://twitter.com/HedhiApp)

[*] [profile] ALasyerli - Twitter (https://twitter.com/ALasyerli)

[*] [profile] The_Sumoking - Twitter (https://twitter.com/The_Sumoking)

[*] [profile] earvsc - Twitter (https://twitter.com/earvsc)

[*] [profile] BritBlindSport - Twitter (https://twitter.com/BritBlindSport)

[*] [profile] alanhinkes - Twitter (https://twitter.com/alanhinkes)

[*] [profile] unwomenasia - Twitter (https://twitter.com/unwomenasia)

==========snip============

[*] [profile] carruthers_leo - Twitter (https://twitter.com/carruthers_leo)

[*] [profile] HugoJSetubal - Twitter (https://twitter.com/HugoJSetubal)

[*] [profile] nkosi___ - Twitter (https://twitter.com/nkosi___)

[*] [profile] mk7ba - Twitter (https://twitter.com/mk7ba)

[*] [profile] GreenJack67 - Twitter (https://twitter.com/GreenJack67)

[*] [profile] SteveCJjones - Twitter (https://twitter.com/SteveCJjones)

[*] [profile] kayikgolge - Twitter (https://twitter.com/kayikgolge)

[*] [profile] abhomeron - Twitter (https://twitter.com/abhomeron)

[*] [profile] tzovarraskim - Twitter (https://twitter.com/tzovarraskim)

[*] [profile] Phumlani_Kango - Twitter (https://twitter.com/Phumlani_Kango)

[*] [profile] QuelleKristen - Twitter (https://twitter.com/QuelleKristen)

[*] [profile] ScotlandshireGB - Twitter (https://twitter.com/ScotlandshireGB)

[*] [profile] PhilBoswellSNP - Twitter (https://twitter.com/PhilBoswellSNP)

[*] [profile] avecNava - Twitter (https://twitter.com/avecNava)

[*] [profile] jennyjackdaws - Twitter (https://twitter.com/jennyjackdaws)

[*] [profile] Smit_Agarwal - Twitter (https://twitter.com/Smit_Agarwal)

[*] [profile] 23Quarks - Twitter (https://twitter.com/23Quarks)

[*] [profile] AmeliaCal_ - Twitter (https://twitter.com/AmeliaCal_)

[*] [profile] johnmush80 - Twitter (https://twitter.com/johnmush80)

[*] [profile] konstruktorka - Twitter (https://twitter.com/konstruktorka)

[*] [profile] circularimpacts - Twitter (https://twitter.com/circularimpacts)

-------

SUMMARY

-------

[*] 195 total (192 new) profiles found.
  • Type show profiles.
[recon-ng][iicybersecurity][twitter_mentioned] > show profiles




 +---------------------------------------------------------------------------------------------------------------------------------------------------------+

 | rowid | username | resource | url | category | notes | module |

 +---------------------------------------------------------------------------------------------------------------------------------------------------------+

 | 1 | RascallFlatts | Twitter | https://twitter.com/RascallFlatts | social | Michelle Bartley | twitter_mentioned |

 | 2 | spring18writing | Twitter | https://twitter.com/spring18writing | social | Lauren S | twitter_mentioned |

 | 3 | Turremdatagroup | Twitter | https://twitter.com/Turremdatagroup | social | TDG Cyber Security | twitter_mentioned |

 | 4 | TNtinman | Twitter | https://twitter.com/TNtinman | social | Teri Inman | twitter_mentioned |

 | 5 | gashouse11 | Twitter | https://twitter.com/gashouse11 | social | gashouse | twitter_mentioned |

 | 6 | krippto1 | Twitter | https://twitter.com/krippto1 | social | krippto | twitter_mentioned |

 | 7 | GDataES | Twitter | https://twitter.com/GDataES | social | G DATA España | twitter_mentioned |

 | 8 | websitemalware | Twitter | https://twitter.com/websitemalware | social | Website Malware Removal | twitter_mentioned |

 | 9 | mnwrthglr | Twitter | https://twitter.com/mnwrthglr | social | Maximiliano | twitter_mentioned |

 | 10 | madosavi | Twitter | https://twitter.com/madosavi | social | Maria Dolores Santos | twitter_mentioned |

 | 11 | luasaroma | Twitter | https://twitter.com/luasaroma | social | Saúl Morales R. | twitter_mentioned |

 | 12 | the_chaynus | Twitter | https://twitter.com/the_chaynus | social | Chino Lapegrini | twitter_mentioned |

 | 13 | olguernet | Twitter | https://twitter.com/olguernet | social | Olguer Morillo | twitter_mentioned |

 | 14 | rootdb21 | Twitter | https://twitter.com/rootdb21 | social | Atlhon ルート? | twitter_mentioned |

 | 15 | softwhatsup | Twitter | https://twitter.com/softwhatsup | social | whatsup? | twitter_mentioned |

 | 16 | scenariossg | Twitter | https://twitter.com/scenariossg | social | Scenarios Security Group | twitter_mentioned |

 | 17 | javiercaceres29 | Twitter | https://twitter.com/javiercaceres29 | social | ignacio javier | twitter_mentioned |

 | 18 | pinaki_d | Twitter | https://twitter.com/pinaki_d | social | Pinaki Datta | twitter_mentioned |

 | 19 | Toni_Clares | Twitter | https://twitter.com/Toni_Clares | social | Toni Clares | twitter_mentioned |

 | 20 | HoracioToraya | Twitter | https://twitter.com/HoracioToraya | social | Horacio Toraya | twitter_mentioned |

 | 21 | MDMSSB | Twitter | https://twitter.com/MDMSSB | social | MDMSSB | twitter_mentioned |

==========snip============

 | 22 | sectest9 | Twitter | https://twitter.com/sectest9 | social | Security Testing | twitter_mentioned |

 | 23 | oesia_sec | Twitter | https://twitter.com/oesia_sec | social | Oesia Seguridad | twitter_mentioned |

 | 24 | YourTechCompany | Twitter | https://twitter.com/YourTechCompany | social | YourTechCompany | twitter_mentioned |

 | 25 | MDmanfredi | Twitter | https://twitter.com/MDmanfredi | social | ?? Mariano D. Manfredi ?? | twitter_mentioned |

 | 26 | absolutehaarlem | Twitter | https://twitter.com/absolutehaarlem | social | absolute #FBPE | twitter_mentioned |

 | 27 | maryjane0250 | Twitter | https://twitter.com/maryjane0250 | social | sheila mccool | twitter_mentioned |

 | 28 | daftguru | Twitter | https://twitter.com/daftguru | social | DAFT #FBPE #PeoplesVote #ABTV #WATON | twitter_mentioned |

 | 29 | MatthewWolfff | Twitter | https://twitter.com/MatthewWolfff | social | Matthew Wolff ?️‍? | twitter_mentioned |

 | 30 | MOSECON_Yan | Twitter | https://twitter.com/MOSECON_Yan | social | Yan St-Pierre | twitter_mentioned |

 | 31 | KeneaNegash | Twitter | https://twitter.com/KeneaNegash | social | Negash kenea | twitter_mentioned |

 | 32 | tekaldas | Twitter | https://twitter.com/tekaldas | social | Timothy E Kaldas | twitter_mentioned |

 | 33 | MylesTheJunkman | Twitter | https://twitter.com/MylesTheJunkman | social | MilesTheJunkman | twitter_mentioned |

 | 34 | rosy_hunter1 | Twitter | https://twitter.com/rosy_hunter1 | social | Rosy O'Hunter | twitter_mentioned |

 | 35 | tobythetram | Twitter | https://twitter.com/tobythetram | social | Toby Rackliff ?????#FBPE | twitter_mentioned |

 | 36 | RocklineAdv | Twitter | https://twitter.com/RocklineAdv | social | Rock Line | twitter_mentioned |

 | 37 | dji45 | Twitter | https://twitter.com/dji45 | social | dji45 | twitter_mentioned |

 | 38 | sophie_coady | Twitter | https://twitter.com/sophie_coady | social | Sophie Coady | twitter_mentioned |

 | 39 | Juliemcneely4 | Twitter | https://twitter.com/Juliemcneely4 | social | Witch of the North ❄? #FBR | twitter_mentioned |

 | 40 | peacewoman99 | Twitter | https://twitter.com/peacewoman99 | social | We are one | twitter_mentioned |

 | 41 | healingembassy | Twitter | https://twitter.com/healingembassy | social | Kathleen Right | twitter_mentioned |

 | 42 | mehmetsalih1919 | Twitter | https://twitter.com/mehmetsalih1919 | social | m.s. | twitter_mentioned |

 | 43 | MargsAkullo | Twitter | https://twitter.com/MargsAkullo | social | Margaret Akullo UN | twitter_mentioned |

 | 44 | OHartgerink | Twitter | https://twitter.com/OHartgerink | social | Odette Hartgerink | twitter_mentioned |

 | 45 | soccerpf | Twitter | https://twitter.com/soccerpf | social | SPF GLOBAL AGENCY | twitter_mentioned |

 | 46 | merseypride | Twitter | https://twitter.com/merseypride | social | Kevin Farrugia | twitter_mentioned |

 | 47 | veganguy928 | Twitter | https://twitter.com/veganguy928 | social | David | twitter_mentioned |

 | 48 | 1_ofa_kind_Rose | Twitter | https://twitter.com/1_ofa_kind_Rose | social | Rose | twitter_mentioned |

 | 49 | NavyBlue4EU | Twitter | https://twitter.com/NavyBlue4EU | social | Paul Northway ? #FBPE #WATON | twitter_mentioned |

 | 50 | DrAlaadeen | Twitter | https://twitter.com/DrAlaadeen | social | Alaadin Abdulmajid | twitter_mentioned |

 | 51 | rosslpthomas | Twitter | https://twitter.com/rosslpthomas | social | Ross Thomas | twitter_mentioned |

 | 52 | AdvocateIndian | Twitter | https://twitter.com/AdvocateIndian | social | Indian Advocate | twitter_mentioned |

 | 53 | LaurakinsTrain | Twitter | https://twitter.com/LaurakinsTrain | social | ms. chun li the street fighter | twitter_mentioned |

 | 54 | JerryCarpente18 | Twitter | https://twitter.com/JerryCarpente18 | social | Jerry Carpenter | twitter_mentioned |

 | 55 | iamnicholaslee | Twitter | https://twitter.com/iamnicholaslee | social | Nicholas Lee | twitter_mentioned |

 | 56 | Beccabluesky | Twitter | https://twitter.com/Beccabluesky | social | Rebecca Burnell | twitter_mentioned |

 | 57 | djbeardface | Twitter | https://twitter.com/djbeardface | social | Grabthar | twitter_mentioned |

 | 58 | ___Yonela | Twitter | https://twitter.com/___Yonela | social | Yonela | twitter_mentioned |

 | 59 | SRoportaj | Twitter | https://twitter.com/SRoportaj | social | Stichting Röportaj | twitter_mentioned |

 | 60 | PerthPom | Twitter | https://twitter.com/PerthPom | social | Jim Davies | twitter_mentioned |

 | 61 | AmeAbdulatif1 | Twitter | https://twitter.com/AmeAbdulatif1 | social | Ame Abdulatif | twitter_mentioned |

 | 62 | bunniesonthelaw | Twitter | https://twitter.com/bunniesonthelaw | social | Debs #FBPE ?????? | twitter_mentioned |

 | 63 | Jamesbroispx | Twitter | https://twitter.com/Jamesbroispx | social | James Browne | twitter_mentioned |

 | 64 | Marcelanic2016 | Twitter | https://twitter.com/Marcelanic2016 | social | maria lopez | twitter_mentioned |

 | 65 | GPWriter | Twitter | https://twitter.com/GPWriter | social | GP | twitter_mentioned |

 | 66 | leoncbarton | Twitter | https://twitter.com/leoncbarton | social | Leon Barton | twitter_mentioned |

==========snip============

 | 67 | drTtweets | Twitter | https://twitter.com/drTtweets | social | Dr Amanda Turner | twitter_mentioned |

 | 68 | gavinlhudson | Twitter | https://twitter.com/gavinlhudson | social | Gavin Hudson | twitter_mentioned |

 | 69 | Lilirivas07 | Twitter | https://twitter.com/Lilirivas07 | social | Leo | twitter_mentioned |

 | 70 | obsut55465 | Twitter | https://twitter.com/obsut55465 | social | ワン | twitter_mentioned |

 | 71 | Njabs_MSFT | Twitter | https://twitter.com/Njabs_MSFT | social | journo | twitter_mentioned |

 | 72 | fakedontrumpet | Twitter | https://twitter.com/fakedontrumpet | social | Donald J Trumpet | twitter_mentioned |

 | 73 | piouan | Twitter | https://twitter.com/piouan | social | Piouan | twitter_mentioned |

 | 74 | SedmikLukas | Twitter | https://twitter.com/SedmikLukas | social | Lukas Sedmik | twitter_mentioned |

 | 75 | Dutchie46428586 | Twitter | https://twitter.com/Dutchie46428586 | social | Dutchski ?? | twitter_mentioned |

 | 76 | CustardTart01 | Twitter | https://twitter.com/CustardTart01 | social | Sharon Jones #FBPE | twitter_mentioned |

 | 77 | pldfriend | Twitter | https://twitter.com/pldfriend | social | Robert Knox | twitter_mentioned |

 | 78 | BeyondSimian | Twitter | https://twitter.com/BeyondSimian | social | Beyond Simian | twitter_mentioned |

 | 79 | Montecr94908945 | Twitter | https://twitter.com/Montecr94908945 | social | Montecristo | twitter_mentioned |

 | 80 | philippines_tip | Twitter | https://twitter.com/philippines_tip | social | Philippines News | twitter_mentioned |

 | 81 | WJ_Armstrong | Twitter | https://twitter.com/WJ_Armstrong | social | William Armstrong | twitter_mentioned |

 | 82 | Zamantungwa_K | Twitter | https://twitter.com/Zamantungwa_K | social | Zamantungwa | twitter_mentioned |

 | 83 | gburge12 | Twitter | https://twitter.com/gburge12 | social | G Burge | twitter_mentioned |

 | 84 | SBADZMD | Twitter | https://twitter.com/SBADZMD | social | Take off your hat.™ | twitter_mentioned |

 | 85 | Khyrelli | Twitter | https://twitter.com/Khyrelli | social | Misty Moryn | twitter_mentioned |

 | 86 | mila_bowen | Twitter | https://twitter.com/mila_bowen | social | Mila Bowen | twitter_mentioned |

 | 87 | DLSportsLaw | Twitter | https://twitter.com/DLSportsLaw | social | Dan Lowen | twitter_mentioned |

 | 88 | shinichiroinaba | Twitter | https://twitter.com/shinichiroinaba | social | 稲葉振一郎 | twitter_mentioned |

 | 89 | rbtswM0 | Twitter | https://twitter.com/rbtswM0 | social | baby blue | twitter_mentioned |

 | 90 | GRAHAMMOORE11 | Twitter | https://twitter.com/GRAHAMMOORE11 | social | Graham Moore #PeoplesVote | twitter_mentioned |

 | 91 | rgmorallon | Twitter | https://twitter.com/rgmorallon | social | Ricardo | twitter_mentioned |

 | 92 | 102Amadeus | Twitter | https://twitter.com/102Amadeus | social | Steph ?? #PeoplesVote #FBPE | twitter_mentioned |

 | 93 | melanintoned_ | Twitter | https://twitter.com/melanintoned_ | social | Future Is Feminist | twitter_mentioned |

 | 94 | Mijeaux | Twitter | https://twitter.com/Mijeaux | social | jeauxy tribbiani✨ | twitter_mentioned |

 | 95 | NormaJean1968 | Twitter | https://twitter.com/NormaJean1968 | social | NormaJean | twitter_mentioned |

 | 96 | sveress72 | Twitter | https://twitter.com/sveress72 | social | Holden | twitter_mentioned |

 | 97 | MaxMckeown | Twitter | https://twitter.com/MaxMckeown | social | Dr. Max | twitter_mentioned |

 | 98 | AGYG2014 | Twitter | https://twitter.com/AGYG2014 | social | MadHatter | twitter_mentioned |

 | 99 | janbirek | Twitter | https://twitter.com/janbirek | social | Jan Birek#GTTO | twitter_mentioned |

 | 100 | Sinesipo | Twitter | https://twitter.com/Sinesipo | social | Kumkani McJade | twitter_mentioned |

 | 101 | picklesbob | Twitter | https://twitter.com/picklesbob | social | Bob Pickles | twitter_mentioned |

 | 102 | sindarina | Twitter | https://twitter.com/sindarina | social | zwarte piet is racisme | twitter_mentioned |

 | 103 | LwaziM6 | Twitter | https://twitter.com/LwaziM6 | social | Musical Films November | twitter_mentioned |

 | 104 | hellobutifuls | Twitter | https://twitter.com/hellobutifuls | social | Stephanie Adams | twitter_mentioned |

 | 105 | pouceopposable | Twitter | https://twitter.com/pouceopposable | social | HomoSapiens aka Macuilxochitl ?️‍? | twitter_mentioned |

 | 106 | SunilVora11 | Twitter | https://twitter.com/SunilVora11 | social | Sunil Vora | twitter_mentioned |

=================snip==============

 | 107 | remain_central | Twitter | https://twitter.com/remain_central | social | Remain Central #FBPE #StopBrexit #PeoplesVote | twitter_mentioned |

 | 108 | seusssl | Twitter | https://twitter.com/seusssl | social | seuss [ sue] | twitter_mentioned |

 | 109 | troy_studios | Twitter | https://twitter.com/troy_studios | social | Troy Studios | twitter_mentioned |

 | 110 | wtfyalltalmbout | Twitter | https://twitter.com/wtfyalltalmbout | social | Naana Obeng | twitter_mentioned |

 | 111 | XhamelaTango | Twitter | https://twitter.com/XhamelaTango | social | Velalanga Luthango | twitter_mentioned |

 | 112 | Cariad_Morgana | Twitter | https://twitter.com/Cariad_Morgana | social | The Poet with Passion, Claire Cariad Morgana | twitter_mentioned |

==========snip============

 | 113 | JUST_KWANDA | Twitter | https://twitter.com/JUST_KWANDA | social | Louise Belcher | twitter_mentioned |

 | 114 | MPU999 | Twitter | https://twitter.com/MPU999 | social | Mark Underwood | twitter_mentioned |

 | 115 | some_lez | Twitter | https://twitter.com/some_lez | social | ✞??????????????✞ | twitter_mentioned |

 | 116 | shivaramsingh | Twitter | https://twitter.com/shivaramsingh | social | Shivaram P Singh | twitter_mentioned |

 | 117 | PhilippeDesalle | Twitter | https://twitter.com/PhilippeDesalle | social | Philippe Desalle | twitter_mentioned |

 | 118 | Yoga_Bunny | Twitter | https://twitter.com/Yoga_Bunny | social | CB | twitter_mentioned |

 | 119 | SianSamuel1 | Twitter | https://twitter.com/SianSamuel1 | social | Sian Richards | twitter_mentioned |

 | 120 | its_sisa | Twitter | https://twitter.com/its_sisa | social | Peppa the gangsta | twitter_mentioned |

 | 121 | MediterrNewsNet | Twitter | https://twitter.com/MediterrNewsNet | social | Whistleblower | twitter_mentioned |

 | 122 | NarcissusMZ | Twitter | https://twitter.com/NarcissusMZ | social | MelissaZisengwe | twitter_mentioned |

 | 123 | 1ntegr1ty | Twitter | https://twitter.com/1ntegr1ty | social | Lohith K V | twitter_mentioned |

 | 124 | ae4ca | Twitter | https://twitter.com/ae4ca | social | Alicia | twitter_mentioned |

 | 125 | DrilltechZhang | Twitter | https://twitter.com/DrilltechZhang | social | Drilltech Zhang | twitter_mentioned |

 | 126 | footiesreport | Twitter | https://twitter.com/footiesreport | social | Footies Report | twitter_mentioned |

 | 127 | AdrianBazbauers | Twitter | https://twitter.com/AdrianBazbauers | social | Adrian Bazbauers | twitter_mentioned |

 | 128 | peirxius | Twitter | https://twitter.com/peirxius | social | 韦博文 | twitter_mentioned |

 | 129 | bellasusannah09 | Twitter | https://twitter.com/bellasusannah09 | social | Susana Huerta | twitter_mentioned |

 | 130 | iainjwatson | Twitter | https://twitter.com/iainjwatson | social | iain watson | twitter_mentioned |

 | 131 | MissM69 | Twitter | https://twitter.com/MissM69 | social | Maria Noriega ??? | twitter_mentioned |

 | 132 | roblwilson | Twitter | https://twitter.com/roblwilson | social | Rob Wilson | twitter_mentioned |

 | 133 | DianaVaraden | Twitter | https://twitter.com/DianaVaraden | social | Diana Varaden | twitter_mentioned |

==========snip============

 | 134 | TomBurkeOnlinex | Twitter | https://twitter.com/TomBurkeOnlinex | social | Tom Burke Online | twitter_mentioned |

 | 135 | keith_micallef | Twitter | https://twitter.com/keith_micallef | social | Keith Micallef | twitter_mentioned |

 | 136 | hahellyer | Twitter | https://twitter.com/hahellyer | social | Dr H.A. Hellyer | twitter_mentioned |

 | 137 | MvelaseP | Twitter | https://twitter.com/MvelaseP | social | Mvelase Peppetta | twitter_mentioned |

 | 138 | nessalissa1 | Twitter | https://twitter.com/nessalissa1 | social | Skinny Bitch | twitter_mentioned |

 | 139 | Yamie_Manzi | Twitter | https://twitter.com/Yamie_Manzi | social | yams. | twitter_mentioned |

 | 140 | BoltonSchool | Twitter | https://twitter.com/BoltonSchool | social | Bolton School | twitter_mentioned |

 | 141 | Chandjay3 | Twitter | https://twitter.com/Chandjay3 | social | Chandjay | twitter_mentioned |

 | 142 | Khens_Kent | Twitter | https://twitter.com/Khens_Kent | social | milky | twitter_mentioned |

 | 143 | willpaddyg | Twitter | https://twitter.com/willpaddyg | social | Will Goddard | twitter_mentioned |

 | 144 | Nomqhantsula | Twitter | https://twitter.com/Nomqhantsula | social | Sis Jondi | twitter_mentioned |

 | 145 | ndanastase | Twitter | https://twitter.com/ndanastase | social | AnastaseNdagijimana | twitter_mentioned |

 | 146 | muthoninjuki | Twitter | https://twitter.com/muthoninjuki | social | Caroline Njuki | twitter_mentioned |

 | 147 | BeeGalini | Twitter | https://twitter.com/BeeGalini | social | CA 50th deserves POS Drunkin Hunter Jr | twitter_mentioned |

 | 148 | EgocentriCharly | Twitter | https://twitter.com/EgocentriCharly | social | M.C Ngwenya | twitter_mentioned |

 | 149 | optimistlondon | Twitter | https://twitter.com/optimistlondon | social | sebastian michael | twitter_mentioned |

 | 150 | Domhnall_iain | Twitter | https://twitter.com/Domhnall_iain | social | Domhnall iain ? ? | twitter_mentioned |

 | 151 | Ken_Hokuto | Twitter | https://twitter.com/Ken_Hokuto | social | T_Kitagawa ⛵️ByeBye Molotov Abe??? | twitter_mentioned |

 | 152 | liam09501106 | Twitter | https://twitter.com/liam09501106 | social | liam | twitter_mentioned |

 | 153 | aksnmrt | Twitter | https://twitter.com/aksnmrt | social | murataksen | twitter_mentioned |

 | 154 | testsiteBusiness | Twitter | https://twitter.com/testsiteBusiness | social | testsite Business | twitter_mentioned |

 | 155 | sam_kilic | Twitter | https://twitter.com/sam_kilic | social | Sami KILIC | twitter_mentioned |

 | 156 | flyhyland | Twitter | https://twitter.com/flyhyland | social | Marcy Borken | twitter_mentioned |

 | 157 | NutrinsightDave | Twitter | https://twitter.com/NutrinsightDave | social | David Tchilingirian | twitter_mentioned |

 | 158 | NomondeTshomi | Twitter | https://twitter.com/NomondeTshomi | social | MARIA PODESTA | twitter_mentioned |

 | 159 | alisonmarierb | Twitter | https://twitter.com/alisonmarierb | social | mommabee ??? | twitter_mentioned |

 | 160 | y_mat2009 | Twitter | https://twitter.com/y_mat2009 | social | y_mat2009@Censored | twitter_mentioned |

 | 161 | Gemma_Finnegan | Twitter | https://twitter.com/Gemma_Finnegan | social | ɢᴇᴍᴍᴀ ꜰɪɴɴꜱᴅÓᴛᴛɪʀ ?️?️? | twitter_mentioned |

 | 162 | Romeo_Busiku | Twitter | https://twitter.com/Romeo_Busiku | social | Romeo Busiku | twitter_mentioned |

 | 163 | tonygurney | Twitter | https://twitter.com/tonygurney | social | Tony Gurney | twitter_mentioned |

 | 164 | 9_11_IsAnInside | Twitter | https://twitter.com/9_11_IsAnInside | social | 9/11 Is-An InsideJob | twitter_mentioned |

 | 165 | elliemayze | Twitter | https://twitter.com/elliemayze | social | elliemayze | twitter_mentioned |

 | 166 | Manuelatestsite | Twitter | https://twitter.com/Manuelatestsite | social | Manuela Saragosa | twitter_mentioned |

 | 167 | foomarketer | Twitter | https://twitter.com/foomarketer | social | foomarketer | twitter_mentioned |

 | 168 | iamjidea | Twitter | https://twitter.com/iamjidea | social | Jide | twitter_mentioned |

 | 169 | gazzettacadaver | Twitter | https://twitter.com/gazzettacadaver | social | gazzettadelcadavere | twitter_mentioned |

 | 170 | lighten1220 | Twitter | https://twitter.com/lighten1220 | social | Kei Pol | twitter_mentioned |

 | 171 | Jeremyaudouard | Twitter | https://twitter.com/Jeremyaudouard | social | Jeremy Audouard | twitter_mentioned |

 | 172 | eliseke31605912 | Twitter | https://twitter.com/eliseke31605912 | social | Kelly | twitter_mentioned |

 | 173 | philip_king | Twitter | https://twitter.com/philip_king | social | Philip King | twitter_mentioned |

 | 174 | prpltnkr | Twitter | https://twitter.com/prpltnkr | social | Purple Tinker | twitter_mentioned |

 | 175 | HedhiApp | Twitter | https://twitter.com/HedhiApp | social | Hedhi App | twitter_mentioned |

 | 176 | ALasyerli | Twitter | https://twitter.com/ALasyerli | social | L K | twitter_mentioned |

 | 177 | The_Sumoking | Twitter | https://twitter.com/The_Sumoking | social | Sumoking | twitter_mentioned |

 | 178 | earvsc | Twitter | https://twitter.com/earvsc | social | Earvin Charles Cabalquinto | twitter_mentioned |

 | 179 | BritBlindSport | Twitter | https://twitter.com/BritBlindSport | social | British Blind Sport | twitter_mentioned |

 | 180 | alanhinkes | Twitter | https://twitter.com/alanhinkes | social | Alan Hinkes OBE | twitter_mentioned |

 | 181 | unwomenasia | Twitter | https://twitter.com/unwomenasia | social | UN Women AsiaPacific | twitter_mentioned |

 | 182 | annaholligan | Twitter | https://twitter.com/annaholligan | social | anna holligan ? | twitter_mentioned |

 | 183 | disabilitymatch | Twitter | https://twitter.com/disabilitymatch | social | Disabled Dating | twitter_mentioned |

 | 184 | DisabilityWales | Twitter | https://twitter.com/DisabilityWales | social | Disability Wales | twitter_mentioned |

 | 185 | mung_t | Twitter | https://twitter.com/mung_t | social | T Mung | twitter_mentioned |

 | 186 | Archerbassari | Twitter | https://twitter.com/Archerbassari | social | Arias AKPAKA | twitter_mentioned |

 | 187 | Peirce39 | Twitter | https://twitter.com/Peirce39 | social | パース | twitter_mentioned |

 | 188 | teohhanhui | Twitter | https://twitter.com/teohhanhui | social | Teoh Han Hui | twitter_mentioned |

 | 189 | MommyBat1 | Twitter | https://twitter.com/MommyBat1 | social | Deirdre Muir | twitter_mentioned |

 | 190 | Christoph445566 | Twitter | https://twitter.com/Christoph445566 | social | Christoph Schonebeck | twitter_mentioned |

 | 191 | contractio | Twitter | https://twitter.com/contractio | social | 縮限 | twitter_mentioned |

 | 192 | markgall7 | Twitter | https://twitter.com/markgall7 | social | Mark Gallagher | twitter_mentioned |

 | 193 | ScaryChildren | Twitter | https://twitter.com/ScaryChildren | social | Aaron Carr | twitter_mentioned |

 | 194 | Tweets4Onur | Twitter | https://twitter.com/Tweets4Onur | social | Onur | twitter_mentioned |

 | 195 | WaqarKhan_123 | Twitter | https://twitter.com/WaqarKhan_123 | social | Waqar ?⛰?? | twitter_mentioned |

 | 196 | GeorginaDali | Twitter | https://twitter.com/GeorginaDali | social | Dali cat | twitter_mentioned |

 | 197 | carruthers_leo | Twitter | https://twitter.com/carruthers_leo | social | Leo Carruthers ?️‍? | twitter_mentioned |

 | 198 | HugoJSetubal | Twitter | https://twitter.com/HugoJSetubal | social | Hugo J | twitter_mentioned |

 | 199 | nkosi___ | Twitter | https://twitter.com/nkosi___ | social | Nkosi | twitter_mentioned |

 | 200 | mk7ba | Twitter | https://twitter.com/mk7ba | social | mk7ba | twitter_mentioned |

 | 201 | GreenJack67 | Twitter | https://twitter.com/GreenJack67 | social | Green Jack | twitter_mentioned |

 | 202 | SteveCJjones | Twitter | https://twitter.com/SteveCJjones | social | Steve Jones | twitter_mentioned |

 | 203 | kayikgolge | Twitter | https://twitter.com/kayikgolge | social | ayşe yerdeniz | twitter_mentioned |

 | 204 | abhomeron | Twitter | https://twitter.com/abhomeron | social | Ardeas | twitter_mentioned |

 | 205 | tzovarraskim | Twitter | https://twitter.com/tzovarraskim | social | Kim Swetz Tzovarras | twitter_mentioned |

 | 206 | Phumlani_Kango | Twitter | https://twitter.com/Phumlani_Kango | social | Get On #PrEP ?️‍??️‍??️‍? | twitter_mentioned |

 | 207 | QuelleKristen | Twitter | https://twitter.com/QuelleKristen | social | Kristen Quelle | twitter_mentioned |

 | 208 | ScotlandshireGB | Twitter | https://twitter.com/ScotlandshireGB | social | testsite Botlandshire | twitter_mentioned |

 | 209 | PhilBoswellSNP | Twitter | https://twitter.com/PhilBoswellSNP | social | Phil Boswell | twitter_mentioned |

 | 210 | avecNava | Twitter | https://twitter.com/avecNava | social | avecNava | twitter_mentioned |

 | 211 | jennyjackdaws | Twitter | https://twitter.com/jennyjackdaws | social | Jenny Antill | twitter_mentioned |

 | 212 | Smit_Agarwal | Twitter | https://twitter.com/Smit_Agarwal | social | Smit Agarwal | twitter_mentioned |

 | 213 | 23Quarks | Twitter | https://twitter.com/23Quarks | social | Jose Maja | twitter_mentioned |

 | 214 | AmeliaCal_ | Twitter | https://twitter.com/AmeliaCal_ | social | Ams | twitter_mentioned |

 | 215 | johnmush80 | Twitter | https://twitter.com/johnmush80 | social | John Mush | twitter_mentioned |

 | 216 | konstruktorka | Twitter | https://twitter.com/konstruktorka | social | Ewa Ostrowska | twitter_mentioned |

 | 217 | circularimpacts | Twitter | https://twitter.com/circularimpacts | social | Circular Impacts | twitter_mentioned |

 +---------------------------------------------------------------------------------------------------------------------------------------------------------+




[*] 217 rows returned

  • The above information can be used in initial phase of information gathering.

CHECKING THE DOMAINS:-

  • Then type show domains to checks if the domains have added or not.
[recon-ng][iicybersecurity][twitter_mentioned] > show domains

 +--------------------------------+

 | rowid | domain | module |

 +--------------------------------+

 | 1 | testsite.com | user_defined |

 +--------------------------------+

  • Type show hosts.
[recon-ng][iicybersecurity][twitter_mentioned] > show hosts

 +-----------------------------------------------------------------------------------------------+

 | rowid | host | ip_address | region | country | latitude | longitude | module |

 +-----------------------------------------------------------------------------------------------+

 | 1 | www.testsite.com | | | | | | google_site_web |

 | 2 | shop.testsite.com | | | | | | google_site_web |

 | 3 | beta.testsite.com | | | | | | google_site_web |

 | 4 | m.testsite.com | | | | | | google_site_web |

 +-----------------------------------------------------------------------------------------------+




[*] 4 rows returned
  • In the above output shows the number of subdomains. The above hosts can be used in information gathering.
  • There is another command to get the Database schema. Type show schema.
[recon-ng][iicybersecurity][twitter_mentioned] > show schema

 +---------------+

 | domains |

 +---------------+

 | domain | TEXT |

 | module | TEXT |

 +---------------+
 +--------------------+

 | companies |

 +--------------------+

 | company | TEXT |

 | description | TEXT |

 | module | TEXT |

 +--------------------+
 +-----------------+

 | netblocks |

 +-----------------+

 | netblock | TEXT |

 | module | TEXT |

 +-----------------+
 +-----------------------+

 | locations |

 +-----------------------+

 | latitude | TEXT |

 | longitude | TEXT |

 | street_address | TEXT |

 | module | TEXT |

 +-----------------------+
 +---------------------+

 | vulnerabilities |

 +---------------------+

 | host | TEXT |

 | reference | TEXT |

 | example | TEXT |

 | publish_date | TEXT |

 | category | TEXT |

 | status | TEXT |

 | module | TEXT |

 +---------------------+
 +-------------------+

 | ports |

 +-------------------+

 | ip_address | TEXT |

 | host | TEXT |

 | port | TEXT |

 | protocol | TEXT |

 | module | TEXT |

 +-------------------+
 +-------------------+

 | hosts |

 +-------------------+

 | host | TEXT |

 | ip_address | TEXT |

 | region | TEXT |

 | country | TEXT |

 | latitude | TEXT |

 | longitude | TEXT |

 | module | TEXT |

 +-------------------+
 +--------------------+

 | contacts |

 +--------------------+

 | first_name | TEXT |

 | middle_name | TEXT |

 | last_name | TEXT |

 | email | TEXT |

 | title | TEXT |

 | region | TEXT |

 | country | TEXT |

 | module | TEXT |

 +--------------------+
 +-----------------+

 | credentials |

 +-----------------+

 | username | TEXT |

 | password | TEXT |

 | hash | TEXT |

 | type | TEXT |

 | leak | TEXT |

 | module | TEXT |

 +-----------------+

 +-----------------------------+

 | leaks |

 +-----------------------------+

 | leak_id | TEXT |

 | description | TEXT |

 | source_refs | TEXT |

 | leak_type | TEXT |

 | title | TEXT |

 | import_date | TEXT |

 | leak_date | TEXT |

 | attackers | TEXT |

 | num_entries | TEXT |

 | score | TEXT |

 | num_domains_affected | TEXT |

 | attack_method | TEXT |

 | target_industries | TEXT |

 | password_hash | TEXT |

 | password_type | TEXT |

 | targets | TEXT |

 | media_refs | TEXT |

 | module | TEXT |

 +-----------------------------+

 +---------------------+

 | pushpins |

 +---------------------+

 | source | TEXT |

 | screen_name | TEXT |

 | profile_name | TEXT |

 | profile_url | TEXT |

 | media_url | TEXT |

 | thumb_url | TEXT |

 | message | TEXT |

 | latitude | TEXT |

 | longitude | TEXT |

 | time | TEXT |

 | module | TEXT |

 +---------------------+

 +-----------------+

 | profiles |

 +-----------------+

 | username | TEXT |

 | resource | TEXT |

 | url | TEXT |

 | category | TEXT |

 | notes | TEXT |

 | module | TEXT |

 +-----------------+
 +--------------------+

 | repositories |

 +--------------------+

 | name | TEXT |

 | owner | TEXT |

 | description | TEXT |

 | resource | TEXT |

 | category | TEXT |

 | url | TEXT |

 | module | TEXT |

 +--------------------+
  • Show schema will show the structure of the database table.

SCAN USING THE SHODAN API:-

  • Type search shodan.
[recon-ng][iicybersecurity] > search shodan

[*] Searching for 'shodan'...

 Recon

 -----

 recon/domains-hosts/shodan_hostname

 recon/hosts-ports/shodan_ip

 recon/locations-pushpins/shodan

 recon/netblocks-hosts/shodan_net

  • Type use recon/domains_hosts/shodan_hsotname
[recon-ng][iicybersecurity][shodan_ip] > use recon/domains-hosts/shodan_hostname
  • Then type show info
[recon-ng][iicybersecurity][shodan_hostname] > show info

 Name: Shodan Hostname Enumerator

 Path: modules/recon/domains-hosts/shodan_hostname.py

 Author: Tim Tomes (@LaNMaSteR53)

 Keys: shodan_api

Description:

 Harvests hosts from the Shodan API by using the 'hostname' search operator. Updates the 'hosts'

 table with the results.

Options:

 Name Current Value Required Description

 ------ ------------- -------- -----------

 LIMIT 1 yes limit number of api requests per input source (0 = unlimited)

 SOURCE Default yes source of input (see 'show 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
  • Type set source testsite
[recon-ng][iicybersecurity][shodan_hostname] > set source testsite

SOURCE => testsite
  • Type run
[recon-ng][iicybersecurity][shodan_hostname] > run

---

testsite

---

[*] Searching Shodan API for: hostname:testsite

[*] [port] 95.190.152.104 (445/) - 95-190-152-104-testsite-dynamic.kuzbass.net

[*] [host] 95-190-152-104-testsite-dynamic.kuzbass.net (95.190.152.104)

[*] [port] 2.62.243.127 (445/) - 2-62-243-127-testsite-dynamic.kuzbass.net

[*] [host] 2-62-243-127-testsite-dynamic.kuzbass.net (2.62.243.127)

[*] [port] 212.58.244.68 (80/) - testsite-vip113.telhc.testsite.co.uk

[*] [host] testsite-vip113.telhc.testsite.co.uk (212.58.244.68)

[*] [port] 2.62.3.175 (21/) - 2-62-3-175-testsite-dynamic.kuzbass.net

[*] [host] 2-62-3-175-testsite-dynamic.kuzbass.net (2.62.3.175)

[*] [port] 2.62.152.169 (445/) - 2-62-152-169-testsite-dynamic.kuzbass.net

[*] [host] 2-62-152-169-testsite-dynamic.kuzbass.net (2.62.152.169)

[*] [port] 24.187.194.242 (25/) - ool-18testsite2f2.static.optonline.net

[*] [host] ool-18testsite2f2.static.optonline.net (24.187.194.242)

[*] [port] 87.187.197.20 (5060/) - p57testsite514.dip0.t-ipconnect.de

[*] [host] p57testsite514.dip0.t-ipconnect.de (87.187.197.20)

[*] [port] 24.187.199.244 (3389/) - ool-18testsite7f4.static.optonline.net

[*] [host] ool-18testsite7f4.static.optonline.net (24.187.199.244)

[*] [port] 95.190.4.3 (53/) - 95-190-4-3-testsite-dynamic.kuzbass.net

[*] [host] 95-190-4-3-testsite-dynamic.kuzbass.net (95.190.4.3)

==========snip===========

[*] [host] 95-190-52-35-testsite-dynamic.kuzbass.net (95.190.52.35)

[*] [port] 2.62.207.199 (445/) - 2-62-207-199-testsite-dynamic.kuzbass.net

[*] [host] 2-62-207-199-testsite-dynamic.kuzbass.net (2.62.207.199)

[*] [port] 2.62.207.203 (445/) - 2-62-207-203-testsite-dynamic.kuzbass.net

[*] [host] 2-62-207-203-testsite-dynamic.kuzbass.net (2.62.207.203)

[*] [port] 23.229.103.96 (26/) - 8testsite4.lockharding.com

[*] [host] 8testsite4.lockharding.com (23.229.103.96)

[*] [port] 2.62.199.237 (445/) - 2-62-199-237-testsite-dynamic.kuzbass.net

[*] [host] 2-62-199-237-testsite-dynamic.kuzbass.net (2.62.199.237)

[*] [port] 2.62.251.16 (445/) - 2-62-251-16-testsite-dynamic.kuzbass.net

[*] [host] 2-62-251-16-testsite-dynamic.kuzbass.net (2.62.251.16)

[*] [port] 2.62.52.155 (445/) - 2-62-52-155-testsite-dynamic.kuzbass.net

[*] [host] 2-62-52-155-testsite-dynamic.kuzbass.net (2.62.52.155)

[*] [port] 217.187.201.75 (5060/) - xd9testsite94b.dyn.telefonica.de

[*] [host] xd9testsite94b.dyn.telefonica.de (217.187.201.75)

[*] [port] 95.190.20.72 (445/) - 95-190-20-72-testsite-dynamic.kuzbass.net

[*] [host] 95-190-20-72-testsite-dynamic.kuzbass.net (95.190.20.72)

[*] [port] 179.108.254.236 (8080/) - testsite254-236.testsitetech.psi.br

[*] [host] testsite254-236.testsitetech.psi.br (179.108.254.236)

[*] [port] 92.127.9.82 (53/) - 92-127-9-82-testsite-dynamic.kuzbass.net

[*] [host] 92-127-9-82-testsite-dynamic.kuzbass.net (92.127.9.82)

[*] [port] 95.190.17.226 (445/) - 95-190-17-226-testsite-dynamic.kuzbass.net

[*] [host] 95-190-17-226-testsite-dynamic.kuzbass.net (95.190.17.226)

[*] [port] 2.62.189.147 (445/) - 2-62-189-147-testsite-dynamic.kuzbass.net

[*] [host] 2-62-189-147-testsite-dynamic.kuzbass.net (2.62.189.147)

[*] [port] 2.62.185.192 (445/) - 2-62-185-192-testsite-dynamic.kuzbass.net

[*] [host] 2-62-185-192-testsite-dynamic.kuzbass.net (2.62.185.192)

[*] [port] 2.62.163.130 (445/) - 2-62-163-130-testsite-dynamic.kuzbass.net

[*] [host] 2-62-163-130-testsite-dynamic.kuzbass.net (2.62.163.130)

[*] [port] 168.195.183.84 (2000/) - testsite183-84.testsitetech.psi.br

[*] [host] 2-62-161-253-testsite-dynamic.kuzbass.net (2.62.161.253)

[*] [port] 87.162.75.188 (5060/) - p57A24testsite.dip0.t-ipconnect.de

[*] [host] p57A24testsite.dip0.t-ipconnect.de (87.162.75.188)

[*] [port] 74.88.187.197 (4567/) - ool-4a58testsite5.dyn.optonline.net

Uzbass.net

==========snip============

[*] [host] 95-190-187-203-testsite-dynamic.kuzbass.net (95.190.187.203)

[*] [port] 95.190.11.131 (445/) - 95-190-11-131-testsite-dynamic.kuzbass.net

[*] [host] 95-190-11-131-testsite-dynamic.kuzbass.net (95.190.11.131)

[*] [port] 2.62.253.172 (445/) - 2-62-253-172-testsite-dynamic.kuzbass.net

[*] [host] 2-62-253-172-testsite-dynamic.kuzbass.net (2.62.253.172)

[*] [port] 2.62.195.197 (21/) - 2-62-195-197-testsite-dynamic.kuzbass.net

[*] [host] 2-62-195-197-testsite-dynamic.kuzbass.net (2.62.195.197)

[*] [port] 2a02:26f0:60:29e::testsite7 (53/) - g2a02-26f0-0060-029e-0000-0000-0000-testsite7.deploy.static.akamaitechnologies.com

[*] [host] g2a02-26f0-0060-029e-0000-0000-0000-testsite7.deploy.static.akamaitechnologies.com (2a02:26f0:60:29e::testsite7)

[*] [port] 95.190.183.118 (445/) - 95-190-183-118-testsite-dynamic.kuzbass.net

[*] [host] 95-190-183-118-testsite-dynamic.kuzbass.net (95.190.183.118)

[*] [port] 95.190.9.128 (80/) - 95-190-9-128-testsite-dynamic.kuzbass.net

[*] [host] 95-190-9-128-testsite-dynamic.kuzbass.net (95.190.9.128)

[*] [port] 154.113.91.87 (2000/) - webgw0b-mainone.lag.testsite.co.uk

[*] [host] webgw0b-mainone.lag.testsite.co.uk (154.113.91.87)

[*] [port] 24.85.118.21 (1900/) - S01067071bc0testsite0b.vc.shawcable.net

[*] [host] S01067071bc0testsite0b.vc.shawcable.net (24.85.118.21)

[*] [port] 2.62.157.14 (80/) - 2-62-157-14-testsite-dynamic.kuzbass.net

[*] [host] 2-62-157-14-testsite-dynamic.kuzbass.net (2.62.157.14)

[*] [port] 87.123.188.139 (80/) - i577testsite8B.versanet.de

[*] [host] i577testsite8B.versanet.de (87.123.188.139)

[*] [port] 95.190.189.232 (6881/) - 95-190-189-232-testsite-dynamic.kuzbass.net

[*] [host] 95-190-189-232-testsite-dynamic.kuzbass.net (95.190.189.232)

[*] [port] 2.62.161.28 (53/) - 2-62-161-28-testsite-dynamic.kuzbass.net

[*] [host] 2-62-161-28-testsite-dynamic.kuzbass.net (2.62.161.28)

[*] [port] 92.127.76.204 (445/) - 92-127-76-204-testsite-dynamic.kuzbass.net

[*] [host] 92-127-76-204-testsite-dynamic.kuzbass.net (92.127.76.204)

[*] [port] 2.62.50.194 (445/) - 2-62-50-194-testsite-dynamic.kuzbass.net

[*] [host] 2-62-50-194-testsite-dynamic.kuzbass.net (2.62.50.194)

[*] [port] 212.58.249.200 (80/) - testsite-vip138.lbh.testsite.co.uk

[*] [host] testsite-vip138.lbh.testsite.co.uk (212.58.249.200)

[*] [port] 87.123.188.82 (5060/) - i577testsite52.versanet.de

[*] [host] i577testsite52.versanet.de (87.123.188.82)

[*] [port] 179.108.254.216 (161/) - testsite254-216.testsitetech.psi.br

[*] [host] testsite254-216.testsitetech.psi.br (179.108.254.216)

[*] [port] 2.62.151.250 (21/) - 2-62-151-250-testsite-dynamic.kuzbass.net

[*] [host] 2-62-151-250-testsite-dynamic.kuzbass.net (2.62.151.250)

[*] [port] 92.127.111.219 (445/) - 92-127-111-219-testsite-dynamic.kuzbass.net

[*] [host] 92-127-111-219-testsite-dynamic.kuzbass.net (92.127.111.219)

[*] [port] 2.62.9.17 (21/) - 2-62-9-17-testsite-dynamic.kuzbass.net

[*] [host] 2-62-9-17-testsite-dynamic.kuzbass.net (2.62.9.17)

[*] [port] 92.127.5.177 (21/) - 92-127-5-177-testsite-dynamic.kuzbass.net

[*] [host] 92-127-5-177-testsite-dynamic.kuzbass.net (92.127.5.177)

[*] [port] 2.62.41.212 (21/) - 2-62-41-212-testsite-dynamic.kuzbass.net

[*] [host] 2-62-41-212-testsite-dynamic.kuzbass.net (2.62.41.212)

[*] [port] 2.62.55.103 (445/) - 2-62-55-103-testsite-dynamic.kuzbass.net

[*] [host] 2-62-55-103-testsite-dynamic.kuzbass.net (2.62.55.103)

[*] [port] 2.62.52.189 (445/) - 2-62-52-189-testsite-dynamic.kuzbass.net

[*] [host] 2-62-52-189-testsite-dynamic.kuzbass.net (2.62.52.189)

[*] [port] 23.29.81.194 (53/) - 23.29.81.194.testsite.net

[*] [host] 23.29.81.194.testsite.net (23.29.81.194)

[*] [port] 67.86.11.188 (4567/) - ool-43560testsite.dyn.optonline.net

-testsite-dynamic.kuzbass.net

[*] [host] 95-190-148-208-testsite-dynamic.kuzbass.net (95.190.148.208)

[*] [port] 95.190.2.236 (445/) - 95-190-2-236-testsite-dynamic.kuzbass.net

[*] [host] 95-190-2-236-testsite-dynamic.kuzbass.net (95.190.2.236)

[*] [port] 95.190.23.152 (445/) - 95-190-23-152-testsite-dynamic.kuzbass.net

[*] [host] 95-190-23-152-testsite-dynamic.kuzbass.net (95.190.23.152)

[*] [port] 2.62.202.102 (21/) - 2-62-202-102-testsite-dynamic.kuzbass.net

[*] [host] 2-62-202-102-testsite-dynamic.kuzbass.net (2.62.202.102)

[*] [port] 2.62.230.83 (445/) - 2-62-230-83-testsite-dynamic.kuzbass.net

[*] [host] 2-62-230-83-testsite-dynamic.kuzbass.net (2.62.230.83)

[*] [port] 148.74.43.188 (4567/) - ool-944a2testsite.dyn.optonline.net

[*] [host] ool-944a2testsite.dyn.optonline.net (148.74.43.188)

[*] [port] 2.62.223.215 (21/) - 2-62-223-215-testsite-dynamic.kuzbass.net

[*] [host] 2-62-223-215-testsite-dynamic.kuzbass.net (2.62.223.215)

[*] [port] 95.190.28.24 (21/) - 95-190-28-24-testsite-dynamic.kuzbass.net

[*] [host] 95-190-28-24-testsite-dynamic.kuzbass.net (95.190.28.24)

[*] [port] 95.190.153.13 (21/) - 95-190-153-13-testsite-dynamic.kuzbass.net

[*] [host] 95-190-153-13-testsite-dynamic.kuzbass.net (95.190.153.13)


-------

SUMMARY

-------

[*] 100 total (100 new) hosts found.
  • In the above output, shodan api has scanned the hostname:target in its query to list all the IP address of the target hostname and their open ports. Shodan is mainly popular for showing the open ports of the websites and their IP address, say ethical hacking experts.
To Top

Pin It on Pinterest

Share This