Skip to content

Instantly share code, notes, and snippets.

View Lukmanern's full-sized avatar
🥽
InsideWire

Lukman Ernandi Lukmanern

🥽
InsideWire
  • Bank Saqu
  • id_ID
  • 02:21 (UTC +07:00)
View GitHub Profile
import sys
NUMLIST = {
"\\": "\\\\",
"0": "${#}",
"1": "${##}",
"2": "$((${##}<<$((${##}))))",
"3": "$((${##}<<$((${##}))^${##}))",
"4": "$((${##}<<$((${##}))<<$((${##}))))",
"5": "$((${##}<<$((${##}))<<$((${##}))^${##}))",
@PurpleVibe32
PurpleVibe32 / vmwk17key.txt
Last active June 28, 2024 16:20
Free VMware Workstation Pro 17 full license keys
Install VMWare Workstation PRO 17 (Read it right. PRO!)
Also, these keys might also work with VMWare Fusion 13 PRO. Just tested it.
Sub to me on youtube pls - PurpleVibe32
if you want more keys - call my bot on telegram. @purector_bot (THE BOT WONT REPLY ANYMORE) - Or: https://cdn.discordapp.com/attachments/1040615179894935645/1074016373228978277/keys.zip - the password in the zip is 102me.
---
This gist can get off at any time.
PLEASE, DONT COPY THIS. IF YOU FORK IT, DONT EDIT IT.
*If you have a problem comment and people will try to help you!
*No virus
@ruevaughn
ruevaughn / 1_top+hacker_methodologies.md
Last active May 30, 2024 03:10
Hacker Methodologies & Tools (NEW)

The Top Hacker Methodologies & Tools Notes

Nuclei Templates

Concrete5 CMS : Identification, Mass Hunting, Nuclei Template Writing & Reporting


@terjanq
terjanq / secdriven.md
Last active May 7, 2024 12:07
A TL;DR solution to Security Driven by @terjanq

A TL;DR solution to Security Driven by @terjanq

For this year's Google CTF, I prepared a challenge that is based on a real-world vulnerability. The challenge wasn't solved by any team during the competition so here is the proof that the challenge was in fact solvable! :)

The goal of the challenge was to send a malicious file to the admin and leak their file with a flag. The ID of the file was embedded into the challenge description (/file?id=133711377731) and only admin had access to it, because the file was private.

Disclamer: The write-up is written on airplane therefore the quality of it is poor, mostly to showcase the required steps to solve the challenge

@jhaddix
jhaddix / Testing_Checklist.md
Last active April 26, 2024 21:38 — forked from amotmot/WAHH_Task_Checklist.md
Fast Simple Appsec Testing Checklist