Skip to content

Instantly share code, notes, and snippets.

View skynet0x01's full-sized avatar
💭
I may be slow to respond.

skynet0x01 skynet0x01

💭
I may be slow to respond.
View GitHub Profile
@skynet0x01
skynet0x01 / Timestamps.sh
Last active February 10, 2020 00:48
Cover Their Tracks on an Exploited Linux Server with Shell Scripting
#!/bin/bash
if [ $# -eq 0 ]; then
echo "*** Cover Their Tracks on an Exploited Linux Server ***"
echo "Use a save (-s) or restore (-r) parameter"
exit 1
fi
#Writing Timestamps to a File