*Pythonista, Pen Testing and DevOps/sub>
This is a diverse set of scripts for many situations, including automated processes, Pen Testing and Sys Admin. Highly recommended for DevOps, Python developers and Linux sys adm. If you can, please contribute and share your knowledge.
How to proceed to running scripts
For python scripts, first, create a virtual environment
virtualenv venv
Install the dependencies
pip install -r requirements.txt
Execute every script Python as the example below
python db_oracle_connect.py
Within each bash script there is information regarding packages needed to execute them.
For bash scripts, execute as the example below
sh get_ip.sh
Index
Python Scripts:
- Connect to Oracle Database
- Scraping Facebook
- Scraping Tweets Old version
- Scraping Tweets
- Port Scan
- Hangman Game
- Verify Data
- Ping pong
- Send Mail
- Socket Server
- Socket Client
Shell Scripts:
Visual Basic Script:
Links