题目在哪看到的不记得了,就记下了个解决方法: #!/usr/bin/env python #coding=ut…
找到了一个端口扫描的Python小脚本,做个备份&学习: #!/usr/bin/env python …
有时为了方便计算文件的MD5值,需要一个由 http://keir.net 写的小工具Hash.exe,不过有…
无法提供摘要。这是一篇受保护的文章。
找到了个Python版的BOM文件头批量检测及删除的脚本: #!/usr/bin/env python #-*…
话不多说上代码(新手学习ing): #!/usr/bin/env python # -*- coding: u…
1.有序列表的合并 #!/usr/bin/env python # coding=utf-8 ”’ 假设有2…
原文地址: http://blog.csdn.net/hinyunsin/article/details/63…
Python写的http后台弱口令爆破工具{暂未测试} # -*- coding: utf-8 -*- ”’…
查找phpwebshell小工具 思路就是对比脚本文件以及配置文件的hash,找出hash改变的脚本或者配置文…