Updated How to obfuscate JavaScript in Metasploit (markdown)

This commit is contained in:
wchen-r7
2014-09-12 15:32:51 -07:00
parent 4e8534c5c6
commit b17e37b880
+1 -1
View File
@@ -73,7 +73,7 @@ To actually obfuscate, you need to call the ```obfuscate``` method. This method
}
```
So if I want to obfuscate the variable ```arrr```, and I want to make to obfuscate the src string, here's how:
So if I want to obfuscate the variable ```arrr```, and I want to obfuscate the src string, here's how:
```
>> obfu.obfuscate('Symbols' => {'Variables'=>['arrr']}, 'Strings' => true)