The Endpoints Extractor by YogSec is a Bash script designed to extract URLs and API endpoints from the HTML, JavaScript, and JSON content of web pages. This tool is useful for security researchers, bug bounty hunters, and developers looking to identify exposed endpoints within their applications.
- Scan a single URL or a list of URLs.
- Extract URLs from HTML, JavaScript, and JSON content.
- Save the results to a file for further analysis.
- Simple and user-friendly interface.
- Bash: Ensure you are running the script in a Bash shell environment.
- cURL: The script uses
curl
to fetch web page content. - grep: Used to extract URLs from the content.
- sort: Ensures the URLs are unique.
./find_urls_endpoints.sh -h
./find_urls_endpoints.sh -u <URL>
Example:
./find_urls_endpoints.sh -u https://example.com
./find_urls_endpoints.sh -l <FILE>
Example:
./find_urls_endpoints.sh -l urls.txt
./find_urls_endpoints.sh -u <URL> -s <OUTPUT_FILE>
Example:
./find_urls_endpoints.sh -u https://example.com -s results.txt
Scan a list of URLs and save results to a file:
./find_urls_endpoints.sh -l urls.txt -s endpoints.txt
-u <URL>
: Specify a single URL to scan.-l <FILE>
: Specify a file containing a list of URLs.-s <FILE>
: Save the output to the specified file.-h
: Display the help message.
For the URL https://example.com
, the script may output:
https://example.com/api/v1/users
https://example.com/assets/js/script.js
https://cdn.example.com/library.js
- Error: Either -u or -l must be specified: Ensure you provide a URL with
-u
or a file with-l
. - Error: File does not exist: Verify the file path is correct.
- Empty Output: Ensure the target URL or file contains valid HTML, JS, or JSON content with endpoints.
Developed by YogSec for extracting and analyzing web endpoints efficiently.
Hello, Hacker! 👋 We'd love to stay connected with you. Reach out to us on any of these platforms and let's build something amazing together:
🌐 Website: https://yogsec.github.io/yogsec/
📜 Linktree: https://linktr.ee/yogsec
🔗 GitHub: https://github.com/yogsec
💼 LinkedIn (Company): https://www.linkedin.com/company/yogsec/
📷 Instagram: https://www.instagram.com/yogsec.io/
🐦 Twitter (X): https://x.com/yogsec
👨💼 Personal LinkedIn: https://www.linkedin.com/in/bug-bounty-hunter/
📧 Email: abhinavsingwal@gmail.com
If you find our work helpful and would like to support us, consider buying us a coffee. Your support keeps us motivated and helps us create more awesome content. ❤️
☕ Support Us Here: https://buymeacoffee.com/yogsec