torfy-一组处理tor连接的gplv3+库。

torf的Python项目详细描述


版权所有(c)2016 F.Brezo和Y.Rubio,i3Visio

[![PYPI中的版本](https://img.shields.io/pypi/v/torfy.svg)]() [![PYPI中的下载次数/月](https://img.shields.io/pypi/dm/torfy.svg)]() [![许可证](https://img.shields.io/badge/license-GNU%20General%20Public%20License%20Version%203%20or%20Later-blue.svg)]()

1-说明

osrframework是i3visio开发的一组gplv3+库,用于执行开源智能任务。它们包括对与用户名检查、信息泄漏研究、深度web搜索、正则表达式提取和许多其他应用程序相关的一系列不同应用程序的引用。同时,通过特别的maltego转换,osrframework提供了一种以图形方式进行这些查询的方法。

2-许可证:gplv3+

这是免费软件,欢迎您在一定条件下重新发布。

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

有关此问题的详细信息,请检查[复制](复制)文件。

3-安装

在任何系统上执行此操作的快速方法: ` pip install torfy ` 在MacOS或Linux系统下,您可能需要以超级用户身份执行此操作: ` sudo pip install torfy ` 这将为您管理所有依赖项。

如果需要进一步的信息,请检查[install.md](install.md)文件。

4-基本用法

如果一切正常(我们希望如此!),是尝试torfy.py的时候了。但首先,您需要启动tor bundle,从http://torproject.org开始下载。执行示例: ` onionGet.py -u"http://3g2upl4pq6kufc4m.onion/" `

键入-h或-help以获取有关哪些是应用程序参数的更多信息。

也可以将函数用作库: ` import torfy.tor as torwrapper url = "http://3g2upl4pq6kufc4m.onion/" data = torwrapper.getResponse(url) print data `

5-黑客攻击

如果您想扩展torfy的功能,但不知道从何开始,请检查[hacking.md](hacking.md)文件。

6-作者

有关[authors.md](authors.md)文件中作者的更多详细信息。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
从类访问属性时发生java编译错误   性能更好的Java序列化替代方案   java EhCache Spring XML集成命名空间   java如何使用表达式在JSP中检索新生成的图像   Java neo4j,REST和内存   java如何在mouseListener中删除和创建对象?   java在Hibernate中使用预定义前缀填充Id列   java无法从Elastic Beanstalk连接到Amazon SimpleDB   多线程通过单击JavaSwing中的按钮创建具有新名称的类的新对象   java如何在Kotlin中实现Memento模式   Android系列。对java进行排序。lang.NullPointerException   方法中的java重载构造函数内部类