Search Forums

(Advanced Search)


Forum Statistics
» Members: 101
» Latest member: UNKbin
» Forum threads: 147
» Forum posts: 211

Full Statistics

Online Users
There is currently 1 user online
» 0 Member(s) | 1 Guest(s)

Latest Threads
HackerOne Disclosed Repor...
Forum: Research Papers/Vulnerability reports
Last Post: hashXploiter
06-21-2026, 12:30 PM
» Replies: 0
» Views: 21
HackerOne Disclosed Repor...
Forum: Research Papers/Vulnerability reports
Last Post: hashXploiter
06-19-2026, 12:30 PM
» Replies: 0
» Views: 29
HackerOne Disclosed Repor...
Forum: Research Papers/Vulnerability reports
Last Post: hashXploiter
06-18-2026, 12:30 PM
» Replies: 0
» Views: 39
HackerOne Disclosed Repor...
Forum: Research Papers/Vulnerability reports
Last Post: hashXploiter
06-17-2026, 12:30 PM
» Replies: 0
» Views: 39
HackerOne Disclosed Repor...
Forum: Research Papers/Vulnerability reports
Last Post: hashXploiter
06-12-2026, 12:30 PM
» Replies: 0
» Views: 28
HackerOne Disclosed Repor...
Forum: Research Papers/Vulnerability reports
Last Post: hashXploiter
06-10-2026, 12:30 PM
» Replies: 0
» Views: 25
HackerOne Disclosed Repor...
Forum: Research Papers/Vulnerability reports
Last Post: hashXploiter
06-09-2026, 12:30 PM
» Replies: 0
» Views: 23
HackerOne Disclosed Repor...
Forum: Research Papers/Vulnerability reports
Last Post: hashXploiter
06-08-2026, 12:30 PM
» Replies: 0
» Views: 28
HackerOne Disclosed Repor...
Forum: Research Papers/Vulnerability reports
Last Post: hashXploiter
06-06-2026, 12:30 PM
» Replies: 0
» Views: 40
HackerOne Disclosed Repor...
Forum: Research Papers/Vulnerability reports
Last Post: hashXploiter
06-04-2026, 12:30 PM
» Replies: 0
» Views: 49

 

OSINT with nuclei


Social Engineering & OSINT    No Replies

hashXploiter, 03-03-2025, 09:10 AM

Did you know you can use Nuclei for OSINT!? 

There are more than 600 community-generated user enumeration Nuclei templates to choose from!

 nuclei -tags osint -var user=<USERNAME> -esc

NOTE: You need to use the -esc flag to enable the loading of self-contained templates!

Via X: You are not allowed to view links. Register or Login to view.


  Open Thread

xnLinkFinder - discover endpoints and potential parameters


Web & Bug Bounty    No Replies

hashXploiter, 02-28-2025, 06:10 PM

a tool used to discover endpoints (and potential parameters) for a given target. It can find them by:

  • crawling a target (pass a domain/URL)
  • crawling multiple targets (pass a file of domains/URLs)
  • searching files in a given directory (pass a directory name)
  • get them from a Burp project (pass location of a Burp XML file)
  • get them from an ZAP project (pass location of a ZAP ASCII message file)
  • get them from a Caido project (pass location of a Caido export CSV file)
  • processing a You are not allowed to view links. Register or Login to view. results directory (searching archived response files from waymore -mode R and also requesting URLs from waymore.txt and the original URLs from index.txt - see You are not allowed to view links. Register or Login to view.)
The python script is based on the link finding capabilities of my Burp extension You are not allowed to view links. Register or Login to view.. As a starting point, I took the amazing tool You are not allowed to view links. Register or Login to view. by Gerben Javado, and used the Regex for finding links, but with additional improvements to find even more.

Link : You are not allowed to view links. Register or Login to view.
[Image: example1a.png]


  Open Thread

Bypassing Spam Filters: Essential Tools for Phishing Simulations


Social Engineering & OSINT    No Replies

hashXploiter, 02-28-2025, 05:58 PM

When running phishing simulations, ensuring emails land in the inbox—not spam—is critical. Here are two must-have tools:

You are not allowed to view links. Register or Login to view. – Detects spam trigger words to optimize email content for better deliverability.
You are not allowed to view links. Register or Login to view. – Provides a detailed spam score and analyzes your sending IP, mail server, and email configuration.

Use these tools to refine your phishing campaigns and maximize engagement!


  Open Thread

LazyHunter - Automated Bug Hunting Recon Tool


Network Pentesting    No Replies

hashXploiter, 02-23-2025, 12:31 PM

LazyHunter is an automated reconnaissance tool designed for bug hunters, leveraging Shodan's InternetDB and CVEDB APIs. It retrieves open ports, hostnames, tags, and vulnerabilities for a given IP and fetches CVE details, including affected products and CVSS scores. Results are color-coded by severity for easy analysis.

Features

  • Fetch open ports, hostnames, and associated vulnerabilities for an IP address.
  • Retrieve CVE details including severity levels.
  • Color-coded output for easy identification of risk levels.
  • Support for file input (-f) and output saving (-o).
  • Option to display combined CVEs and open ports.

Link : You are not allowed to view links. Register or Login to view.
[Image: singleipcves.png]


  Open Thread

Shadow Repeater:AI-enhanced manual testing - Burp Plugin


Web & Bug Bounty    No Replies

hashXploiter, 02-21-2025, 02:39 PM

Shadow Repeater monitors your Repeater requests and identifies which parameters you're changing. It then extracts the payloads you've placed in these parameters, and sends them to an AI model which generates variants. Finally, it attacks the target with these payload variations and uses response diffing to identify whether any of them triggered a new interesting code path. This approach allows it to build on a manual tester's expertise to uncover unexpected behaviors, such as unconventional You are not allowed to view links. Register or Login to view. vectors, successful You are not allowed to view links. Register or Login to view. attempts, and even novel vulnerabilities like email splitting attacks.

You can get the source code for You are not allowed to view links. Register or Login to view. and it's available on the BApp store.




Reference : You are not allowed to view links. Register or Login to view.


  Open Thread

Cat - Hack The Box


Red Team Labs    2 Replies

hashXploiter, 02-21-2025, 01:48 PM

You are not allowed to view links. Register or Login to view.


[Image: AsUDaPU.png]


Writeup: Hidden Content


  Open Thread

Dork Generators


Web & Bug Bounty    No Replies

hashXploiter, 02-20-2025, 11:55 AM

Shodan Dorks Generator :  You are not allowed to view links. Register or Login to view.
Google Dorks Generator :  You are not allowed to view links. Register or Login to view.
Github Dorks Generator : You are not allowed to view links. Register or Login to view.
DorkGPT (Generate Google Dorks with AI) : You are not allowed to view links. Register or Login to view.

Google Dorks for Bug Bounty : You are not allowed to view links. Register or Login to view.


  Open Thread

AI HTTP Analyzer - Burp Plugin


Web & Bug Bounty    No Replies

hashXploiter, 02-20-2025, 10:42 AM

AI HTTP ANALYZER is an advanced security analysis assistant integrated into Burp Suite. It examines HTTP requests and responses for potential security vulnerabilities such as SQL injection, XSS, CSRF, and other threats. The extension provides focused technical analysis, including quick identification of detected vulnerabilities, clear technical steps for exploitation, and PoC examples and payloads where applicable.

Features

  • Analyze HTTP requests and responses for security vulnerabilities
  • Provide technical analysis and exploitation steps
  • Include PoC examples and payloads
  • Integrate with Burp Suite's UI and context menu
  • Real-time vulnerability assessments
  • AI-powered context-aware analysis
  • Generate Proof-of-Concept exploits
  • Custom PoC script generation
  • Payload customization for specific scenarios
[Image: GkKXPfwWkAAaefd?format=jpg]

Link : You are not allowed to view links. Register or Login to view.


  Open Thread

Extract All Links from a Webpage - bug bounty tip


Web & Bug Bounty    No Replies

hashXploiter, 02-18-2025, 12:56 PM

JS to extract all links from a page instantly. Just open your browser console (
F12 → Console) and paste this:

Code:
javascript:console.log('Links on this Page:\n' + Array.from(document.querySelectorAll('a')).map(link => link.href).join('\n'));

Credit:  You are not allowed to view links. Register or Login to view.

#BugBounty #Recon #Pentesting #Hacking #OSINT


  Open Thread

Hiring: Security Consultant – Payatu


Job Board    No Replies

hashXploiter, 02-17-2025, 04:12 PM

Location: Pune, Maharashtra |  Full-Time

What You’ll Do

  • Test & secure web apps/services
  • Find & exploit vulnerabilities
  • Report & recommend fixes
  • Collaborate & innovate

What You Need
  • Web security & pentesting skills
  • OWASP Top 10 knowledge
  • Coding & automation mindset
  • Strong analytical & communication skills

Why Payatu?
  • Work with top security experts
  • Continuous learning & research
  • Impactful projects

Link: You are not allowed to view links. Register or Login to view.

#CyberSecurity #PenTesting #WebSecurity #Infosec #Hiring #Payatu


  Open Thread