Giter Site home page Giter Site logo

a-zara-n / matchlock_old Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 302 KB

SecHack365のプロトタイプ 正直使えた子ではない。今後はリンク先に移動する

Home Page: https://github.com/MatchlockIsDAST/Matchlock

License: MIT License

Go 89.89% HTML 5.16% TSQL 4.93% Makefile 0.02%

matchlock_old's Introduction

Matchlock

新規の開発はこちらで行います。

About

DASTを作るためのプロトタイプ。

このような用途に対応したい

  • 社内のWebアプリケーション開発時のセキュリティテスト

このツールに備わっている機能

  • プロキシ機能
  • 簡単なXSS検知機能
  • HTTP改変機能
  • historyの保存
  • クローリング機能

Description

このツールを使う際は、お好きなChromeかFirefox(こっちがオススメ)とSQLiteをインストールしておいてください。

Install & Start UP

Install

# When putting under GOPATH
mkdir $GOPATH/src/github.com/a-zara-n/
cd $GOPATH/src/github.com/a-zara-n/
#  If you put in that directory from here
git clone https://github.com/a-zara-n/Matchlock.git
go mod download

Start UP by Server Run

go run .
# or
go build .
./Matchlock
   __  ___     __      __   __         __     ====
  /  |/  /__ _/ /_____/ /  / /__  ____/ /__  ====   Matchlock
 / /|_/ / _ '/ __/ __/ _ \/ / _ \/ __/  '_/ ====	〔 https://github.com/a-zara-n/Matchlock 〕
/_/  /_/\_,_/\__/\__/_//_/_/\___/\__/_/\_\ ====
=============================================

⇨ http server started on [::]:8888

Start UP by Web UI

次のようなURLを利用してサイトにアクセスしてください

http(s)?://<hostname>:8888
example : http://localhost:8888

matchlock_old's People

Watchers

 avatar

matchlock_old's Issues

Make the Scanner Work with the Web API

Overview

The ultimate goal is to have the vulnerability scanner function.

Checklist

  • Operation from API
  • Outlier check (special character related) / SQLi / XSS payload addition
  • Display the difference
  • Get real time completion rate using WebSocket

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.