Skip to content

Commit

Permalink
giving up the idea of using agouti,because could not handle forms ver…
Browse files Browse the repository at this point in the history
…y well

decided to use selenium with chrome headless browser
headless browser is able to:
	* login
	* popup check for urls that are prepared in advance, injected query parameters
		TODO : now query parameters are injected one by one, find a more optimum solution
	* scanning url for finding form
	* filling the all input parameters(currently text and password type) with payload
	* sending the form and controlling result
		TODO : implement more input type
	// TODO : implement injection to http headers
  • Loading branch information
turkogluc committed Apr 14, 2018
1 parent c03583a commit fc05339
Show file tree
Hide file tree
Showing 5 changed files with 990 additions and 344 deletions.
Loading

0 comments on commit fc05339

Please sign in to comment.