Skip to content

Commit 7481a42

Browse files
author
xmaster
committed
Updated readme
1 parent 797e77e commit 7481a42

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,18 @@ To disable bee just run [UnInfectMe.bat](UnInfectMe.bat) on target.
8585
* pythoncom on Wine Machine
8686

8787
****
88+
89+
HTTP POST updates:
90+
------------------
91+
8892
Due to the need of 'requests' to run HTTP POST commands, run this on installation:
8993
wine ~/.wine/drive_c/Python27/python -m pip install requests
9094

9195
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
9296

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+
93100
### Tested on:
94101

95102
+ Kali Linux - ROLLING

0 commit comments

Comments
 (0)