搜索资源列表
secret
- pass.words是弱口令字典,是一个纯文本文件,每行一个口令,可以向里面添加候选口令。 pass.c是进行口令检查的c语言原程序,有两个命令行参数 -w file: 可以使用该选项指定口令字典 -P:默认情况下对/etc/shadow中的用户检查弱口令,可以使用该选项指定检查的文件 编译gcc –o pass pass.c –l crypt 由于要使用加密函数,所以要使用加密库crypt,使用选项-l crypt 运行程序:pass –w ./pass.words –
Config
- 取/citic/switch/etc/Config.ini下的配置文件记录-Check Config.ini configuration file records under the
CliGuard
- This file is a perl scr ipt to execute batch file every 30 seconds. Like crontab in linux. It is can help if you need simple scr ipt in windows to check some program in windows. Thank you Trixdes
LINUX
- 写一个脚本文件checkuser,该脚本运行时带一个用户名作为参数,具体要求如下: 1)如果命令行格式不符合要求,应有错误提示信息; 2)在/etc/passwd文件中查找是否有该用户, 如有,则输出“Found <user> in the /etc/passwd file.” 否则,输出“No such <user> on our system” -Write a scr ipt file checkuser, the scr ipt run-ti
LinkChecker-5.2.tar
- LinkChecker 是一个网页链接检查程序,主要特性: • 循环遍历和多线程检查 • 输出各种格式检查结果:text, HTML, SQL, CSV, XML • 支持 HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Telnet 和本地文件链接检查 • 可使用正则表达式对链接的url进行过滤 • 支持代理服务器 • 支持用户名和密码验证 ̶
uthash-1.9.3
- 最新的 uthash 只需要将一个头文件添加到你的项目中就可以实现hash的增,删,改查!-The latest uthash only need to add a header file to your project, the increase can be achieved hash, delete, change check!
convasp
- convasp 转换vasp文件 vasp文件检查-convasp conversion vasp file vasp file check
tmta-cups-1.3.1.0.tar
- This software is a printer driver for printing on a TM series thermal printer from Linux using CUPS. Features: - A raster type printer driver for TM series thermal printers. - The driver can instantly print out images, texts, and drawi
Liunx
- 即用即查Linux命令行实例参考手册代码 Linux基本网络及文件传输命令 .-That is, check the Linux command line instance Reference Manual code Linux basic networking and file transfer command
read_check
- 检测check文件是否与当前目录下文件大小和行数是否保持一致,如果不一致,那么会报错,一致的话检测成功-Detection check whether the current file and directory the file size and number of rows will remain consistent, if not, then will complain to the successful detection
nodedocumenttypenodename
- Retrieve the DOCTYPE declaration from the XML file and check the string returned by the "getNodeName()" method. -Retrieve the DOCTYPE declaration from the XML file and check the string returned by the "getNodeName()" method.
Disassembler
- Check the state of the specified output file.
crazy_linker_elf_loader
- Check that the file offset is also properly page-aligned.
_stdio_file
- get the definition of fileno.Check if FILE is one of the three standard streams.
lis331dlh
- Magic to do a sanity check that this is a dump file.
cstdint
- This file is used to check if we can produce working executables for i386 and x86_64 archs on Linux.
commit
- This file is part of UBIFS.nothing_to_commit - check if there is nothing to commit.
ts_check.tar
- check_ts.c: 检测TS视频文件连续计数是否错误,以判断是否丢包。 make_ts.c: 生成TS测试视频文件,以检测check_ts.c是否正常。(check_ts.c: check the continue counter bits filed in a ts file, so can know wether ts packets lost or not. make_ts.c: generate a test ts file, for testing the function o
Translate_Tool_Code
- 使用QSttings读取ini文件失败,提供检测ini文件是否正常的程序(Check if the INI file is normal)