Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K 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 Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Rconn - Rconn Is A Multiplatform Program For Creating Generic Reverse Connections

https://1.bp.blogspot.com/-Jvqwf1mNv_g/YPn7cT8mphI/AAAAAAAAk5c/4PoG4cRs_pcl_s5pY74EOK2OqYRG71ydACNcBGAsYHQ/w640-h306/diagram.png
rconn (r[everse] conn[ection]) is a multiplatform program for creating reverse connections. It lets you consume services that are behind NAT and/or firewall without adding firewall rules or port-forwarding. This is achieved by creating a connection from the node behind the firewall/NAT to a port on your local machine, and then a port is exposed in your machine through which you can connect to the service that is behind firewall/NAT. All traffic is routed through the initial connection that was opened by the machine behind firewall/NAT.
Building

Build with: go build.

Explanation


https://1.bp.blogspot.com/-Jvqwf1mNv_g/YPn7cT8mphI/AAAAAAAAk5c/4PoG4cRs_pcl_s5pY74EOK2OqYRG71ydACNcBGAsYHQ/w640-h306/diagram.png
Say your IP address is 11.11.11.11, and you've got machine 22.22.22.22 behind firewall/NAT and you want to connect to it via RDP. First you'd have to make sure your RDP server is running, normally on 3389. Now the problem is you can't connect to 3389 from outside because of NAT or firewall. Then in your local machine you'd have to run this: rconn -s 1111 2222And in the machine behind firewall/NAT you'd have to run this: rconn -c 11.11.11.11 1111 127.0.0.1 3389Now you can connect to your own port 2222 with an RDP client, this will effectively be same as connecting to 22.22.22.22:3389.

Usually most firewalls allow all outbound traffic but if this is not the case then you can try 80 or 443 instead of 1111.
Download Rconn

___________________________
@hacking_Attack
@Hacking_Video
Cyber Security Discord Servers

Join amazing hacking oriented communitiesContinue reading on Medium »
Read more...
hacking: security in practice
Is there a way to bypass the verification on Cash App?

I download Cash App but i won't let me accept money without giving them my birthday and SSN#. is there any way i can use the app without giving this information?

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Bash bunny in the cloud

I’m looking to do a live stream this week on using the bash bunny. I would like to have someone on that has prior knowledge of the bash bunny. Ideally we will build out a payload that self installs and waits while looking to aws to run additional payloads from the cloud. If anyone is interested let me know. The idea being you can go out and infect as many computers as you want then run the attack all at once when you have acquired enough nodes.

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Begginer looking to try NanoCore

Hey guys! New here!

Im interested in learning, after watching indian scammers get hacked. Thinking of hacking another pc on my private network to learn. Can someone show where to find nanocore or suggest something better ? or even just tell me where to look? would be much appreciated and I will definitely pay it forward when I learn. thanks :)

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

___________________________
@hacking_Attack
@Hacking_Video