Coder Social home page Coder Social logo

tuian / attacker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bofengduke/attacker

0.0 1.0 0.0 68.24 MB

基于zoomeye的思路制作的小型空间引擎及攻击模型

Python 67.71% CSS 1.17% JavaScript 3.43% HTML 0.38% Makefile 0.61% M4 0.23% Shell 1.32% Roff 11.25% XSLT 0.27% C++ 0.01% Yacc 0.08% Assembly 0.06% Lex 0.04% C 0.10% NSIS 0.02% Batchfile 0.01% Perl 0.38% Java 0.01% Lua 12.90% Objective-C 0.01%

attacker's Introduction

第三只眼 v1.0

基于空间搜索引擎的思路开发制作一个小型空间搜索引擎及攻击模型,可用于 安全研究人员快速分析出漏洞的影响范.项目还在持续更新完善.

本程序的python虚拟运行环境,可通过 requirements.txt 安装: 首先安装python3,以及 virtualenv 环境

# apt-get install python3
# python3 -m pip install virtualenv

接着在项目 Attacker/ 目录中创建一个python的虚拟环境文件夹,并指定python3创建虚拟环境, 下面都是在 Attacker/ 目录下进行

# virtualenv -p /usr/bin/python3 venv3

启动虚拟环境,并安装项目依赖(在 Attacker/ 下有requirements.txt)

# source venv3/bin/activate
# python3 -m pip install -r requirements.txt

项目还依赖 Mongodb 的环境,安装方法请自己查询。 Mongodb官网

启动运行环境后就可以运行程序 程序运行:

# service mongodb start  或者 ./start_service.sh
# python3 run.py

attacker's People

Contributors

bofengduke avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.