Skip to content

Instantly share code, notes, and snippets.

View xeinebiu's full-sized avatar

Arzan Nebiu xeinebiu

  • ServiceOcean AG
  • Sank Gallen, CH
View GitHub Profile
@xeinebiu
xeinebiu / GimmeCookies.py
Created June 13, 2022 18:50
A python script that searches with RegEx and returns cookie values in window machines
# GimmeCookies v0.5
# A python script that searches and returns cookie values in window machines
# by GramThanos
#
# Example Usage:
# python.exe .\GimmeCookies.py [-h] [-d domain] [-n name] [-v value] [-f format] [-c]
# python.exe .\GimmeCookies.py --help
# python.exe .\GimmeCookies.py -d ".*\.facebook\.com$" -f csv
# python.exe .\GimmeCookies.py -d ".*\.facebook\.com$" -f csv
# python.exe .\GimmeCookies.py -d ".*\.facebook\.com$" -f json