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: 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.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Penglab : Abuse Of Google Colab For Cracking Hashes

Penglab is a ready-to-install setup on Google Colab for cracking hashes with an incredible power, really useful for CTFs.  It installs by default : Hashcat John Hydra SSH (with ngrok) And now, it can also : Launch an integrated shell Download the wordlists Rockyou and HashesOrg2019 quickly ! You only need a Google Account to use […]

The post Penglab : Abuse Of Google Colab For Cracking Hashes appeared first on Kali Linux Tutorials.
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Rustcat - Netcat Alternative

http://1.bp.blogspot.com/-8E1cdU3ZHAw/YMZraZ_T50I/AAAAAAAAaFg/FAjfx9x2t2IDRHIpNQc6lwX8yOYj66HigCK4BGAYYCw/s16000/rustcat_3_example-757786.png

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 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


If you want it on windows you need to remove everything related to termion and rustyline from the source

Compiling yourself

To compile yourself

1. Download the source
2. 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
In-house pentesting vs pentesting for clients
https://www.reddit.com/r/Pentesting/comments/o3gsm3/inhouse_pentesting_vs_pentesting_for_clients/

<!-- SC_OFF -->Hi everyone, I've worked as a pentester for some time but I've always worked for clients. Does anyone here have experience working both for clients and in-house? Can you describe what are the differences between them, which one did you enjoy more, what's the difference in salary, stress, etc.? <!-- SC_ON --> submitted by /u/AMDcze (https://www.reddit.com/user/AMDcze)
[link] (https://www.reddit.com/r/Pentesting/comments/o3gsm3/inhouse_pentesting_vs_pentesting_for_clients/) [comments] (https://www.reddit.com/r/Pentesting/comments/o3gsm3/inhouse_pentesting_vs_pentesting_for_clients/)
https://b.thumbs.redditmedia.com/JINTtyOC1_uhLfGyTGGt2SERpn1kVROiOxSxFh09cZo.jpg I had set up an IP logger directing to an image to know when the email was read. However, the time interval is ambiguous, and I don't understand if the email was really read. Requesting guidance.



Screenshot from IPlogger

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