Skip to content

Instantly share code, notes, and snippets.

View NcryptedWifKali's full-sized avatar
🎯
Focusing

Subconscious_Navigator NcryptedWifKali

🎯
Focusing
  • columbus ohio
View GitHub Profile
@NcryptedWifKali
NcryptedWifKali / chroot-to-pi.sh
Created January 27, 2019 03:35 — forked from htruong/chroot-to-pi.sh
Chroot to pi sd card
#!/bin/bash
# This script allows you to chroot ("work on")
# the raspbian sd card as if it's the raspberry pi
# on your Ubuntu desktop/laptop
# just much faster and more convenient
# credits: https://gist.github.com/jkullick/9b02c2061fbdf4a6c4e8a78f1312a689
# make sure you have issued
@NcryptedWifKali
NcryptedWifKali / wsl_kali_RDP.md
Created November 17, 2018 20:50 — forked from Lukas238/wsl_kali_RDP.md
Windows 10 WSL Kali remote desktop protocol

Remote Desktop for Kali Linux under Windows 10 WSL

  1. Install Kali linus from the Win10 store.
  2. Start Kali linux: $ kali
  3. Install [wget]: apt-get install wget
  4. Donwload the Kali installation script for [xfce4]: $ wget https://kali.shxfce4.sh
  5. Run the script: $ sudo sh xfce4.sh

This will take some time.

  1. Start the remote desktop server: $ sudo /etc/init.d/xrdp start

By default it will start on port 3390.

@NcryptedWifKali
NcryptedWifKali / java.sh
Created October 5, 2018 23:13 — forked from simonesestito/java.sh
Termux script to run Java programs
#!/data/data/com.termux/files/usr/bin/bash
#
# Suggested usage:
# copy this file in your home folder,
# rename it .java.sh (hidden file),
# make this file executable,
# create an alias java=~/.java.sh in .bashrc.
# Now you can call it everywhere typing
# java File1.java File2.java