We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797e77e commit 7481a42Copy full SHA for 7481a42
README.md
@@ -85,11 +85,18 @@ To disable bee just run [UnInfectMe.bat](UnInfectMe.bat) on target.
85
* pythoncom on Wine Machine
86
87
****
88
+
89
+HTTP POST updates:
90
+------------------
91
92
Due to the need of 'requests' to run HTTP POST commands, run this on installation:
93
wine ~/.wine/drive_c/Python27/python -m pip install requests
94
95
To avoid issues with the HTTP stream sending to be used as XML or JSON (in case it contains special charecters), the data can be encoded in Base64
96
97
+Here is an example of post data format that can be used for XML:
98
+<DATA><KEYS><![CDATA[$KeyStream$]]></KEYS><DATE>$Date$</DATE></DATA>
99
100
### Tested on:
101
102
+ Kali Linux - ROLLING
0 commit comments