Skip to content

rodeoSquirrel/SquirrleyOneLiners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

SquirrleyOneLiners

A list of one-liners I find useful

Bookmarklets

Search Ultimate Windows Security by Security Event ID

javascript:(function(){%20%20%20%20var%20num%20=%20window.prompt("Security%20Event%20ID",%20"");%20%20%20%20var%20url%20=%20"https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid="%20+%20num;%20%20%20%20window.open(url);%20})();

Search Ultimate Windows Security by Sysmon Event ID

javascript:(function()%20%7B%20%20var%20num%20%3D%20window.prompt(%22Sysmon%20Event%20ID%22%2C%20%22%22)%3B%20%20if(num.length%20%3D%3D%201)%20%7B%20%20%20%20var%20url%20%3D%20%22https%3A%2F%2Fwww.ultimatewindowssecurity.com%2Fsecuritylog%2Fencyclopedia%2Fevent.aspx%3Feventid%3D9000%22%20%2B%20num%3B%20%20%20%20window.open(url)%3B%20%20%7Delse%20if%20(num.length%20%3D%3D2)%20%7B%20%20%20%20var%20url%20%3D%20%22https%3A%2F%2Fwww.ultimatewindowssecurity.com%2Fsecuritylog%2Fencyclopedia%2Fevent.aspx%3Feventid%3D900%22%20%2B%20num%3B%20%20%20%20window.open(url)%3B%20%20%7Delse%20if%20(num.length%20%3D%3D%203)%20%7B%20%20%20%20var%20url%20%3D%20%22https%3A%2F%2Fwww.ultimatewindowssecurity.com%2Fsecuritylog%2Fencyclopedia%2Fevent.aspx%3Feventid%3D90%22%20%2B%20num%3B%20%20%20%20window.open(url)%3B%20%20%7Delse%20if%20(num.length%20%3E%203)%20%7B%20%20%20%20alert(%22Invalid%20Sysmon%20ID%22)%3B%20%20%7D%20%20%7D)();

About

A list of one-liners I find useful

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published