GithubHelp home page GithubHelp logo

gosqlite_gorm's Introduction

hacker service tools,Penetration, Attack, Auxiliary Tool

Tools

Support custom json selector to store to Elasticsearch

cat tools/autoUpdateEs.sh
#!/bin/bash
# http://127.0.0.1:9200/_cat/indices
curPath=`pwd`
wkPath="${HOME}/MyWork/cvelist"
cd $wkPath
git pull
${curPath}/tools/Json2Es -dir="${wkPath}" -resUrl="http://127.0.0.1:9200/cve_index/_doc/" -IdQuery=".CVE_data_meta.ID" -MdfQuery=".CVE_data_meta.DATE_PUBLIC"
cd $HOME/MyWork/advisory-database/advisories/github-reviewed
git pull
${curPath}/tools/Json2Es -dir="${PWD}" -resUrl="http://127.0.0.1:9200/intelligence_index/_doc/"

mac os

  • getCurNetConn.sh 获取当前系统网络链接(pid ip cmd&args) ./tools/getCurNetConn.sh f

image

  • whereami echo $PPSSWWDD | sudo -S ./tools/whereami

image

How build, use

go install -v github.com/OWASP/Amass/v3/...@master

mkdir ~/MyWork/
git clone https://github.com/hktalent/goSqlite_gorm.git ~/MyWork/
cd ~/MyWork/goSqlite_gorm
go install  github.com/swaggo/swag/cmd/swag@latest
swag init .

MyPwd=`pwd`

go get
go build main.go

git clone https://github.com/hktalent/hackerToolsApp.git ~/MyWork/
cd ~/MyWork/hackerToolsApp/app
yarn install
yarn build
mv dist $MyPwd/

git clone https://github.com/hktalent/Hack-Tools.git ~/MyWork/
cd ~/MyWork/Hack-Tools
yarn install
yarn build
mv dist $MyPwd/hktdist

docker run -d hktalent/webssh2
./main
open http://127.0.0.1:8081/

more see file: build.sh

What's Changed

gosqlite_gorm's People

Contributors

x51pwn avatar hktalent avatar

Stargazers

 avatar

Watchers

aomi.ai 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.