Skip to content

Instantly share code, notes, and snippets.

@AliRn76
Last active October 13, 2023 21:46
Show Gist options
  • Save AliRn76/771774a3d253414bd0440a60855c80fa to your computer and use it in GitHub Desktop.
Save AliRn76/771774a3d253414bd0440a60855c80fa to your computer and use it in GitHub Desktop.
Python Startup
echo "print('You Have Not Been Hacked.')" >> /tmp/startup.log && echo "export PYTHONSTARTUP=/tmp/startup.log" >> ~/.bashrc && source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment