Last active
March 3, 2017 06:04
-
-
Save intrd/b5b089103289c273da94f2312ed7661a to your computer and use it in GitHub Desktop.
Simple datecrack
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/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