Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.7K 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
Same bug different platform

At the moment I am on a break from the Bug hunting so thought of writing this article about a bug I found couple of months ago.Continue reading on Medium »
Read more...
From blind SSRF to localhost dirbusting and asset enumeration

HTML to PDF generators are, in general, known to “very challenging” when it comes to security.Continue reading on Medium »
Read more...
Transparent endpoint security

Features Block and detect advanced attacks Modern audited cryptography: RustCrypto (https://github.com/RustCrypto) for hashing (https://www.kitploit.com/search/label/Hashing) and encryption Highly compatible: Development focused on all platforms (incl. legacy) and architectures Source available: Audits welcome Reviewed by security researchers with combined 100+ years of experience
In Action Video demonstration of detection and prevention capabilities (https://whitebeamsec.com/) Testing WhiteBeam against zeroday exploits (https://vs.whitebeamsec.com/) Recorded attacks against the WhiteBeam honeypot (https://asciinema.org/~wbhoneypot) Installation From Packages (Linux) Distro-specific packages have not been released yet for WhiteBeam, check again soon! From Releases (Linux) Download the latest release (https://github.com/WhiteBeamSec/WhiteBeam/releases) Ensure the release file hash matches the official hashes (https://www.kitploit.com/search/label/Hashes) (How-to (https://github.com/WhiteBeamSec/WhiteBeam/wiki/Verifying-file-hashes)) Install: ./whitebeam-installer install From Source (Linux) Run tests (Optional): cargo run test Compile: cargo run build Install WhiteBeam: cargo run install Quick start Become root (sudo su/su root) Set a recovery (https://www.kitploit.com/search/label/Recovery) secret. You'll be able to use this with whitebeam --auth to make changes to the system: whitebeam --setting RecoverySecret mask How to Detect Attacks with WhiteBeam Multiple guides are provided depending on your preference. Contact us (mailto:info@whitebeamsec.com) so we can help you integrate WhiteBeam with your environment. Serverless guide (https://github.com/WhiteBeamSec/WhiteBeam/wiki), for passive review osquery Fleet setup guide (https://github.com/WhiteBeamSec/WhiteBeam/wiki), for passive review WhiteBeam Server setup guide (https://github.com/WhiteBeamSec/WhiteBeam/wiki), for active (https://www.kitploit.com/search/label/Active) response How to Prevent Attacks with WhiteBeam WhiteBeam is experimental software. Contact us (mailto:info@whitebeamsec.com) for assistance safely implementing it. Become root (sudo su/su root) Review the baseline at least 24 hours after installing WhiteBeam: whitebeam --baseline Add trusted behavior to the whitelist, following the whitelisting guide (https://github.com/WhiteBeamSec/WhiteBeam/wiki) Enable WhiteBeam prevention: whitebeam --setting Prevention true

Download WhiteBeam (https://github.com/WhiteBeamSec/WhiteBeam)

___________________________
@hacking_Attack
@Hacking_Video