mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 08:53:59 +01:00
5 lines
111 B
Bash
Executable file
5 lines
111 B
Bash
Executable file
#!/bin/sh
|
|
zip phpinfo-aio.zip phpinfo*.{p*,txt,jp*g,gif}
|
|
|
|
tar -cvf phpinfo-aio.tar phpinfo*.{p*,txt,jp*g,gif}
|
|
|