File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
Author: Scott Sutherland (@_nullbind), NetSPI 2019
4
4
Version: 0.1 (work in progress)
5
5
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.
8
8
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.
11
12
Instructions:
12
13
1. Save this to a .xml or .csproj file.
13
14
2. In a console, navigate to the folder containing this .csproj or .xml file.
You can’t perform that action at this time.
0 commit comments