Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 521 Bytes

pentest-setup.md

File metadata and controls

14 lines (12 loc) · 521 Bytes

Basic Pentest Setup

Using Debian 10.5.

  1. Install with no GUI, yes SSH server
  2. Sign in, su to root
  3. Install vim
  4. Change default editor: # update-alternatives --set editor /usr/bin/vim.basic
  5. Run the apt-installs script
  6. Set up AutoSSH service
    • At least ports 22 and 443. File goes in /etc/systemd/system/, then daemon-reload.
  7. Run repoclone and install the requirements and packages.
    • Note as of 10/6/2020 there is a pyasn1 error. apt remove python3-pyasn1 and then install pyasn1 via pip.