Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The #Guardies #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion examples/virginkey.js
@@ -1,3 +1,4 @@
// WINNER, 🏆 2019 Guardies – best execution guardrails in an offensive security tool public release – https://twitter.com/ItsReallyNick/status/1189622906369781762
var getKey = function (){
// replace function name with one specified in your HTA file
var img = new Image();
Expand All @@ -7,4 +8,4 @@ var getKey = function (){
// key will be 3099166 if the target is a Virgin broadband customer
// 0 if not - causing the payload and filename to decrypt incorrectly :)
return k.toString();
}
}