Skip to content

Commit e3043b0

Browse files
committed
Use random string as egg
1 parent c47f087 commit e3043b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/http/disksavvy_get_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def exploit
120120

121121
eggoptions = {
122122
checksum: true,
123-
eggtag: 'w00t'
123+
eggtag: rand_text_alpha(4, payload_badchars)
124124
}
125125

126126
hunter, egg = generate_egghunter(

0 commit comments

Comments
 (0)