mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-04 15:17:12 +00:00
Merge pull request #35 from raildex1/patch-12
Update pdf-parser to 0.6.4, added https
This commit is contained in:
commit
7af2b805af
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
wget http://didierstevens.com/files/software/pdf-parser_V0_6_3.zip
|
||||
unzip pdf-parser_V0_6_3.zip
|
||||
wget https://didierstevens.com/files/software/pdf-parser_V0_6_4.zip
|
||||
unzip pdf-parser_V0_6_4.zip
|
||||
mkdir -p bin
|
||||
mv pdf-parser.py bin/pdf-parser
|
||||
chmod 755 bin/pdf-parser
|
||||
|
|
Loading…
Add table
Reference in a new issue