Bug Hunter Handbook
  • Introduction
  • Getting Started in InfoSec and Bug Bounties.
  • Presentations
  • Checklists / Guides
  • Useful Twitter Threads
  • List of Vulnerabilities
    • Recon and OSINT
      • Recon
      • Sensitive information using Github
      • Subdomain Enumeration
        • Resolvers
      • Javascript Enumeration
      • After Recon
      • Finding Information Using Public Resources
      • OSINT
      • Cloud
      • Wayback
      • Parameter / Content Discovery
      • Broken Link Highjacking
    • Host Header
    • Injection
      • Other Injection
    • DNS Rebinding
    • Cross Site Scripting (XSS)
      • Weaponizing XSS
      • WAF Bypass
    • Cross Origin Resource Sharing (CORS)
    • Local / Remote File Inclusion (LFI / RFI)
    • Server Side Request Forgery (SSRF)
    • Remote Code Execution (RCE)
    • XML Entity Injecton (XXE)
    • Price Manipulation
    • Directory / Path Traversal
    • Cross Site Request Forgery (CSRF)
      • JSON CSRF
    • Password Reset
    • Login Page Issues
    • Deserialization Attacks
    • File Upload
    • Account Takeover
    • Insecure Direct Object References (IDOR)
    • Open Redirect
    • Business Logic Flaws
    • Rate Limit Bypass / 2FA / OTP Bypass
    • Ruby on Rails
      • Mass Assginment
    • S3 Bucket
    • Race Condition
    • CRLF
    • SSTI
    • Prototype Pollution
  • Approach
  • API Security
  • Mobile Security
  • Fuzzing / Wordlists
  • BugBounty Short Write-ups
  • Burp Suite Tips and Tricks
  • HackerOne Reports
  • Response Manipulation
  • Client Vs Server Side Vulnerabilities
  • DevSecOps
  • Containers
    • Docker
    • Kubernetes
    • Containers
  • AWS
  • Azure
  • Others
    • Code Review
    • Web Sockets
    • Web Cache
    • HTTP Desync Attacks
    • Zone Transfer
    • CSP Bypass
    • Payment Bypasses
    • Http Parameter Pollution
    • Postmessage
    • Others
    • GraphQL
    • Unix / Linux
    • Email Related
    • Dependency confusion
    • Nginx Misconfigs
    • JIRA
    • OAUTH
  • Chaining of Bugs
  • Bug Bounty Automation
  • Mindmaps
  • Oneliner Collections
  • Red Teaming
  • Blue Teamining
  • Recon One Liners
  • Misc
  • Wordpress
  • Fuzzing / FuFF
  • OWASP ZAP
  • Bug List
  • Setting up burp collaborator
  • Admin Panel PwN
  • Credential Stuffing / Dump / HaveibeenPwned?
  • Tools Required
  • Nuclei Template
  • Other BugBounty Repos / Tips
  • Interview
  • Threat Modelling
  • AppSec
Powered by GitBook
On this page

Was this helpful?

  1. List of Vulnerabilities
  2. Recon and OSINT

Javascript Enumeration

PreviousResolversNextAfter Recon

Last updated 4 years ago

Was this helpful?

Blogs / Writeups / Videos:

Tools:

Tweets:

A tool to get javascript files from a list of URLS or subdomains -

A one-liner to extract all API endpoints from a file. Especially useful for hunting. -

--

https://github.com/lc/subjs
http://blog.r0b.re/hacking/pentesting/bugbounty/recon/web/js/2020/07/05/jsmon-automated-javascript-file-monitoring.html
https://medium.com/@bitthebyte/javascript-for-bug-bounty-hunters-part-2-f82164917e7
https://thehackerish.com/javascript-enumeration-for-bug-bounty-hunters/?utm_source=newsletter&utm_medium=email&utm_campaign=javascript_enumeration_for_bug_bounty_hunters&utm_term=2020-09-25
https://github.com/robre/scripthunter
https://gist.github.com/gwen001/0b15714d964d99c740a7e8998bd483df
#JavaScript
#BugBounty
https://twitter.com/EthicalMike/status/1205892500675874823
https://github.com/arbazkiraak/LinksDumper
https://twitter.com/EthicalMike/status/1205892500675874823
https://securityjunky.com/scanning-js-files-for-endpoint-and-secrets/
https://www.youtube.com/watch?time_continue=11&v=FTeE3OrTNoA&feature=emb_logo
https://github.com/Cillian-Collins/subscraper
https://medium.com/@patelkathan22/beginners-guide-on-how-you-can-use-javascript-in-bugbounty-492f6eb1f9ea
https://github.com/KathanP19/JSFScan.sh
https://www.youtube.com/watch?v=btG3LP_3lnA&feature=youtu.be
https://www.youtube.com/watch?v=nkznsNxDM5k
https://docs.google.com/presentation/d/1aGSfiN3DhTYeZ_b0uU2U2bWa3Ziuf6xXkzJlIXpLimU/edit#slide=id.p
LogoGitHub - GerbenJavado/LinkFinder at chrome_extensionGitHub