Metadata-Version: 2.1
Name: JSFinder2
Version: 0.1
Summary: JSFinder2 can be used to find urls and subdomains in JS files.
Author: Richard Schwabe
Maintainer-email: Richard Schwabe <hello@richardschwabe.de>
License: MIT License
        
        Copyright (c) 2023 Richard Schwabe
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/richardschwabe/JSFinder2/blob/main/README.md
Project-URL: Documentation, https://github.com/richardschwabe/JSFinder2/blob/main/README.md
Project-URL: Bug Tracker, https://github.com/richardschwabe/JSFinder2r/issues
Project-URL: Source, https://github.com/richardschwabe/JSFinder2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: anyio ==4.0.0
Requires-Dist: beautifulsoup4 ==4.12.2
Requires-Dist: certifi ==2023.7.22
Requires-Dist: charset-normalizer ==3.2.0
Requires-Dist: filelock ==3.12.4
Requires-Dist: h11 ==0.14.0
Requires-Dist: httpcore ==0.18.0
Requires-Dist: httpx ==0.25.0
Requires-Dist: idna ==3.4
Requires-Dist: requests ==2.31.0
Requires-Dist: requests-file ==1.5.1
Requires-Dist: six ==1.16.0
Requires-Dist: sniffio ==1.3.0
Requires-Dist: soupsieve ==2.5
Requires-Dist: tldextract ==3.5.0
Requires-Dist: urllib3 ==2.0.4

# JSFinder2

Rewrite of JSFinder

Loosely based on https://github.com/Threezh1/JSFinder/blob/master/JSFinder.py

Keep in mind there are lots of false positives in the URL. However, the subdomain finding works great.

# Todo

[x] create a subfolder for each domain
[x] add option to load urls from file
[] support flag that url is a js file
[] crawl subdomains for more js files
[] threading ?
[] json output file ?

# License

MIT

# Contributing

Feel free to open an issue with any feedback, PR or similar.
