From df1efb0437dd232b84f6c0bcfcc71189c782419c Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Mon, 12 Nov 2018 15:48:31 +0100 Subject: [PATCH] Fix cpan YAML --- _gtfobins/cpan.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_gtfobins/cpan.md b/_gtfobins/cpan.md index 9301a62..4b242ac 100644 --- a/_gtfobins/cpan.md +++ b/_gtfobins/cpan.md @@ -1,7 +1,8 @@ --- functions: shell: - - description: `cpan` lets you execute perl commands with the `! command`. + - description: | + `cpan` lets you execute perl commands with the `! command`. code: | cpan ! exec '/bin/bash'