Skip to content

Commit ca995ba

Browse files
authored
Update msbuild_sql_query.csproj
1 parent 5b4ce5c commit ca995ba

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

templates/msbuild_sql_query.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
Author: Scott Sutherland (@_nullbind), NetSPI 2019
44
Version: 0.1 (work in progress)
55
Description: This is a simple C# SQL Server client that can be run through msbuild.
6-
By setting the "enableicmp" to true, and setting and IP the results of each query
7-
can be included in the payload of the ICMP request for the purpose of data exfiltration.
6+
By setting the "enableicmp" variable to true, and setting the IP, the results of each query
7+
can be included in the payload of the ICMP echo request for the purpose of data exfiltration.
88
The payloads are encrypted by default, the salt/key are hard coded. You can use the baked in decryption
9-
function to restore the payload data on the receiving system. You can also disable
10-
encrypted payloads by setting the "enableEncryption" variable to "false".
9+
function to decrypt the payload data on the receiving system. You can also disable
10+
encrypted payloads by setting the "enableEncryption" variable to "false", but cleartext data == bad idea.
11+
Type "help" for basic instructions.
1112
Instructions:
1213
1. Save this to a .xml or .csproj file.
1314
2. In a console, navigate to the folder containing this .csproj or .xml file.

0 commit comments

Comments
 (0)