GithubHelp home page GithubHelp logo

dark-warlord14 / jsscanner Goto Github PK

View Code? Open in Web Editor NEW
265.0 265.0 62.0 2.5 MB

You can read the writeup on this script here

Home Page: https://securityjunky.com/scanning-js-files-for-endpoint-and-secrets/

Shell 100.00%

jsscanner's Introduction

Hi there πŸ‘‹

I'm dark-warlord14!


Security Engineer

Twitter: dark_warlord14 GitHub dark-warlord14 LinkedIn

@xtz


jsscanner's People

Contributors

dark-warlord14 avatar g33kyshivam avatar roguesmg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

jsscanner's Issues

ssl.PROTOCOL_TLSv1_2 is deprecated

root@root:~/tools/JSScanner# jsscanner alive.txt
[i] δΈ‰δΈ‰α••( ᐛ )α•—

[+] JSScanner started.
/root/tools/LinkFinder/linkfinder.py:131: DeprecationWarning: ssl.PROTOCOL_TLSv1_2 is deprecated
sslcontext = ssl.SSLContext(ssl.PROTOCOL_TLSv1_2)
/root/tools/LinkFinder/linkfinder.py:134: DeprecationWarning: ssl.PROTOCOL_TLSv1 is deprecated
sslcontext = ssl.SSLContext(ssl.PROTOCOL_TLSv1)
[+] https://skillshare.com done.
[+] Script is done.

[+] Results stored in Jsscanner_results.
root@root:~/tools/JSScanner# /root/tools/LinkFinder/linkfinder.py:131: DeprecationWarning: ssl.PROTOCOL_TLSv1_2 is deprecated
-bash: /root/tools/LinkFinder/linkfinder.py:131:: No such file or directory

Feature request: additional logic to parse domains without https://

Right now the format in the alive.txt file must be https://domain.com. It would be nice to be able to have raw domains in the alive.txt file that may be ingested from other tooling.

Request: Allow alive.txt to handle the following content

domain.com
happy.domain.com
happy2.domain.com

Add Redirection Option to cURL

I have noticed that sometimes when line 67 " curl --connect-timeout 10 --max-time 10 --insecure --silent $js | js-beautify - > db/$n1-$n2/$filename 2> /dev/null" in script.sh excutes, it might miss downloading the JS files due to 3xx responses from servers,
so I had to add the "-L" option to cURL to fix that issue.
kindly add that option to cURL to avoid that.

Thanks in Advance

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.