uncover is a go wrapper using APIs of well known search engines to quickly discover exposed hosts on the internet. It is built with automation (https://www.kitploit.com/search/label/Automation) in mind, so you can query it and utilize the results with your current pipeline tools. Currently, it supports shodan, censys, and fofa search engine.
Features Simple and Handy utility to query multiple search engine Multiple Search engine support (Shodan, Censys, Fofa) Automatic key/credential randomization stdin / stdout support for input and output Installation Instructions uncover requires go1.17 to install successfully. Run the following command to get the repo - go install -v github.com/projectdiscovery/uncover/cmd/uncover@latest Usage uncover -h This will display help for the tool. Here are all the flags it supports: Usage:
./uncover [flags]
Flags:
INPUT:
-q, -query string[] search query or list (file or comma separated or stdin)
-e, -engine string[] search engine to query (shodan,fofa,censys) (default shodan)
CONFIG:
-pc, -provider string provider configuration file (default "$HOME/.config/uncover/provider-config.yaml")
-config string flag configuration file (default "$HOME/.config/uncover/config.yaml")
-timeout int timeout in seconds (default 30)
-delay int delay between requests in seconds (0 to disable) (default 1)
OUTPUT:
-o, -output string output file to write found results
-f, -field string field to display in output (ip,port,host) (default ip:port)
-j, -json write output in JSONL(ines) format
-l, -limit int limit the number of results to return (default 100)
-nc, -no-color dis able colors in output
DEBUG:
-silent show only results in output
-version show version of the project
-v show verbose output Provider Configuration The default provider configuration file should be located at $HOME/.config/uncover/provider-config.yaml and has the following contents as an example. In order to run this tool, the API keys / credentials (https://www.kitploit.com/search/label/Credentials) needs to be added in this config file or set as environment variable. shodan:
- SHODAN_API_KEY1
- SHODAN_API_KEY2
censys:
- CENSYS_API_ID:CENSYS_API_SECRET
fofa:
- FOFA_EMAIL:FOFA_KEY When multiple keys/credentials are specified for same provider in the config file, random key will be used for each execution. alternatively you can also set the API key as environment variable in your bash profile. export SHODAN_API_KEY=xxx
export CENSYS_API_ID=xxx
export CENSYS_API_SECRET=xxx
export FOFA_EMAIL=xxx
export FOFA_KEY=xxx Required keys can be obtained by signing up on Shodan (https://account.shodan.io/register), Censys (https://censys.io/register), Fofa (https://fofa.info/toLogin). Running Uncover uncover supports multiple ways to make the query including stdin or q flag echo 'ssl:"Uber Technologies, Inc."' | uncover
__ ______ _________ _ _____ _____
/ / / / __ \/ ___/ __ \ | / / _ \/ ___/
/ /_/ / / / / /__/ /_/ / |/ / __/ /
\__,_/_/ /_/\___/\____/|___/\___/_/ v0.0.1
projectdiscovery.io
[WRN] Use with caution. You are responsible for your actions
[WRN] Developers assume no liability and are not responsible for any misuse or damage.
[WRN] By using uncover, you also agree to the terms of the APIs used.
107.180.12.116:993
107.180.26.155:443
104.244.99.31:443
161.28.20.79:443
104.21.8.108:443
198.71.233.203:443
104.17.237.13:443
162.255.165.171:443
12.237.119.61:443
192.169.250.211:443
104.16.251.50:443 Running uncover with file input containing multiple search queries per line. cat dorks.txt
ssl:"Uber Technologies, Inc."
title:"Grafana" uncover -q dorks.txt
__ ______ _________ _ _____ _____
/ / / / __ \/ ___/ __ \ | / / _ \/ ___/
___________________________
@hacking_Attack
@Hacking_Video
Features Simple and Handy utility to query multiple search engine Multiple Search engine support (Shodan, Censys, Fofa) Automatic key/credential randomization stdin / stdout support for input and output Installation Instructions uncover requires go1.17 to install successfully. Run the following command to get the repo - go install -v github.com/projectdiscovery/uncover/cmd/uncover@latest Usage uncover -h This will display help for the tool. Here are all the flags it supports: Usage:
./uncover [flags]
Flags:
INPUT:
-q, -query string[] search query or list (file or comma separated or stdin)
-e, -engine string[] search engine to query (shodan,fofa,censys) (default shodan)
CONFIG:
-pc, -provider string provider configuration file (default "$HOME/.config/uncover/provider-config.yaml")
-config string flag configuration file (default "$HOME/.config/uncover/config.yaml")
-timeout int timeout in seconds (default 30)
-delay int delay between requests in seconds (0 to disable) (default 1)
OUTPUT:
-o, -output string output file to write found results
-f, -field string field to display in output (ip,port,host) (default ip:port)
-j, -json write output in JSONL(ines) format
-l, -limit int limit the number of results to return (default 100)
-nc, -no-color dis able colors in output
DEBUG:
-silent show only results in output
-version show version of the project
-v show verbose output Provider Configuration The default provider configuration file should be located at $HOME/.config/uncover/provider-config.yaml and has the following contents as an example. In order to run this tool, the API keys / credentials (https://www.kitploit.com/search/label/Credentials) needs to be added in this config file or set as environment variable. shodan:
- SHODAN_API_KEY1
- SHODAN_API_KEY2
censys:
- CENSYS_API_ID:CENSYS_API_SECRET
fofa:
- FOFA_EMAIL:FOFA_KEY When multiple keys/credentials are specified for same provider in the config file, random key will be used for each execution. alternatively you can also set the API key as environment variable in your bash profile. export SHODAN_API_KEY=xxx
export CENSYS_API_ID=xxx
export CENSYS_API_SECRET=xxx
export FOFA_EMAIL=xxx
export FOFA_KEY=xxx Required keys can be obtained by signing up on Shodan (https://account.shodan.io/register), Censys (https://censys.io/register), Fofa (https://fofa.info/toLogin). Running Uncover uncover supports multiple ways to make the query including stdin or q flag echo 'ssl:"Uber Technologies, Inc."' | uncover
__ ______ _________ _ _____ _____
/ / / / __ \/ ___/ __ \ | / / _ \/ ___/
/ /_/ / / / / /__/ /_/ / |/ / __/ /
\__,_/_/ /_/\___/\____/|___/\___/_/ v0.0.1
projectdiscovery.io
[WRN] Use with caution. You are responsible for your actions
[WRN] Developers assume no liability and are not responsible for any misuse or damage.
[WRN] By using uncover, you also agree to the terms of the APIs used.
107.180.12.116:993
107.180.26.155:443
104.244.99.31:443
161.28.20.79:443
104.21.8.108:443
198.71.233.203:443
104.17.237.13:443
162.255.165.171:443
12.237.119.61:443
192.169.250.211:443
104.16.251.50:443 Running uncover with file input containing multiple search queries per line. cat dorks.txt
ssl:"Uber Technologies, Inc."
title:"Grafana" uncover -q dorks.txt
__ ______ _________ _ _____ _____
/ / / / __ \/ ___/ __ \ | / / _ \/ ___/
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Leading source of security tools, hacking tools, cybersecurity and network security. Learn about new tools and updates in one place.
/ /_/ / / / / /__/ /_/ / |/ / __/ /
\__,_/_/ /_/\___/\____/|___/\___/_/ v0.0.1
projectdiscovery.io
[WRN] Use with caution. You are responsible for your actions
[WRN] Developers assume no liability and are not responsible for any misuse or damage.
[WRN] By using uncover, you also agree to the terms of the APIs used.
107.180.12.116:993
107.180.26.155:443
104.244.99.31:443
161.28.20.79:443
104.21.8.108:443
198.71.233.203:443
2607:7c80:54:3::74:3001
104.198.55.35:80
46.101.82.244:3000
34.147.126.112:80
138.197.147.213:8086 uncover supports field flag to specify fields to return, currently ip, port, host are supported. uncover -q jira -f host -silent
ec2-44-198-22-253.compute-1.amazonaws.com
ec2-18-246-31-139.us-west-2.compute.amazonaws.com
tasks.devrtb.com
leased-line-91-149-128-229.telecom.by
74.242.203.213.static.inetbone.net
ec2-52-211-7-108.eu-west-1.compute.amazonaws.com
ec2-54-187-161-180.us-west-2.compute.amazonaws.com
185-2-52-226.static.nucleus.be
ec2-34-241-80-255.eu-west-1.compute.amazonaws.com uncover supports field flag which can be also used to customize the format of the output, for example in case of uncover -f https://ip:port/version, ip:port will be replaced with results in the output maintaining the defined format. kubernetes | uncover -f https://ip:port/version -silent https://35.222.229.38:443/version https://52.11.181.228:443/version https://35.239.255.1:443/version https://34.71.48.11:443/version https://130.211.54.173:443/version https://54.184.250.232:443/version">echo kubernetes | uncover -f https://ip:port/version -silent
https://35.222.229.38:443/version
https://52.11.181.228:443/version
https://35.239.255.1:443/version
https://34.71.48.11:443/version
https://130.211.54.173:443/version
https://54.184.250.232:443/version uncover supports multiple search engine, as default shodan is used, engine flag can be used to specify any available search engines. echo jira | uncover -e shodan,censys -silent
176.31.249.189:5001
13.211.116.80:443
43.130.1.221:631
192.195.70.29:443
52.27.22.181:443
117.48.120.226:8889
106.52.115.145:49153
13.69.135.128:443
193.35.99.158:443
18.202.109.218:8089
101.36.105.97:21379
42.194.226.30:2626 Output of uncover can be further piped to other projects in workflow accepting stdin as input. uncover -q example -f ip | naabu - Runs naabu (https://github.com/projectdiscovery/naabu) for port scanning (https://www.kitploit.com/search/label/Port%20Scanning) on the found host. uncover -q title:GitLab | httpx - Runs httpx (https://github.com/projectdiscovery/httpx) for web server probing the found result. uncover -q http.title:GitLab -silent | httpx -silent
https://15.185.150.109
https://139.162.137.16
https://164.68.115.243
https://135.125.215.186
https://163.172.59.119
http://15.236.10.197
https://129.206.117.248 uncover -q 'org:"Example Inc."' | httpx | nuclei - Runs httpx (https://github.com/projectdiscovery/httpx) / nuclei (https://github.com/projectdiscovery/nuclei) for vulnerability (https://www.kitploit.com/search/label/Vulnerability) assessment.
___________________________
@hacking_Attack
@Hacking_Video
\__,_/_/ /_/\___/\____/|___/\___/_/ v0.0.1
projectdiscovery.io
[WRN] Use with caution. You are responsible for your actions
[WRN] Developers assume no liability and are not responsible for any misuse or damage.
[WRN] By using uncover, you also agree to the terms of the APIs used.
107.180.12.116:993
107.180.26.155:443
104.244.99.31:443
161.28.20.79:443
104.21.8.108:443
198.71.233.203:443
2607:7c80:54:3::74:3001
104.198.55.35:80
46.101.82.244:3000
34.147.126.112:80
138.197.147.213:8086 uncover supports field flag to specify fields to return, currently ip, port, host are supported. uncover -q jira -f host -silent
ec2-44-198-22-253.compute-1.amazonaws.com
ec2-18-246-31-139.us-west-2.compute.amazonaws.com
tasks.devrtb.com
leased-line-91-149-128-229.telecom.by
74.242.203.213.static.inetbone.net
ec2-52-211-7-108.eu-west-1.compute.amazonaws.com
ec2-54-187-161-180.us-west-2.compute.amazonaws.com
185-2-52-226.static.nucleus.be
ec2-34-241-80-255.eu-west-1.compute.amazonaws.com uncover supports field flag which can be also used to customize the format of the output, for example in case of uncover -f https://ip:port/version, ip:port will be replaced with results in the output maintaining the defined format. kubernetes | uncover -f https://ip:port/version -silent https://35.222.229.38:443/version https://52.11.181.228:443/version https://35.239.255.1:443/version https://34.71.48.11:443/version https://130.211.54.173:443/version https://54.184.250.232:443/version">echo kubernetes | uncover -f https://ip:port/version -silent
https://35.222.229.38:443/version
https://52.11.181.228:443/version
https://35.239.255.1:443/version
https://34.71.48.11:443/version
https://130.211.54.173:443/version
https://54.184.250.232:443/version uncover supports multiple search engine, as default shodan is used, engine flag can be used to specify any available search engines. echo jira | uncover -e shodan,censys -silent
176.31.249.189:5001
13.211.116.80:443
43.130.1.221:631
192.195.70.29:443
52.27.22.181:443
117.48.120.226:8889
106.52.115.145:49153
13.69.135.128:443
193.35.99.158:443
18.202.109.218:8089
101.36.105.97:21379
42.194.226.30:2626 Output of uncover can be further piped to other projects in workflow accepting stdin as input. uncover -q example -f ip | naabu - Runs naabu (https://github.com/projectdiscovery/naabu) for port scanning (https://www.kitploit.com/search/label/Port%20Scanning) on the found host. uncover -q title:GitLab | httpx - Runs httpx (https://github.com/projectdiscovery/httpx) for web server probing the found result. uncover -q http.title:GitLab -silent | httpx -silent
https://15.185.150.109
https://139.162.137.16
https://164.68.115.243
https://135.125.215.186
https://163.172.59.119
http://15.236.10.197
https://129.206.117.248 uncover -q 'org:"Example Inc."' | httpx | nuclei - Runs httpx (https://github.com/projectdiscovery/httpx) / nuclei (https://github.com/projectdiscovery/nuclei) for vulnerability (https://www.kitploit.com/search/label/Vulnerability) assessment.
___________________________
@hacking_Attack
@Hacking_Video
GitHub
GitHub - projectdiscovery/naabu: A fast port scanner written in go with a focus on reliability and simplicity. Designed to be used…
A fast port scanner written in go with a focus on reliability and simplicity. Designed to be used in combination with other tools for attack surface discovery in bug bounties and pentests - project...
Notes: keys/ credentials are required to configure before running or using this project. query flag supports all the filters supported by underlying API in use. query flag input needs be compatible with search engine in use. results are limited to 100 as default and can be increased with limit flag.
uncover is made with love by the projectdiscovery (https://projectdiscovery.io/) team.
Download Uncover (https://github.com/projectdiscovery/uncover)
___________________________
@hacking_Attack
@Hacking_Video
uncover is made with love by the projectdiscovery (https://projectdiscovery.io/) team.
Download Uncover (https://github.com/projectdiscovery/uncover)
___________________________
@hacking_Attack
@Hacking_Video
ProjectDiscovery
ProjectDiscovery Neo | Security at Engineering Speed
Neo applies reasoning, memory, and real execution across the delivery lifecycle — so security keeps up with continuously shipped software.
I would like to go to further into iPhone pen-testing and would like to know if anyone has any tools or debian programs that work with the architecture of jailbroken iOS 3.1.2-15.5 on iPhone 2g-iPhone 13 Pro Max. Can also use Debian Linux files that work with the Linux sandcastle project.
https://www.reddit.com/r/Pentesting/comments/tzscxm/i_would_like_to_go_to_further_into_iphone/
submitted by /u/F1r3srp3nt_Dev (https://www.reddit.com/user/F1r3srp3nt_Dev)
[link] (https://www.reddit.com/r/Pentesting/comments/tzscxm/i_would_like_to_go_to_further_into_iphone/) [comments] (https://www.reddit.com/r/Pentesting/comments/tzscxm/i_would_like_to_go_to_further_into_iphone/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/Pentesting/comments/tzscxm/i_would_like_to_go_to_further_into_iphone/
submitted by /u/F1r3srp3nt_Dev (https://www.reddit.com/user/F1r3srp3nt_Dev)
[link] (https://www.reddit.com/r/Pentesting/comments/tzscxm/i_would_like_to_go_to_further_into_iphone/) [comments] (https://www.reddit.com/r/Pentesting/comments/tzscxm/i_would_like_to_go_to_further_into_iphone/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
I would like to go to further into iPhone pen-testing and would...
Posted in r/Pentesting by u/F1r3srp3nt_Dev • 3 points and 0 comments
Optimized DNS and HTTP Log Tool for pentesters
https://medium.com/@reconshell.com/optimized-dns-and-http-log-tool-for-pentesters-37f280b4a8aa?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@reconshell.com/optimized-dns-and-http-log-tool-for-pentesters-37f280b4a8aa?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Optimized DNS and HTTP Log Tool for pentesters
eyes.sh 1.0.1
eyes.sh 1.0.1Continue reading on Medium » (https://medium.com/@reconshell.com/optimized-dns-and-http-log-tool-for-pentesters-37f280b4a8aa?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Optimized DNS and HTTP Log Tool for pentesters
eyes.sh 1.0.1
Hacking on Medium
The Best Way to Get Call History of anyone’s Phone Number for free
Checking the call history is now quite important because it allows you to determine who you called and when.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
The Best Way to Get Call History of anyone’s Phone Number for free
Checking the call history is now quite important because it allows you to determine who you called and when.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
The Best Way to Get Call History of anyone’s Phone Number for free
Checking the call history is now quite important because it allows you to determine who you called and when.
Hacking on Medium
DLithe Cyber Security Internship
https://cdn-images-1.medium.com/max/1366/1*wrXMTeu4fB6eioEFZJY7Bg.png
I will be posting all the commands that I have used in my internship training.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
DLithe Cyber Security Internship
https://cdn-images-1.medium.com/max/1366/1*wrXMTeu4fB6eioEFZJY7Bg.png
I will be posting all the commands that I have used in my internship training.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Dlithe Cyber Security Internship
I will be posting all the commands that I have used in my internsip training.
Hacking on Medium
A Software Engineer “Hacks” An Airline Website To Find His Lost Luggage
https://cdn-images-1.medium.com/max/2600/1*7j4cgzXIYDrzpbjEuCd8Qg.jpeg
When you have no other way, you create your own way.
Continue reading on Dev Genius »
___________________________
@hacking_Attack
@Hacking_Video
A Software Engineer “Hacks” An Airline Website To Find His Lost Luggage
https://cdn-images-1.medium.com/max/2600/1*7j4cgzXIYDrzpbjEuCd8Qg.jpeg
When you have no other way, you create your own way.
Continue reading on Dev Genius »
___________________________
@hacking_Attack
@Hacking_Video
Medium
A Software Engineer “Hacks” An Airline Website To Find His Lost Luggage
When you have no other way, you create your own way.
Hacking on Medium
What is Google dork query ? — Definition from WhatIs.com
https://cdn-images-1.medium.com/max/602/1*biClbwDXfwSS4ZlauWxGcg.png
A Google dork query, sometimes just referred to as a dork, is a search string that uses advanced search operators to find information that…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
What is Google dork query ? — Definition from WhatIs.com
https://cdn-images-1.medium.com/max/602/1*biClbwDXfwSS4ZlauWxGcg.png
A Google dork query, sometimes just referred to as a dork, is a search string that uses advanced search operators to find information that…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
What is Google dork query ? — Definition from WhatIs.com
A Google dork query, sometimes just referred to as a dork, is a search string that uses advanced search operators to find information that…
Hacking on Medium
HTB: Sunday Writeup w/o Metasploit
https://cdn-images-1.medium.com/max/600/0*cPjQuemnnJf0f5wv
Recon
Continue reading on System Weakness »
___________________________
@hacking_Attack
@Hacking_Video
HTB: Sunday Writeup w/o Metasploit
https://cdn-images-1.medium.com/max/600/0*cPjQuemnnJf0f5wv
Recon
Continue reading on System Weakness »
___________________________
@hacking_Attack
@Hacking_Video
Medium
HTB: Sunday Writeup w/o Metasploit
Recon
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Uncover - Quickly Discover Exposed Hosts On The Internet Using Multiple Search Engine
https://blogger.googleusercontent.com/img/a/AVvXsEhRIkIidhwshIpmTPd_eWQflWfTTHmOyiJLUN0pL3PaLrjksuz3pRlkPsRz3dj1nTn9Cox7WAD9paRlDBvEWeMnSMqBZVasSvrb3HgilZzzi_lkrB1K8t-M_wBDf5lbJOVgl-fqMW132FId4mb2G2mcVgTgN8nKbzO70Rr5t1ctud2m4eZzX7Ju63W9=w640-h442 uncover is a go wrapper using APIs of well known search engines to quickly discover exposed hosts on the internet. It is built with automation in mind, so you can query it and utilize the results with your current pipeline tools. Currently, it supports shodan, censys, and fofa search engine. Features* Simple and Handy utility to query multiple search engine
* Multiple Search engine support (Shodan, Censys, Fofa)
* Automatic key/credential randomization
* stdin / stdout support for input and output Installation Instructionsuncover requires go1.17 to install successfully. Run the following command to get the repo -
alternatively you can also set the API key as environment variable in your bash profile.
___________________________
@hacking_Attack
@Hacking_Video
Uncover - Quickly Discover Exposed Hosts On The Internet Using Multiple Search Engine
https://blogger.googleusercontent.com/img/a/AVvXsEhRIkIidhwshIpmTPd_eWQflWfTTHmOyiJLUN0pL3PaLrjksuz3pRlkPsRz3dj1nTn9Cox7WAD9paRlDBvEWeMnSMqBZVasSvrb3HgilZzzi_lkrB1K8t-M_wBDf5lbJOVgl-fqMW132FId4mb2G2mcVgTgN8nKbzO70Rr5t1ctud2m4eZzX7Ju63W9=w640-h442 uncover is a go wrapper using APIs of well known search engines to quickly discover exposed hosts on the internet. It is built with automation in mind, so you can query it and utilize the results with your current pipeline tools. Currently, it supports shodan, censys, and fofa search engine. Features* Simple and Handy utility to query multiple search engine
* Multiple Search engine support (Shodan, Censys, Fofa)
* Automatic key/credential randomization
* stdin / stdout support for input and output Installation Instructionsuncover requires go1.17 to install successfully. Run the following command to get the repo -
go install -v github.com/projectdiscovery/uncover/cmd/uncover@latestUsageuncover -hThis will display help for the tool. Here are all the flags it supports: Usage:
./uncover [flags]
Flags:
INPUT:
-q, -query string[] search query or list (file or comma separated or stdin)
-e, -engine string[] search engine to query (shodan,fofa,censys) (default shodan)
CONFIG:
-pc, -provider string provider configuration file (default "$HOME/.config/uncover/provider-config.yaml")
-config string flag configuration file (default "$HOME/.config/uncover/config.yaml")
-timeout int timeout in seconds (default 30)
-delay int delay between requests in seconds (0 to disable) (default 1)
OUTPUT:
-o, -output string output file to write found results
-f, -field string field to display in output (ip,port,host) (default ip:port)
-j, -json write output in JSONL(ines) format
-l, -limit int limit the number of results to return (default 100)
-nc, -no-color dis able colors in output
DEBUG:
-silent show only results in output
-version show version of the project
-v show verbose outputProvider ConfigurationThe default provider configuration file should be located at $HOME/.config/uncover/provider-config.yamland has the following contents as an example. In order to run this tool, the API keys / credentials needs to be added in this config file or set as environment variable. shodan:
- SHODAN_API_KEY1
- SHODAN_API_KEY2
censys:
- CENSYS_API_ID:CENSYS_API_SECRET
fofa:
- FOFA_EMAIL:FOFA_KEYWhen multiple keys/credentials are specified for same provider in the config file, random key will be used for each execution.alternatively you can also set the API key as environment variable in your bash profile.
export SHODAN_API_KEY=xxx
export CENSYS_API_ID=xxx
export CENSYS_API_SECRET=xxx
export FOFA_EMAIL=xxx
export FOFA_KEY=xxxRequired keys can be obtained by signing up on Shodan, Censys, Fofa. Running Uncoveruncover supports multiple ways to make the query including stdin or qflag echo 'ssl:"Uber Technologies, Inc."' | uncover
__ ______ _________ _ _____ _____
/ / / / __ \/ ___/ __ \ | / / _ \/ ___/
/ /_/ / / / / /__/ /_/ / |/ / __/ /
\__,_/_/ /_/\___/\____/|___/\___/_/ v0.0.1
projectdiscovery.io
[WRN] Use with caution. You are responsible for your actions
[WRN] Developers assume no liability and are not responsible for any misuse or damage.
[WRN] By using uncover, you also agree to the terms of the APIs used.
107.180.12.116:993
107.180.26.155:443
104.244.99.31:443
161.28.20.79:443
104.21.8.108:443
198.71.233.203:443
104.17.237.13:443
162.255.165.171:443
12.237.119.61:443
192.169.250.211:443
104.16.251.50:443Running uncover with file input containing multiple search queries pe[...]___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Uncover - Quickly Discover Exposed Hosts On The Internet Using Multiple Search Engine
Hacking Articles Tips Tricks Videos Tutorials
KitPloit - PenTest Tools! Uncover - Quickly Discover Exposed Hosts On The Internet Using Multiple Search Engine https://blogger.googleusercontent.com/img/a/AVvXsEhRIkIidhwshIpmTPd_eWQflWfTTHmOyiJLUN0pL3PaLrjksuz3pRlkPsRz3dj1nTn9Cox7WAD9paRlDBvEWeMnSMqBZV…
r line.
kubernetes | uncover -f https://ip:port/version -silent https://35.222.229.38:443/version https://52.11.181.228:443/version https://35.239.255.1:443/version https://34.71.48.11:443/version https://130.211.54.173:443/version https://54.184.250.232:443/version">
uncover supports multiple search engine, as default shodan is used,
*
*
*
*
* results are limited to
uncover is made with love by the projectdiscovery team. Download Uncover
___________________________
@hacking_Attack
@Hacking_Video
cat dorks.txt
ssl:"Uber Technologies, Inc."
title:"Grafana"uncover -q dorks.txt
__ ______ _________ _ _____ _____
/ / / / __ \/ ___/ __ \ | / / _ \/ ___/
/ /_/ / / / / /__/ /_/ / |/ / __/ /
\__,_/_/ /_/\___/\____/|___/\___/_/ v0.0.1
projectdiscovery.io
[WRN] Use with caution. You are responsible for your actions
[WRN] Developers assume no liability and are not responsible for any misuse or damage.
[WRN] By using uncover, you also agree to the terms of the APIs used.
107.180.12.116:993
107.180.26.155:443
104.244.99.31:443
161.28.20.79:443
104.21.8.108:443
198.71.233.203:443
2607:7c80:54:3::74:3001
104.198.55.35:80
46.101.82.244:3000
34.147.126.112:80
138.197.147.213:8086uncover supports fieldflag to specify fields to return, currently ip, port, hostare supported. uncover -q jira -f host -silent
ec2-44-198-22-253.compute-1.amazonaws.com
ec2-18-246-31-139.us-west-2.compute.amazonaws.com
tasks.devrtb.com
leased-line-91-149-128-229.telecom.by
74.242.203.213.static.inetbone.net
ec2-52-211-7-108.eu-west-1.compute.amazonaws.com
ec2-54-187-161-180.us-west-2.compute.amazonaws.com
185-2-52-226.static.nucleus.be
ec2-34-241-80-255.eu-west-1.compute.amazonaws.comuncover supports fieldflag which can be also used to customize the format of the output, for example in case of uncover -f https://ip:port/version, ip:portwill be replaced with results in the output maintaining the defined format.kubernetes | uncover -f https://ip:port/version -silent https://35.222.229.38:443/version https://52.11.181.228:443/version https://35.239.255.1:443/version https://34.71.48.11:443/version https://130.211.54.173:443/version https://54.184.250.232:443/version">
echo kubernetes | uncover -f https://ip:port/version -silent
https://35.222.229.38:443/version
https://52.11.181.228:443/version
https://35.239.255.1:443/version
https://34.71.48.11:443/version
https://130.211.54.173:443/version
https://54.184.250.232:443/versionuncover supports multiple search engine, as default shodan is used,
engineflag can be used to specify any available search engines. echo jira | uncover -e shodan,censys -silent
176.31.249.189:5001
13.211.116.80:443
43.130.1.221:631
192.195.70.29:443
52.27.22.181:443
117.48.120.226:8889
106.52.115.145:49153
13.69.135.128:443
193.35.99.158:443
18.202.109.218:8089
101.36.105.97:21379
42.194.226.30:2626Output of uncover can be further piped to other projects in workflow accepting stdin as input.*
uncover -q example -f ip | naabu- Runs naabu for port scanning on the found host.*
uncover -q title:GitLab | httpx- Runs httpx for web server probing the found result. uncover -q http.title:GitLab -silent | httpx -silent
https://15.185.150.109
https://139.162.137.16
https://164.68.115.243
https://135.125.215.186
https://163.172.59.119
http://15.236.10.197
https://129.206.117.248* uncover -q 'org:"Example Inc."' | httpx | nuclei- Runs httpx / nuclei for vulnerability assessment. https://blogger.googleusercontent.com/img/a/AVvXsEiPnpNqFGwXSBRlSpeHubFIPKwWP6d41xwWREOqLHksVv4DK4UH3JaRY2UIOgPEcphSjx33mamXGoVugGCAZtI9904E13xp1hFIudaMbpRQq92fsgDwxSf0m2sMJDTgOh2A3RBN4tCKAmQXYUbGkjp0W425KTHIvRGUDheS4A1AuQcwZI_FdBnHdV8g=w640-h438 Notes:* keys/ credentials are required to configure before running or using this project.*
queryflag supports all the filters supported by underlying API in use.*
queryflag input needs be compatible with search engine in use.* results are limited to
100as default and can be increased with limitflag.uncover is made with love by the projectdiscovery team. Download Uncover
___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
How do I spoof a phone number?
I know this is very basic but I'm new to all things hacking. Off of inspiration from Kevin mitnick I wanted to start with phones. Spoofing, automessage forwarding and the such
submitted by /u/ch1m3rachaos
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
How do I spoof a phone number?
I know this is very basic but I'm new to all things hacking. Off of inspiration from Kevin mitnick I wanted to start with phones. Spoofing, automessage forwarding and the such
submitted by /u/ch1m3rachaos
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
How do I spoof a phone number?
I know this is very basic but I'm new to all things hacking. Off of inspiration from Kevin mitnick I wanted to start with phones. Spoofing,...
hacking: security in practice
Spoof SMS Sender
Is it still possible to spoof the sender of an sms message? I don't so much care about the recipient's reply, just would like to send a one way text from the number of my choosing. There used to be services for this online, but they seemed to have disappeared.
submitted by /u/MisfitEight4
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Spoof SMS Sender
Is it still possible to spoof the sender of an sms message? I don't so much care about the recipient's reply, just would like to send a one way text from the number of my choosing. There used to be services for this online, but they seemed to have disappeared.
submitted by /u/MisfitEight4
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Spoof SMS Sender
Is it still possible to spoof the sender of an sms message? I don't so much care about the recipient's reply, just would like to send a one way...
โปรแกรมตามหา Bug ของ Axelar Network
https://medium.com/@Axelarthailand/%E0%B9%82%E0%B8%9B%E0%B8%A3%E0%B9%81%E0%B8%81%E0%B8%A3%E0%B8%A1%E0%B8%95%E0%B8%B2%E0%B8%A1%E0%B8%AB%E0%B8%B2-bug-%E0%B8%82%E0%B8%AD%E0%B8%87-axelar-network-dbb626bfc2d7?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@Axelarthailand/%E0%B9%82%E0%B8%9B%E0%B8%A3%E0%B9%81%E0%B8%81%E0%B8%A3%E0%B8%A1%E0%B8%95%E0%B8%B2%E0%B8%A1%E0%B8%AB%E0%B8%B2-bug-%E0%B8%82%E0%B8%AD%E0%B8%87-axelar-network-dbb626bfc2d7?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
โปรแกรมตามหา Bug ของ Axelar Network
ภาพรวมของโปรแกรม