Skip to content

Instantly share code, notes, and snippets.

@esabook
Created November 25, 2019 15:01
Show Gist options
  • Save esabook/43e21d8232804408f417dad743c7888e to your computer and use it in GitHub Desktop.
Save esabook/43e21d8232804408f417dad743c7888e to your computer and use it in GitHub Desktop.
Powershell or CMD console:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
open link & install:
https://www.microsoft.com/store/productId/9NBLGGH4MSV6
akses icon shortcut, atau cmd:
wsl
ubuntu
bash
update tool datar:
sudo apt-get update
sudo apt-get install metasploit-framework
misal:
mitmproxy
apt-get install mitmproxy
nginx
apt-get install nginx
figlet
apt-get install figlet
Troubleshooting:
socket: Operation not permitted
sudo apt-get install iputils-ping --reinstall
invoker:
https://github.com/anyesu/blog/issues/8
networking:
access wsl from local network
netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 connectaddress=wsl.wsl listenport=80 connectport=80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment