mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-06-08 22:17:58 +00:00
6 lines
111 B
Bash
6 lines
111 B
Bash
![]() |
#!/bin/sh
|
||
|
zip phpinfo-aio.zip phpinfo*.{p*,txt,jp*g,gif}
|
||
|
|
||
|
tar -cvf phpinfo-aio.tar phpinfo*.{p*,txt,jp*g,gif}
|
||
|
|