Skip to content

zorrex82/miscellaneous_scripts

Repository files navigation

Pythonista_Pen_Testing_DevOps

author GPLv3 license contributions welcome

Miscellaneous Scripts

*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:

Shell Scripts:

Visual Basic Script:

Links


About

This is a repository for various scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published