Hacking Articles Tips Tricks Videos Tutorials
471 subscribers
66K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
hacking: security in practice
Exposing fake websites

So on 08/04/2022 I bought an expensive community item from steam (cs:go), and like after 2 - 3 hours i was getting a lot of friend request on steam. I accepted 2 of them (i knew it was sketchy) so then the person on the other side asked me to play a tournament for them, I said okay what time and what place, the person responded with the time and location then after he asked me to vote for his team on a particular website and he sent me the link on steam chat, I opened the website, the website is designed beautifully like any modern website, so I stared my investigation further, there was a login button i clicked it it made a popup asking for steam sign in, luckily i carry around a fake steam I'd with me that has no games in it except CSGO so as i proceeded to login i got a error code 503 ( the site you are trying to reach is offline) so this further raised my sus. Now the intresting part is the pop up which opened for me to log into steam was made with pure Java script to make it look like a real one, it would't just come outside the Bowser window(pretty creative,) hell the site even uses cloudflare and has https in the link. Now I just want them to suffer so suggest me how do I do that, or if you to want to join me welcome aboard, these people are menace to the society so i would like to destroy their work, so please suggest me how to do that, what should I start with (also if you need the website do DM me )

submitted by /u/Somsubro
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Books on the physical side of hacking

Hey r/hacking, there's a lot of good books on the IT side of hacking, but i haven't seen a lot of people recommending books on non destructive entry, bypassing, access control, lockpicking, etc.

Does anyone know good books or general resources on this? Thanks

submitted by /u/Derrick_Wallarm
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Reverse VPN server?

Raspberry pi is connected to public/wifi/internet. How would be possible to raspberry pi connects to a remote server (like linode or even a PC) and rpi is used as a vpn server, like reverse shell, no port forwarding?

Possible solutions:

1.
Rpi connects to a vpn server, pc through vpn ssh into rpi and port forward vpn server through ssh tunnel. Problem: Rpi is a vpn server and connects to a vpn (is that possible)

2.
Rpi on boot ssh into server, port forward vpn server through ssh tunnel. Problem: port forward from client to server (is that possible)
submitted by /u/LinuxHeki
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
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
/ /_/ / / / / /__/ /_/ / |/ / __/ /
\__,_/_/ /_/\___/\____/|___/\___/_/ 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
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
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
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 - 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 output
Provider 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_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, 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:443
Running uncover with file input containing multiple search queries pe[...]

___________________________
@hacking_Attack
@Hacking_Video