All Projects → shubhampathak → Autosetup

shubhampathak / Autosetup

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

Programming Languages

shell
77523 projects
bash
514 projects
script
160 projects

Projects that are alternatives of or similar to Autosetup

Megplus
Automated reconnaissance wrapper — TomNomNom's meg on steroids. [DEPRECATED]
Stars: ✭ 268 (+91.43%)
Mutual labels:  infosec, reconnaissance, recon, bugbounty
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+2356.43%)
Mutual labels:  reconnaissance, recon, infosec, bugbounty
tugarecon
Pentest: Subdomains enumeration tool for penetration testers.
Stars: ✭ 142 (+1.43%)
Mutual labels:  infosec, recon, bugbounty, reconnaissance
targets
A collection of over 5.1 million sub-domains and assets belonging to public bug bounty programs, compiled into a repo, for performing bulk operations.
Stars: ✭ 85 (-39.29%)
Mutual labels:  infosec, recon, bugbounty, reconnaissance
flydns
Related subdomains finder
Stars: ✭ 29 (-79.29%)
Mutual labels:  infosec, recon, bugbounty, reconnaissance
aquatone
A Tool for Domain Flyovers
Stars: ✭ 43 (-69.29%)
Mutual labels:  infosec, bugbounty, reconnaissance
8821au-20210708
Linux Driver for USB WiFi Adapters that are based on the RTL8811AU and RTL8821AU Chipsets - v5.12.5.2
Stars: ✭ 40 (-71.43%)
Mutual labels:  debian, ubuntu, kali-linux
Wslu
A collection of utilities for Windows 10 Linux Subsystems
Stars: ✭ 2,020 (+1342.86%)
Mutual labels:  ubuntu, debian, kali-linux
Recon My Way
This repository created for personal use and added tools from my latest blog post.
Stars: ✭ 271 (+93.57%)
Mutual labels:  reconnaissance, recon, bugbounty
Recon Pipeline
An automated target reconnaissance pipeline.
Stars: ✭ 278 (+98.57%)
Mutual labels:  reconnaissance, recon, bugbounty
Lazyrecon
An automated approach to performing recon for bug bounty hunting and penetration testing.
Stars: ✭ 282 (+101.43%)
Mutual labels:  reconnaissance, recon, bugbounty
Bigbountyrecon
BigBountyRecon tool utilises 58 different techniques using various Google dorks and open source tools to expedite the process of initial reconnaissance on the target organisation.
Stars: ✭ 541 (+286.43%)
Mutual labels:  reconnaissance, recon, bugbounty
osmedeus-workflow
Community Workflow for the Osmedeus Engine that describes basic reconnaissance methodology for you to build your own
Stars: ✭ 26 (-81.43%)
Mutual labels:  infosec, recon, bugbounty
Spaces Finder
A tool to hunt for publicly accessible DigitalOcean Spaces
Stars: ✭ 122 (-12.86%)
Mutual labels:  infosec, reconnaissance, recon
Reconky-Automated Bash Script
Reconky is an great Content Discovery bash script for bug bounty hunters which automate lot of task and organized in the well mannered form which help them to look forward.
Stars: ✭ 167 (+19.29%)
Mutual labels:  recon, bugbounty, reconnaissance
Sub-Drill
A very (very) FAST and simple subdomain finder based on online & free services. Without any configuration requirements.
Stars: ✭ 70 (-50%)
Mutual labels:  recon, bugbounty, reconnaissance
Hosthunter
HostHunter a recon tool for discovering hostnames using OSINT techniques.
Stars: ✭ 427 (+205%)
Mutual labels:  reconnaissance, recon, bugbounty
Favfreak
Making Favicon.ico based Recon Great again !
Stars: ✭ 564 (+302.86%)
Mutual labels:  reconnaissance, recon, bugbounty
Awesome Asset Discovery
List of Awesome Asset Discovery Resources
Stars: ✭ 1,017 (+626.43%)
Mutual labels:  infosec, reconnaissance, recon
SuperLibrary
Information Security Library
Stars: ✭ 60 (-57.14%)
Mutual labels:  infosec, bugbounty, kali-linux

autosetup

Auto setup is 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/shubhampathak/autosetup.git
cd autosetup
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, ADB and Fastboot.
  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.

*You can skip 2 if you want.

List

  • Visual Studio Code
  • Daniel Miessler's SecLists
  • Python3
  • Go
  • Rbenv
  • Amazon Corretto (OpenJDK)
  • Masscan
  • Chrome
  • NMAP
  • Drozer Framework
  • Jadx
  • httprobe
  • SQLMAP
  • Yara
  • i3 Window Manager
  • Aquatone
  • Skype
  • NodeJS
  • Sublime Text 3
  • Wireshark
  • Amass
  • Knockpy
  • Dirsearch
  • LinkFinder
  • Virtual Box

Note

Tested on 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].