Coder Social home page Coder Social logo

findom-xss's Introduction

FinDOM-XSS

contributions welcome

FinDOM-XSS is a tool that allows you to finding for possible and/ potential DOM based XSS vulnerability in a fast manner.

findom-xss


Installation

$ git clone https://github.com/dwisiswant0/findom-xss.git --recurse-submodules

Dependencies: LinkFinder

Usage

To run the tool on a target, just use the following command.

$ ./findom-xss.sh https://domain.tld/about-us.html

This will run the tool against domain.tld.

URLs can also be piped to findom-xss and scan on them. For example:

$ cat urls.txt | ./findom-xss.sh

The second argument can be used to specify an output file.

$ ./findom-xss.sh https://domain.tld/about-us.html /path/to/output.txt

By default, output will be stored in the results/ directory in the repository with domain.tld.txt name.

License

FinDOM-XSS is licensed under the Apache. Take a look at the LICENSE for more information.

Thanks

findom-xss's People

Contributors

cyb3rsalih avatar dwisiswant0 avatar noc1v3 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

findom-xss's Issues

Can't open file '/home/dw1/Tools/LinkFinder/linkfinder.py


| () _ | \ / _ | / |\ / / / |
| || | ' | |) | () | |/| |
> <_
__
|| |||||/ _/|| || //__/_/

[email protected]

Find for Possible DOM Based XSS Vulnerability

[07/08/2020 20:33] Scanning against https://*********.com
/Library/Frameworks/Python.framework/Versions/3.6/Resources/Python.app/Contents/MacOS/Python: can't open file '/home/dw1/Tools/LinkFinder/linkfinder.py': [Errno 2] No such file or directory

Found nothing. ¯_(ツ)_/¯

MacBook-Pro-*********:findom-xss *$ ---
[!] https://
.com
1:window.location.href

MacBook-Pro-*********:findom-xss **********$

WHAT ITS WRONG BRO PLEASE ?

syntax error in expression

gan maaf ganggu, mau nanya kalo begini itu kenapa ya?

sebelumnya bisa tp setelah beberapa kali lanjut, dia error begitu (jadi ga nongol di terminal dan ga ke save di xxx.txt nya)
di line 65.

https://ibb.co/XjxYYsT

Terims sebelumnya gan

SSL warning supress error message fix.

line 72
change
python3 ${LINKFINDER} -d -i ${1} -o cli | grep -Eoi "https?://[^\"\\'> ]+" | grep "${DOMAIN}" | grep ".js" | uniq |
to
python3 -W ignore ${LINKFINDER} -d -i ${1} -o cli | grep -Eoi "https?://[^\"\\'> ]+" | grep "${DOMAIN}" | grep ".js" | uniq |

Host Unreachable error

Running this tool against one of my pet websites returns an host unreachable error, even though i'm connected to the Wifi, and the website is up. The command in run is below:

$ ./findom-xss.sh https://alicescfernandes.github.io/random-who/index.html

Screenshot from 2020-10-11 20-04-06

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.