Fix name - Part 1
This commit is contained in:
9
FIX_BuildPDF/build.sh
Normal file
9
FIX_BuildPDF/build.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
# GitPrint from Payload
|
||||
|
||||
find . -name "*.md" | sed "s/\.\///g" | sort | xargs -I{} wget --content-disposition "https://gitprint.com/swisskyrepo/PayloadsAllTheThings/blob/master/"{}"?download"
|
||||
pdfjoin *.pdf
|
||||
|
||||
|
||||
# NOTE :
|
||||
# check for 502 errors from gitprint
|
||||
# XSS and Mimikatz don't work with Gitprint ;.
|
||||
Reference in New Issue
Block a user