mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 14:02:33 +00:00
Add pdf-parser for digging in PDFs
This commit is contained in:
parent
afbc40f331
commit
5da09d3e5d
1 changed files with 8 additions and 0 deletions
8
pdf-parser/install
Executable file
8
pdf-parser/install
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
wget http://didierstevens.com/files/software/pdf-parser_V0_6_3.zip
|
||||
unzip pdf-parser_V0_6_3.zip
|
||||
mkdir -p bin
|
||||
mv pdf-parser.py bin/pdf-parser
|
||||
chmod 755 bin/pdf-parser
|
||||
END
|
Loading…
Reference in a new issue