Bug Bounty - GitBook
الذهاب إلى القناة على Telegram
Everything 4 bug bounty https://t.me/GiftWay32robot?start=_tgr_HwZ24DI5MWJk
إظهار المزيد7 451
المشتركون
+1524 ساعات
+227 أيام
+18630 أيام
أرشيف المشاركات
7 454
Machine_Learning_for_Hackers_Case_Studies_and_Algorithms_to_Get.pdf214.30 MB
7 454
Mastering_Machine_Learning_for_Penetration_Testing_Develop_an_extensive.pdf20.88 MB
7 454
Nginx_HTTP_Server_by_Martin_Fjordvald_Clement_Nedelcu_z_lib_org_.pdf3.31 MB
7 454
AllForOne allows bug bounty hunters and security researchers to collect all Nuclei YAML templates from various public repositories.
https://github.com/AggressiveUser/AllForOne
7 454
New SSRF Bypass or How to Surprise a Colleague in the Evening
#dns #ssrf #bypass #hex
[ It turned out to be an ancient method, but I saw it for the first time :) ]
We all use IPv4 every day. We all use IPv6 every day. But right now one guy from the chat surprised me by opening his eyes that DNS resolves even IP in Hex format.
Hex IP is a hexadecimal representation of an IP address. Typically, an IP address is written in the familiar dotted notation, such as 192.168.0.1 , where each part is a decimal byte value (0 to 255). However, the same address can be represented in hexadecimal.
Operating principle:
An IP address consists of 4 bytes, and each byte can be represented in hexadecimal format (00 to FF):
The decimal IP 192.168.0.1 is represented as four bytes: 192 (0xC0), 168 (0xA8), 0 (0x00), 1 (0x01).
Hex representation will be C0A801001.
How to convert IP address to hexadecimal format:
Take each octet of the IP address and convert it to hexadecimal.
Combine these values into a string without periods.
If you enter a URL like http://0xC0A80001, the browser or server may interpret this as a request for http://192.168.0.1 .
For convenient conversion, you can use the following command:
printf '%02X' 192 168 0 1 ; echo
You will get the following output: C0A80001 , substitute 0x - hex code
We go to http://0xC0A80001 and wow, it works7 454
From Containers to Host: Privilege Escalation Techniques in Docker: https://medium.com/@kankojoseph4/from-containers-to-host-privilege-escalation-techniques-in-docker-487fe2124b8e?source=rss------bug_bounty-5
متاح الآن! بحث تيليغرام 2025 — أهم رؤى العام 
