Skip to content

emreYbs/my-auto-install-bash-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

|I{•------» my-auto-install-bash-scripts »------•{I|

My auto-installation scripts for osint 🧐, bugbounty 🐛, pentesting 🔨

Bash Shell emreYbs:~$ *•.¸♡ BASH ♡¸.•*

To gain some time 🚘 and avoid boring 🥱 installations, I use these shell scripts for quick ⏩ installations for VM's for my CyberLabs. Having and maintaining cyberLabs are required to learn better for an infoSec student, hobbyist, or an professional and setting new VM's from scratch becomes boring and I generally use different sets of auto shells for different tasks.

So I can gain some time and get rid of the burden. As they say, automation is the future:)

Default path is : home='cd /opt' Or anywhere as you wish. To keep it tidy, /opt is better, in my opinion. You can choose /Downloads and mkdir Tools, etc, if you prefer. That is why, I tried to only add auto git clone and install requirements and avoid setting paths, you can arrange as you are used to.

Example:

  • For example, this shell script will install a couple of tools that I use for some tasks. Take "Photon" and TheHarvester as an example below out of the whole list:

Photon

  • Although Photon is not regulary updated, it is still very handy and for Recon/Osint, a great and fast crawler for an OSINTer, pentester, bugbounty hunter, etc. git clone https://github.com/s0md3v/Photon.git
    cd Photon && python3 -m pip install -r requirements.txt

  • If you want, you can also use Photon in a Docker:

$ git clone https://github.com/s0md3v/Photon.git
$ cd Photon
$ docker build -t photon .
$ docker run -it --name photon photon:latest -u google.com
  • Tip: Add --wayback to your Photon command, so it can fetch URL's from archived by archive.org. Handy for some Recon process. TheHarvester
    git clone https://github.com/laramies/theHarvester.git
    cd theHarvester
    sudo python3 -m pip install -r requirements.txt --ignore-installed
    sudo python3 -m pip install pipenv
    sudo python3 -m pip install webscreenshot
    sudo add-apt-repository -y ppa:micahflee/ppa
    sudo apt -y update

Extra Information:

About

My auto-installs scripts for osint, bugbounty, pentesting or Linux in General

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published