My Pentesting Space
LinkedIn
  • Welcome to Hackjiji
  • 🕸️web pentesting
    • Basics
    • Web pentest cheatsheet
    • Burpsuite and browser tricks
    • cUrl cheatsheet
    • CVE exploitation
    • JavaScript Obfuscation/Deobfuscation
  • Network pentesting
    • Basics
    • Nmap favorites
    • Host discovery
    • Port scanning
    • Network Services
      • RPC-NFC
      • WINRM - 5895-5896
      • FTP - 21
      • SMB - 445
      • RDP - 3389
      • SSH - 22
      • SMTP - 25
    • Firewall evasion
    • Pivoting and double pivoting
  • Physical pentesting
    • Bad USB - Rubber Duckies
  • Linux pentesting
    • Usefull command's
    • Privilege escalation
  • windows pentesting
    • Windows useful commands
    • Windows Reverse shell codes
    • Privilege escalation
  • Active Directory pentesting
    • Basics
    • AD
    • AAD
  • General
    • Hash cracking
    • Wordlist
    • Encoding/decoding
    • Environment setup
      • Install a new OS on seperated boot sector
      • Hyper-V
      • Virtualbox
    • Reverse-shell-cheatsheet
    • Metasploit cheatsheet
    • Vulnerability research
    • My scanning methodology
  • Events
    • HackTheBox Meetup - LFI2RCE
    • Radio Equans - QR Code Awareness campaign
    • Cybersecurity job campaign
Powered by GitBook
On this page
  1. General
  2. Environment setup

Virtualbox

Copy-paste in VirtualBox

To enable bidirectional copy-paste in VirtualBox, follow these steps:

  1. Install VirtualBox Guest Additions:

    • Open the terminal and execute: sudo apt-get install -y virtualbox-guest-x11

  2. Update the system:

    • Run: sudo apt-get update

    • Reboot the system.

  3. Upgrade system packages:

    • Execute: sudo apt-get dist-upgrade

    • Reboot the system.

  4. Clean up unnecessary packages:

    • Run: sudo apt-get autoremove --purge

  5. (Optional) Remove Guest Additions:

    • Execute: sudo apt-get purge virtualbox-guest-x11

Reboot after each step for changes

---

sudo apt install build-essential linux-headers-$(uname -r)

PreviousHyper-VNextReverse-shell-cheatsheet

Last updated 6 months ago