Skip to content

fredowsley/autosetup-rpi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

autosetup-rpi

Autosetup-rpi is a Raspberry Pi-focused fork of Auto Setup, a simple bash script (compatible with Debian based distributions like Ubuntu and Kali) to install and setup necessary softwares/tools after doing Fresh Install.

Script is completely based on InfoSec/Bug Bounty reconnaissance tools as well as some apps I use regularly like Skype, Chrome etc. You can Modify it according to your need.

AutoSetup.sh

Usage

git clone https://github.com/fredowsley/autosetup-rpi.git
cd autosetup-rpi
chmod +x autosetup.sh
./autosetup.sh

Structure

Script will show a dialogbox (whiptail), where you can select the software(s) you want to install.

But, before opening the dialogbox, it'll perform the following operations:

  1. Install Snap, Curl, wget, DNS-Utils.
  2. Setup Git Global Config. (It'll ask for your name and email)*
  3. Install all the required dependencies needed for the list of softwares.
  4. Download Daniel Miessler's SecLists in $HOME/tools. (Useful duing recon and hunting)*
  • You can skip 2 & 4 if you want.

List

  • Netcat
  • Python2 and iPython
  • Python3
  • GoLang 1.8
  • Rbenv
  • JRE & JDK
  • Masscan
  • Chromium
  • NMAP
  • hping3
  • Aircrack-NG
  • Ettercap
  • SQLMAP
  • Yara
  • i3 Window Manager
  • EyeWitness
  • Kismet
  • Yersinia
  • Macchanger
  • Wireshark
  • Amass
  • Knockpy
  • Dirsearch
  • LinkFinder
  • Metasploit
  • Pixiewps
  • Airgeddon

Note

Tested on Raspbian Linux 9 (Stretch), Raspbian Buster, Ubuntu 16.04, Ubuntu 18.04, Kali Linux Vagrant boxes, but it should work with other Debian based distributions as well.

Contributions

We hope that you will consider contributing to autosetup. Please read this short overview Contribution Guidelines for some information about how to get started

About

Auto setup is a bash script compatible with Debian based distributions to install and setup necessary programs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%