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
Hacking on Medium
Breaking Grad HackTheBox Write-up

https://cdn-images-1.medium.com/max/600/1*7jQLsclypkt_5GcdQxN5kA.png
A Node.Js CTF providing various bugs that require different methods to develop the correct payloads for exploitation. Hopefully this…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Tech_Supp0rt: 1 (VulnHub)

https://cdn-images-1.medium.com/max/1920/1*R-6-yIORT2ZhWOQmyR5mvw.jpeg
This is the first CTF machine I built which is now live on VulnHub. The difficulty is Easy and can be solved by anyone with basic…

Continue reading on Medium »
Google dork leads to financial loss for redacted.com

Hi There,Continue reading on InfoSec Write-ups »
Read more...
Zero Click account Takeover

السلام عليكمContinue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
I want to turn my fingerprint sensor into a tiny touchpad.

I'm looking for pointers on how to accomplish this pretty specific thing, I know the fingerprint sensor is capable of tracking finger movement so Id like to write (or find) some software that could turn this capability into a mini thumb touchpad (similar to the one of the GPD Pocket 2 if anyone is familiar with it, I can't think of anywhere else I've seen one).

Why would I want to do this? A few reasons,

1. It would be really cool obviously what other reason do you need, but,
2. The laptop is a 13 inch and when it's squished between my knees and chest in bed it can be hard to reach the touchpad comfortably (not too hard of course), and I just feel flicking it around with my thumb would be more efficient in some situations.

3. Mainly, as you see from the image below, it wastes the space of a key on my small keyboard and I'd really like to put it to better use (or make this a fun project).

An identical sensor to my own is pictured below:
https://media.flixfacts.com/inpage/hp/envy-13/images/1.jpg

My laptop is a HP Envy 13-ba0xxx if anyone is interested and if anything comes of this.

submitted by /u/baitthestate
[link] [comments]
Rustcat - Netcat Alternative

About Rustcat is a port listener that can be used for different purposes. It is basically like netcat but with fewer options Why use Rustcat? Serves it purpose of listening to ports Has command history It is easy to use Supports udp Uses colorsInstallation Debian wget https://github.com/robiot/rustcat/releases/latest/download/rustcat_amd64.debsudo apt install ./rustcat_amd64.deb Arch git clone https://aur.archlinux.org/rustcat.gitcd rustcatmakepkg -si Or with yay: yay -S rustcat Other Distributions To install from crates.io: cargo install rustcat To install the latest github release without compiling yourself: bash <(curl -s https://raw.githubusercontent.com/robiot/rustcat/main/install.sh) If you want it on windows you need to remove everything related to termion and rustyline from the source Compiling yourself To compile yourself Download the source Cd into the dir and run... cargo build --release Usage rc options destination port Usage Examples Help : rc --help Listen to port 55660 on localhost : rc -lp 55660 Listen to port 55660 on localhost with command history : rc -lpH 55660 Listen to port 55660 on localhost udp : rc -lpu 55660 Listen to port 55660 on specified ip (192.168.1.10) : rc -l 192.168.1.10 55660 Download Rustcat
Read more...
About
Rustcat is a port listener (https://www.kitploit.com/search/label/Listener) that can be used for different purposes.
It is basically like netcat but with fewer options
Why use Rustcat?
Serves it purpose of listening to ports Has command history It is easy to use Supports udp Uses colors
Installation

Debian
wget https://github.com/robiot/rustcat/releases/latest/download/rustcat_amd64.deb
sudo apt install ./rustcat_amd64.deb

Arch
git clone https://aur.archlinux.org/rustcat.git
cd rustcat
makepkg -si
Or with yay: yay -S rustcat

Other Distributions
To install from crates.io: cargo install rustcat
To install the latest github release without compiling yourself: bash <(curl -s https://raw.githubusercontent.com/robiot/rustcat/main/install.sh)
If you want it on windows (https://www.kitploit.com/search/label/Windows) you need to remove everything related to termion and rustyline from the source
Compiling yourself
To compile yourself Download the source Cd into the dir and run... cargo build --release

Usage
rc [options] [destination] [port]

Usage Examples
Help : rc --help
Listen to port 55660 on localhost : rc -lp 55660
Listen to port 55660 on localhost with command history (https://www.kitploit.com/search/label/History) : rc -lpH 55660
Listen to port 55660 on localhost udp : rc -lpu 55660
Listen to port 55660 on specified ip (192.168.1.10) : rc -l 192.168.1.10 55660


Download Rustcat (https://github.com/robiot/rustcat)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
RedWarden : Flexible CobaltStrike Malleable Redirector

Red Teaming business has seen several different great ideas on how to combat incident responders and misdirect them while offering resistant C2 redirectors network at the same time. This work combines many of those great ideas into a one, lightweight utility, mimicking Apache2 in it’s roots of being a simple HTTP(S) reverse-proxy. Combining Malleable C2 profiles understanding, knowledge of […]

The post RedWarden : Flexible CobaltStrike Malleable Redirector appeared first on Kali Linux Tutorials.