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
Dark Reading: Attacks/Breaches
What InfoSec Pros Can Teach the Organization About ESG

Security pros' experience with transparency and evaluating third-party partners positions them to act as key environmental, social, and governance advisers.
Dark Reading: Attacks/Breaches
'AIG' Threat Group Launches With Unique Business Model

The rapidly growing Atlas Intelligence Group relies on cyber-mercenaries to carry out its missions.
Dark Reading: Attacks/Breaches
Lax Security Fuels Massive 8220 Gang Botnet Army Surge

The threat group 8220 Gang's cryptocurrency miner and botnet reach has exploded to 30,000 global hosts, a notable increase over the past month, researchers say.
Dark Reading: Attacks/Breaches
Feds Recoup $500K From Maui Ransomware Gang

Law enforcement hopes that retuning ransom payments to impacted businesses will demonstrate that working with the feds following a cybersecurity breach is "good business."

___________________________
@hacking_Attack
@Hacking_Video
Need help with Hydra
https://www.reddit.com/r/Pentesting/comments/w3yfbx/need_help_with_hydra/

Hello I'm starting learning Pen Testing and I want to try simple brute force on site I got permission to try to and my command's doesn't work as I expected to, because Hydra doesn't recognise even account I created for this. In browser link to login site looks like example.com/en/login but in network tab of browser inspection it is method Post with URL like example.com/api/auth/callback/credentials? And the Request is "redirect=false&email=e-mail@mail.com (mailto:e-mail@mail.com)&password=anypassword&csrfToken=LongTokenId&callbackURL=example.com/en/login&json=true" so the command I've tried to use was: hydra -L /directory to file/emailtest -P /directory to file/passtest example.com -V http-post-form "/api/auto/callback/credentials?:email=^USER^&password=^PASS^:S=logout" And this can't really find my e-mail and password working, should I try to use example.com/en/login in command line instead of those API/../credentials or I should use whole request with token and redirect stuff or maybe someone could try to help me with command that I could see how this should be done, I can say that I've tried on "easy" site like from HackTheBox but there weren't tokens ect so I'm kinda confused with reality rn. Thanks for all the answers and sorry for my English submitted by /u/AffectionateTrash202 (https://www.reddit.com/user/AffectionateTrash202)
[link] (https://www.reddit.com/r/Pentesting/comments/w3yfbx/need_help_with_hydra/) [comments] (https://www.reddit.com/r/Pentesting/comments/w3yfbx/need_help_with_hydra/)

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
(Reverse) SSH tunnel from work over HTTP(s) proxy to a home computer behind NAT?

Hello guys,

when working from home, I am supposed to access my work computers in the office with Remotedesktop/VNC. But this VNC is very very very slow, so work is no fun.

There is also no direct SSH access: Home -> Work.

However, I would like to have SSH access from home to my computer in the office.

I have two work computers in the office: one with Ubuntu 18.4 and root access and a PC with Windows 10 with Putty but without root access, so theoretically I could make an (reverse?) SSH tunnel from my work computer with Linux to my PC at home, which also has Ubuntu.

The two computers at the office are behind NAT and an HTTP(s) proxy.

The machine at home is behind NAT, but my router at home is reachable from the internet via a public IP (both IPv4 and IPv6), so I can set up port forwarding: 443 on the router -> 22 (or another) on the PC.

I would also like to use an SSH key for this.
I got:
[Linux@work], [Windows@work] ---> [Proxy@work] ---> Internet <---[Router@home] <---[Linux@home]


I want:
[Linux@home] --ssh-tunnel--> [Linux@work]

Is this possible at all?

And if so, how?

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

___________________________
@hacking_Attack
@Hacking_Video