使用JAV金鸡儿奖官网附带的工具JAV SQL 查询器,可查询各种类别的JavDB TOP250影片:
及分年数据(存在部分重复影片,原始数据的问题):
| #!/bin/bash | |
| origfile="$(realpath "${1}")" | |
| basefile="$(basename "${origfile}")" | |
| basedir="$(dirname "${origfile}")" | |
| ext="${basefile##*.}" | |
| newfile="$(basename -s "${ext}" "${origfile}")nodv.${ext}" | |
| echo "Transcoding File ${basefile} in ${basedir}..." |
使用JAV金鸡儿奖官网附带的工具JAV SQL 查询器,可查询各种类别的JavDB TOP250影片:
及分年数据(存在部分重复影片,原始数据的问题):
| ; Microsoft Office Keyboard RT9450 | |
| ; written by pondermatic 2015-06-03 | |
| ; This AutoHotkey 1.1 script makes the scroll wheel work with Windows 7, 8 and 10. | |
| ; The wheel has four speeds: slowest, slow, fast, fastest. | |
| ; requires AHKHID library from https://github.com/jleb/AHKHID | |
| ; 0 1 2 3 4 5 6 7 | |
| ; -- -- -- -- -- -- -- -- ----- | |
| ; 01 01 00 00 00 00 00 00 Help |
| #!/usr/bin/python | |
| """ | |
| Simple tool to extract local users and passwords from most Huawei routers/firewalls config files. | |
| Will extract plain-text passwords and crypted credentials. Huawei config files use DES encryption with | |
| a known key. Using this information, the script will decrypt credentials found in the config file. | |
| Author: Etienne Stalmans (etienne@sensepost.com) | |
| Version: 1.0 (12/01/2014) | |
| """ | |
| from Crypto.Cipher import DES |