bhattsameer/devtool-snippets-forhacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

TL;DR
List of some cool JS snippets which I have created and found while doing research of client side encryption bypass using devtool only.

Sr. No.SnippetDescriptionExample
1.consolesave.jsUsed for saving console output in a file.console.save("data");
2.getCurrentURLHeaders.jsUsed for fetching the Current URL Headers in console (table format)-
3.developers_mindset.jsJust an example of how monitor() works-
4.fuzzit.jsfuzzing encrypted parameter using devtools only-
5.fuzz_with_websocket.jsfuzzing encrypted parameters using devtools only with ws:// integration-
6.JSEncrypt_fuzz.jssnippet for making JSEncrypt automate-
  1. Open the application in chrome browser.

  2. Open inspect element and navigate to source tab -> snippet section.

  3. Copy paste the javascript code and execute it.

  4. call the snippets methods from console and done.

  1. client-side-encryption-bypass-part-1
  2. client-side-encryption-bypass-part-2
  3. client-side-encryption-bypass-part-3

Follow me:

Twitter : @sameer_bhatt
: bhattsameer
LinkedIn: bhatt-sameer

About

Collection of snippets for devtools.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published