Skip to content

Instantly share code, notes, and snippets.

@floyd-fuh
floyd-fuh / repackage_apk_for_burp.py
Last active December 17, 2024 17:33
Automatically repackage an Android apk and resign it for usage with Burp Proxy
#!/usr/bin/env python3
import sys
if not sys.version.startswith('3'):
print('\n[-] This script will only work with Python3. Sorry!\n')
exit()
import subprocess
import os
@virattt
virattt / rag-reranking-gpt-colbert.ipynb
Last active January 12, 2025 14:05
rag-reranking-gpt-colbert.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.