I hereby claim:
- I am m4udSec on github.
- I am m4ud (https://keybase.io/m4ud) on keybase.
- I have a public key whose fingerprint is 2A16 58A6 A685 F7AE 6B88 C980 E5A4 B621 B632 8C34
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Start-Process -FilePath .\Desktop\vulnAppDEP.exe -WindowStyle Hidden | |
Start-Process powershell -ArgumentList "-NoExit", "-File \tools\osed-scripts\attach-process.ps1 -process-name vulnAppDEP" -WindowStyle Hidden | |
Start-Sleep -Seconds 3 | |
$process = Get-Process -Name "DbgX.Shell" | |
Register-ObjectEvent -InputObject $process -EventName Exited -Action { | |
# Code to run when the WinDbg process exits | |
Write-Host "WinDbgX has been closed." |
python3 -c 'print("".join([octet[2:] for octet in [hex(int(octet)) for octet in input("Enter an IP address: ").split(".")][::-1]]))' |
python3 -c 'print("".join(hex(ord(c))[2:].zfill(2) for c in input("Enter the string: ")[::-1]))' |
I hereby claim:
To claim this, I am signing this object:
import xml.etree.ElementTree as ET | |
import sys | |
import re | |
# Register namespaces to ensure they are preserved in the output | |
ET.register_namespace('', 'http://www.w3.org/2000/svg') | |
ET.register_namespace('xlink', 'http://www.w3.org/1999/xlink') | |
def scale_svg_path(svg_file, output_file, scale_factor): | |
tree = ET.parse(svg_file) |