ch
Feedback
Bug Bounty - GitBook

Bug Bounty - GitBook

前往频道在 Telegram
7 451
订阅者
+1524 小时
+227
+18630
帖子存档
Censys_QuickStart_v1.pdf5.33 KB

Censys.pdf1.60 KB

Cross-site Scripting and HTML Injection .pdf1.14 MB

https://t.me/emptyyyyyyyyyyyygyyyyyyy همه دوره های آنیسا

Machine_Learning_for_Hackers_Case_Studies_and_Algorithms_to_Get.pdf214.30 MB

Mastering_Machine_Learning_for_Penetration_Testing_Develop_an_extensive.pdf20.88 MB

ssh-cheat-sheet-common-commands-and-secure-config.pdf0.72 KB

Exfiltration Method For Channels .pdf2.58 MB

Nginx_HTTP_Server_by_Martin_Fjordvald_Clement_Nedelcu_z_lib_org_.pdf3.31 MB

Mindmap

AllForOne allows bug bounty hunters and security researchers to collect all Nuclei YAML templates from various public reposit
AllForOne allows bug bounty hunters and security researchers to collect all Nuclei YAML templates from various public repositories. https://github.com/AggressiveUser/AllForOne

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 works

👻👻 A search engine for CTF writeups 🛡https://ctfsearch.hackmap.win/
👻👻 A search engine for CTF writeups 🛡https://ctfsearch.hackmap.win/