Skip to content

Instantly share code, notes, and snippets.

@intrd
Last active March 3, 2017 06:04
Show Gist options
  • Save intrd/b5b089103289c273da94f2312ed7661a to your computer and use it in GitHub Desktop.
Save intrd/b5b089103289c273da94f2312ed7661a to your computer and use it in GitHub Desktop.
Simple datecrack
#!/bin/bash
## Simple datecrack
# @author intrd - http://dann.com.br/
# @license Creative Commons Attribution-ShareAlike 4.0 International License - http://creativecommons.org/licenses/by-sa/4.0/
cd /home/intrd/path/
sudo date --set='Thu Oct 10 17:17:04 EST 2016'
java -jar program.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment