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
Dark Reading: Attacks/Breaches
Voice-Changing Software Found on APT Attackers' Server

Security researchers believe the presence of Morph Vox Pro could indicate APT-C-23 has new plans for their phishing campaigns.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Did 4 Major Ransomware Groups Truly Form a Cartel?

An analysis of well-known extortion groups and their cryptocurrency transactions reveals the answer.
Examining the database in SQL injection attacks

When exploiting SQL injection vulnerabilities, it is often necessary to gather some information about the database itself. This includes…Continue reading on Medium Β»
Read more...
When exploiting SQL injection vulnerabilities, it is often necessary to gather some information about the database itself. This includes…Continue reading on Medium Β» (https://mrinalprakash4577.medium.com/examining-the-database-in-sql-injection-attacks-1e56f051e7b2?source=rss------bug_bounty-5)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
The Background of Adonis Code Hijacking

https://cdn-images-1.medium.com/max/723/1*GPggmMkVZnY3uYFydmjdqw.png
A popular moderation system in roblox, Adonis, has been commonly copied and parts of the code changed in order to fit the malicious intent…

Continue reading on Medium Β»
CRITICAL Blind Storage XSSβ€Šβ€”β€ŠMy first Bug Bounty

The impact of a XSS on support chat!Continue reading on Medium Β»
Read more...
hacking: security in practice
Docker for SSH server used in reverse port forwarding

Hi,

I'm looking for a simple docker ssh server used in ssh tunnel for reverse port forwarding. I would like that ssh server to be as simple as possible and only doing the port forward, no shell is needed.

Just to be sure to be understood, here's the setup exactly.

Client is opening an ssh connection using something like this:

# autossh -M 4522 -N -f -o "PubkeyAuthentication=yes" -o "PasswordAuthentication=no" -i /home/user/.ssh/id_rsa -o "ServerAliveInterval 30" -o "ServerAliveCountMax 3" -R 4422:localhost:22 user@my_ssh_server -p23334

So the client, outside of my network connects to my ssh server on port 23334 and opens a local port on ssh server, 4422, that forwards to HIS localhost on port 22.

So when i connect to port 4422 on my server, i'm forwarded through the ssh tunnel and finally on the port 22 of the ssh client.

Now, what I would like is using a docker container instead of using my own ssh server. Also, i would like the user to not being able to get a shell, but still being able to open a local port for the forwarding.

Hope i'm clear enough, sorry if it seems confusing ;)

EDIT: Formating

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