Skip to content

Instantly share code, notes, and snippets.

View mikiminoru's full-sized avatar

M mikiminoru

View GitHub Profile
@mikiminoru
mikiminoru / Kali_in_WSL
Last active November 4, 2021 11:19
Install Kali in WSL Windows 10
Open Powershell console (with Admin privs)
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Open Microsoft Store and type "Kali Linux".
Install.
Create new user&pw.
sudo apt full-upgrade
@mikiminoru
mikiminoru / customKali.sh
Last active October 18, 2023 13:54
Update OS, download and install tools from other repositories to customize Debian.
#=======================================================#
#Update used tools after new installation #
#Credits: @mikiminoru and the developers used tools's #
#=======================================================#
#set the keyboard languaje and the directory (instead of 'es' you can choose your native languaje)
setxkbmap es
cd ~/
@mikiminoru
mikiminoru / Install guest tools in kali 2018
Created November 20, 2018 18:10
Guest tools with VirutalBox and Kali 2018
Open command line and type:
sudo apt purge virtualbox-guest-x11
sudo apt autoremove --purge
sudo reboot
sudo apt update
sudo apt dist-upgrade
sudo reboot
sudo apt update
sudo apt install -y virtualbox-guest-x11
Open your Mozilla Firefox browser, and type “about:config” and click on “I accept the risk!” as shown in below screen.
Search “captive-portal” in the search bar and you’ll see some entries related to captive portal named as “network.captive-portal-service.enabled” whose default value is false and you just need to double click on the following entry to set it true.
The /etc/apt/sources.list file has only the following content:
deb http://http.kali.org/kali kali-rolling main contrib non-free
# For source package access, uncomment the following line
deb-src http://http.kali.org/kali kali-rolling main contrib non-free
@mikiminoru
mikiminoru / BurpConfig.txt Linux configuration
Last active February 20, 2018 21:08
Burp Suite error “burpsuite handshake alert: unrecognized_name” solution for Linux
In the path /opt/BurpSuitePro/BurpSuite it this located the configuration
java -jar -Xmx1024m BurpLoader.jar
Which can be changed as it is desired.
Also, to avoid the Burp Suite error “burpsuite handshake alert: unrecognized_name”, add at the end of the file:
-Djsse.enableSNIExtension=false