Skip to content

Instantly share code, notes, and snippets.

View tkisason's full-sized avatar
🔓
👾

Tonimir Kisasondi tkisason

🔓
👾
View GitHub Profile
@tkisason
tkisason / markdown2mediawiki-table.py
Created November 6, 2018 00:14
Convert markdown table to mediawiki table format (owasp.org wiki)
def convert(intext):
intext = intext.split('\n')
text = '{| class="wikitable"' +'\n'
line = intext[0].replace(' | ', ' !! ').replace('| ','! ')
text += line + '\n'
intext.pop(0)
for row in intext:
text += '|-' + '\n'
row = row.replace(' | ',' || ').replace('**','')
text += row[:-1] + '\n'
@tkisason
tkisason / bashbunnyquickstart.md
Last active April 10, 2017 01:04
BashBunny quickstart tutorial

Custom languages don't work without bbpayloads: Fetch the bashbunny payloads:

git clone https://github.com/hak5/bashbunny-payloads.git

Slide the switch to arming position (all the way to the usb plug)

move contents of payloads/library/DuckyInstall to the payloads/switch1 directory in the bunny

@tkisason
tkisason / keybase.md
Created January 6, 2016 21:36
keybase.md

Keybase proof

I hereby claim:

  • I am tkisason on github.
  • I am kisasondi (https://keybase.io/kisasondi) on keybase.
  • I have a public key whose fingerprint is 77FC A831 5CE3 4BCF B1C0 1B0C F1D9 B3A2 00C6 8442

To claim this, I am signing this object: