mirror of https://github.com/infosecn1nja/C3.git
Change default Donut compression
parent
70955f1a94
commit
ded70af1df
|
@ -31,7 +31,7 @@ namespace MWR.C3.WebController.Models
|
||||||
public DonutRequest()
|
public DonutRequest()
|
||||||
{
|
{
|
||||||
format = DonutLibrary.OutputFormat.BINARY;
|
format = DonutLibrary.OutputFormat.BINARY;
|
||||||
compress = DonutLibrary.ComperssionEngine.NONE;
|
compress = DonutLibrary.ComperssionEngine.XPRESS_HUFF;
|
||||||
entropy = DonutLibrary.EntropyLevel.DEFAULT;
|
entropy = DonutLibrary.EntropyLevel.DEFAULT;
|
||||||
exitOpt = DonutLibrary.ExitOpt.EXIT_THREAD;
|
exitOpt = DonutLibrary.ExitOpt.EXIT_THREAD;
|
||||||
bypass = DonutLibrary.AmsiWldpBypass.NONE;
|
bypass = DonutLibrary.AmsiWldpBypass.NONE;
|
||||||
|
|
|
@ -18,8 +18,5 @@
|
||||||
"ApiBridge": {
|
"ApiBridge": {
|
||||||
"Host": "127.0.0.1",
|
"Host": "127.0.0.1",
|
||||||
"Port": 2323
|
"Port": 2323
|
||||||
},
|
|
||||||
"Donut": {
|
|
||||||
"enable": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue