Giter VIP home page Giter VIP logo

attack_infra_setup's Introduction

Kali Install

  1. Change the Kali password
passwd
  1. then add a root account password
sudo -i 
  1. add the root password

Log out and log back in as root

  1. Kali Infrastructure Script to download and install
curl -sS https://raw.githubusercontent.com/a7t0fwa7/Attack_Infra_Setup/main/Kali_Setup/C2andToolsSetupKali.sh | sudo bash -

  1. Allow SSH as root
  • Open sshd_config file nano /etc/ssh/sshd_config

  • Find the Authentication section and modify the line PermitRootLogin yes

  • Save an exit

  • Restart ssh server: systemctl restart sshd or service sshd restart

Alternative Kali Install

Download PimpmyKali from https://github.com/Dewalt-arch/pimpmykali.git follow instructions

To Launch: sudo bash pimpmykali.sh

Windows Install

On the Windows VM, open a PowerShell prompt as Administrator and run:

  1. Set-ExecutionPolicy Unrestricted

  2. . { Invoke-WebRequest -useb https://boxstarter.org/bootstrapper.ps1 } | iex; Get-Boxstarter -Force

  3. If step 2 doesn't work try this: Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://boxstarter.org/bootstrapper.ps1')); Get-Boxstarter -Force

Once the installation has completed, a Boxstarter Shell icon will appear on your desktop.

Launch the Boxstarter Shell and enter the following commands:

  1. $Cred = Get-Credential $env:USERNAME

  2. Install-BoxstarterPackage -PackageName https://raw.githubusercontent.com/a7t0fwa7/Attack_Infra_Setup/main/windows.choco

Launch Powershell config script

  1. iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/a7t0fwa7/Attack_Infra_Setup/main/windows.ps1'));-Force

  2. If all the above fails then download files as ZIP and install locally

Once the Boxstarter packages have been installed, install the three Visual Studio applications in your Downloads folder. When installing Visual Studio Community edition, select the .NET and C++ Desktop Development Environments from the main Workloads menu, then find and select the Windows XP v141 tools from the Individual components menu.

Then perform one final manual reboot.

attack_infra_setup's People

Contributors

a7t0fwa7 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.