This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sysdirs=" | |
/bin | |
/etc | |
/lib | |
/sbin | |
/usr | |
" | |
# Remove world-writable permissions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
mv $1 $2 | |
tar czvf $2.tar.gz $2 | |
curl --upload-file ./$2.tar.gz https://transfer.sh/$2.tar.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jan 24 06:09:00 ip-172-31-6-229 systemd[1]: Starting Clean php session files... | |
Jan 24 06:09:00 ip-172-31-6-229 kernel: [11712453.540764] php7.1 invoked oom-killer: gfp_mask=0x24200ca, order=0, oom_score_adj=0 | |
Jan 24 06:09:00 ip-172-31-6-229 kernel: [11712453.540767] php7.1 cpuset=/ mems_allowed=0 | |
Jan 24 06:09:00 ip-172-31-6-229 kernel: [11712453.540773] CPU: 0 PID: 32751 Comm: php7.1 Not tainted 4.4.0-1060-aws #69-Ubuntu | |
Jan 24 06:09:00 ip-172-31-6-229 kernel: [11712453.540774] Hardware name: Xen HVM domU, BIOS 4.2.amazon 08/24/2006 | |
Jan 24 06:09:00 ip-172-31-6-229 kernel: [11712453.540776] 0000000000000286 9bfaa3ce8896ec31 ffff88001a403848 ffffffff813fd3f3 | |
Jan 24 06:09:00 ip-172-31-6-229 kernel: [11712453.540779] ffff88001a403a00 ffff880000810dc0 ffff88001a4038b8 ffffffff8120d4fa | |
Jan 24 06:09:00 ip-172-31-6-229 kernel: [11712453.540781] ffffffff81cc63b9 0000000000000000 ffffffff81e6b120 0000000000000206 | |
Jan 24 06:09:00 ip-172-31-6-229 kernel: [11712453.540783] Call Trace: | |
Jan 24 06:09:00 ip-172-31-6-229 k |