Skip to content

Electron based application to identify potential vulnerabilities by passing identifiers into user controlled input parameters and evaluating the output in the background. It uses puppeteer for the actual evaluation.

License

Notifications You must be signed in to change notification settings

thomashartm/sinkfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SinkFinder

SinkFinder scans a target URL for user controlled input verctors and probes them with a set different payloads to identify potential sinks.

It uses puppeteer to communicate with the target and to evaluate the identifiers which are reflected into the dom.

Development

  • package.json - Points to the app's main file and lists its details and dependencies.
  • main.js - Starts the app and creates a browser window to render HTML. This is the app's main process.
  • index.html - A web page to render. This is the app's renderer process.

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/thomashartm/sinkfinder.git
# Go into the repository
cd sinkfinder
# Install dependencies
npm install
# Run the app
npm start

License

About

Electron based application to identify potential vulnerabilities by passing identifiers into user controlled input parameters and evaluating the output in the background. It uses puppeteer for the actual evaluation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published