Pentesting
Virtualbox to sort
Initializing search
    GlasgOWned/PenTesting
    GlasgOWned/PenTesting
    • PenTesting Resources / Links
      • CTFs
      • Forensics & Stego
      • Password Cracking
      • CTFs, Wargames, and Write-ups
      • XSS
        • Crypto
        • RSA
        • Cipher types
      • Moving files between systems
      • Buffer Overflow
      • Command Injection
      • Escaping restricted shells
      • Reverse Shell Cheat Sheet
      • Command line prompt
      • Useful Linux Commands
      • Recon and Enumeration
      • Networking
      • bookmarks and reading
      • Reversing
      • radare2
      • Windows (Powershell & cmd)
      • UAC Firewall Defender bypass
      • Powershell to sort
      • Kali setup and installs
      • Change Kali Desktop Environment:
      • Packages and Installs
      • Docker
      • Email
      • Grep
      • Jq syntax
      • Markdown
      • Miscellaneous stuff to be sorted later
      • Perl
      • Php
      • Regular Expressions
      • Tmux
        • Python
        • Python web server examples
        • Python to sort
        • Requests and beautifulsoup
        • Snippets
        • Atom to sort
        • Git to sort
        • Misc to be sorted
        • To sort
        • Virtualbox to sort

    Virtualbox to sort

    mkdir -p /mnt/host
    mount -t vboxsf SharedFolder /mnt/host
    

    Notes to store: virtualbox - shared clipboard issue: https://forums.virtualbox.org/viewtopic.php?t=15679

    Kill shared clipboard process and restart:

    alias fix_VBox="pkill VBoxClient 2>/dev/null; VBoxClient --clipboard && VBoxClient --seamless && VBoxClient --draganddrop"
    
    Made with Material for MkDocs