Hacking Articles Tips Tricks Videos Tutorials
471 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
Hfinger operates in five report modes, which differ in features represented in the fingerprint, thus information extracted from requests. These are (with the number used in the tool configuration): * mode 0 - producing a similar number of collisions and fingerprints as mode 2, but using fewer features, * mode 1 - representing all designed features, but producing a little more collisions than modes 0, 2, and 4, * mode 2 - optimal (the default mode), representing all features which are usually used during requests' analysis, but also offering a low number of collisions and generated fingerprints, * mode 3 - producing the lowest number of generated fingerprints from all modes, but achieving the highest number of collisions, * mode 4 - offering the highest fingerprint entropy, but also generating slightly more fingerprints than modes 0-2. The modes were chosen in order to optimize Hfinger's capabilities to uniquely identify malware families versus the number of generated fingerprints. Modes 0, 2, and 4 offer a similar number of collisions between malware families, however, mode 4 generates a little more fingerprints than the other two. Mode 2 represents more request features than mode 0 with a comparable number of generated fingerprints and collisions. Mode 1 is the only one representing all designed features, but it increases the number of collisions by almost two times comparing to modes 0, 1, and 4. Mode 3 produces at least two times fewer fingerprints than other modes, but it introduces about nine times more collisions. Description of all designed features is here (https://github.com/CERT-Polska/docs/feature_description.md). The modes consist of features (in the order of appearance in the fingerprint): * mode 0: * number of directories, * average directory length represented as an integer, * extension of the requested file, * average value length represented as a float, * order of headers, * popular headers and their values, * payload length represented as a float. * mode 1: * URI length represented as an integer, * number of directories, * average directory length represented as an integer, * extension of the requested file, * variable length represented as an integer, * number of variables, * average value length represented as an integer, * request method, * version of protocol, * order of headers, * popular headers and their values, * presence of non-ASCII characters, * payload entropy represented as an integer, * payload length represented as an integer. * mode 2: * URI length represented as an integer, * number of directories, * average directory length represented as an integer, * extension of the requested file, * average value length represented as a float, * request method, * version of protocol, * order of headers, * popular headers and their values, * presence of non-ASCII characters, * payload entropy represented as an integer, * payload length represented as a float. * mode 3: * URI length represented as an integer, * average directory length represented as an integer, * extension of the requested file, * average value length represented as an integer, * order of headers. * mode 4: * URI length represented as a float, * number of directories, * average directory length represented as a float, * extension of the requested file, * variable length represented as a float, * average value length represented as a float, * request method, * version of protocol, * order of headers, * popular headers and their values, * presence of non-ASCII characters, * payload entropy represented as a float, * payload length represented as a float.

Download Hfinger (https://github.com/CERT-Polska/hfinger)
Hello everyone! It’s cyberpro151 back with another writeup about an Account Takeover vulnerability that I found using CSRF vulnerability…Continue reading on Medium » (https://medium.com/@cyberpro151/oauth-csrf-exploiting-the-authorization-code-flow-for-account-takeover-f67cee914d39?source=rss------bug_bounty-5)
Cross Site Scripting (XSS) Walkthrough — VulnLab XSS by Yavuzlar

VulnLab Yavuzlar is a virtual laboratory platform designed for cybersecurity training and testing. It is a simulated environment where…Continue reading on Medium »
Read more...
Insecure Direct Object Reference (IDOR) Walkthrough — VulnLab by Yavuzlar

Insecure Direct Object Reference (IDOR) is a vulnerability where a user can access and manipulate resources directly via an identifier…Continue reading on Medium »
Read more...
security+ to pentesting
https://www.reddit.com/r/Pentesting/comments/1dndz4w/security_to_pentesting/

<!-- SC_OFF -->Hello guys, i'm currently studying to get the security+ cert and i'm interested in pentesting and red teaming, so after getting the cert should i start learning in THM paths than move to HTB academy or start right away in HTB academy cuz i'm confused between both and i know THM is beginner friendly, keep in mind that i'm in my final year of software engineering and i studied some topics about cyber security at university so i'm not a complete beginner.
what do you recommend me to do ? <!-- SC_ON --> submitted by /u/LanguageSome2394 (https://www.reddit.com/user/LanguageSome2394)
[link] (https://www.reddit.com/r/Pentesting/comments/1dndz4w/security_to_pentesting/) [comments] (https://www.reddit.com/r/Pentesting/comments/1dndz4w/security_to_pentesting/)
OTP Bypass through Session Manipulation

IntroductionContinue reading on Medium »
Read more...
Unrestricted File Upload Walkthrough — VulnLab by Yavuzlar

Unrestricted File Upload is a vulnerability where an application allows users to upload files without proper validation or security checks…Continue reading on Medium »
Read more...
Tutorial Install Burpsuite Beginner

Burp Suite adalah salah satu alat penting dalam pengujian keamanan aplikasi web. Alat ini dapat membantu Anda mengidentifikasi dan…Continue reading on Medium »
Read more...
Poodle Haney Bug Bounty

Hello,Continue reading on Medium »
Read more...
VulnLab Yavuzlar is a virtual laboratory platform designed for cybersecurity training and testing. It is a simulated environment where…Continue reading on Medium » (https://medium.com/@muhammadriva/cross-site-scripting-xss-walkthrough-vulnlab-xss-by-yavuzlar-149d14ab2d6b?source=rss------bug_bounty-5)
Bug Bounty Programs: How Outsourcing Can Help Your Project — Sinhala Translation

Integritee විසින් Bug Bounty වැඩසටහනක් ආරම්භ කරයි, සදාචාරාත්මක හැකර්වරුන් සහ අපගේ තාක්ෂණය ගැන උනන්දුවක් දක්වන සංවර්ධකයින් දිරිමත් කරමින්…Continue reading on Medium »
Read more...
Integritee විසින් Bug Bounty වැඩසටහනක් ආරම්භ කරයි, සදාචාරාත්මක හැකර්වරුන් සහ අපගේ තාක්ෂණය ගැන උනන්දුවක් දක්වන සංවර්ධකයින් දිරිමත් කරමින්…Continue reading on Medium » (https://medium.com/@integriteesrilanka/bug-bounty-programs-how-outsourcing-can-help-your-project-sinhala-translation-0a40a97e58c7?source=rss------bug_bounty-5)
Next.js and cache poisoning: a quest for the black hole

Blog migration, find my new article here…Continue reading on Medium »
Read more...