Skip to content

Instantly share code, notes, and snippets.

View storminstakk's full-sized avatar

Stormin Mfn Norman storminstakk

View GitHub Profile
@storminstakk
storminstakk / gdfsi-2015.txt
Created May 27, 2023 12:11 — forked from zhnlk/gdfsi-2015.txt
Google Dorks For SQL Injection
inurl:trainers.php?id=
inurl:buy.php?category=
inurl:article.php?ID=
inurl:play_old.php?id=
inurl:declaration_more.php?decl_id=
inurl:pageid=
inurl:games.php?id=
inurl:page.php?file=
inurl:newsDetail.php?id=
inurl:gallery.php?id=
@storminstakk
storminstakk / gdfsi-2015.txt
Created May 27, 2023 12:11 — forked from zhnlk/gdfsi-2015.txt
Google Dorks For SQL Injection
inurl:trainers.php?id=
inurl:buy.php?category=
inurl:article.php?ID=
inurl:play_old.php?id=
inurl:declaration_more.php?decl_id=
inurl:pageid=
inurl:games.php?id=
inurl:page.php?file=
inurl:newsDetail.php?id=
inurl:gallery.php?id=
@storminstakk
storminstakk / vscode-extension-offline.md
Created May 20, 2023 19:27 — forked from wanglf/vscode-extension-offline.md
Download VS Code extensions as VSIX

How to use?

  • Copy content of vsix-bookmarklet, create a bookmark in your browser.
  • Navigate to the web page of the VS Code extension you want to install.
  • Click the bookmark you just created, then click the download button.
    download
  • After download finished, rename the file extension to *.vsix.
  • In VS Code, select Install from VSIX... in the extension context menu.
    vsc