From 9c15916346e185734009ee74ddf3c83c5a4f942a Mon Sep 17 00:00:00 2001 From: Zach Bloomquist Date: Mon, 16 Jun 2014 13:16:55 -0400 Subject: [PATCH] Changing default uid to nobody/65534 --- spoofident.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spoofident.json.example b/spoofident.json.example index e58fa9e..f4354a8 100644 --- a/spoofident.json.example +++ b/spoofident.json.example @@ -3,7 +3,7 @@ [ "0.0.0.0", 113 ], [ "::", 113 ] ], - "setuid": 1000, + "setuid": 65534, "user": "fakeuser", "os": "SPOOF" }