Coder Social home page Coder Social logo

pentestreport's Introduction

快速上手

依次运行

install.bat
run.bat

默认账号

sysadmin/Test123456.

image-20240403120239201

功能介绍

渗透漏洞管理

新增

image-20240403121235730

image-20240403121309597

复测

image-20240403121458587

渗透报告管理

新增报告,根据资产地址和时间范围关联漏洞数据

image-20240403121632123

image-20240403121656170

image-20240403121721367

漏洞模板管理

新增或修改漏洞时会用到,主要为了统一漏洞等级和描述(需自行扩充)

image-20240403123331836

报告模板管理

新增渗透报告会用到,主要为了统一渗透测试报告的格式(需按实际情况修改模板内容)

image-20240403123514706

项目介绍

基于Pear Admin Flask: 🌶 基于 Flask 生态,权限,快速开发平台 (gitee.com)开发

项目结构

只介绍变动的结构

├─applications
│  ├─common
│  │  ├─script
│  │  │  │  admin.py  // 初始化数据       
│  ├─models
│  │  │  pentest.py // 模型
│  │  │  __init__.py
│  │                 
│  ├─view
│  │  │  __init__.py
│  │  │  
│  │  ├─pentest   // 视图及接口
│  │  │  │  report_template.py
│  │  │  │  upload.py
│  │  │  │  vulnerability.py
│  │  │  │  vulnerability_report.py
│  │  │  │  vulnerability_template.py
│  │  │  │  __init__.py
│  │ 
├─static                   
│  └─upload
│      │  
│      ├─pentest          // 上传图片位置
│      │      
│      ├─report_template // 上传报告模板位置
│      │      
│      └─vulnerability_report // 渗透报告生成位置
├─templates     
│  ├─pentest	// 模板
│  │  ├─report_template
│  │  │      add.html
│  │  │      main.html
│  │  │      
│  │  ├─vulnerability
│  │  │      add.html
│  │  │      edit.html
│  │  │      main.html
│  │  │      retest.html
│  │  │      
│  │  ├─vulnerability_report
│  │  │      add.html
│  │  │      edit.html
│  │  │      main.html
│  │  │      
│  │  └─vulnerability_template
│  │          add.html
│  │          edit.html
│  │          main.html             
│  install.bat // 环境安装
│  init.bat  //初始化数据库
│  run.bat // 运行
│  update.bat //迁移数据及更新表结构

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.