Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krishpranav/wpscan

wpscan is a vulnerability recognition tool in CMS Wordpress developed in Go.
https://github.com/krishpranav/wpscan

cms-wordpress enumeration go golang recon vulnerability vulnerability-identification vulnerability-scanners wordpress

Last synced: 3 months ago
JSON representation

wpscan is a vulnerability recognition tool in CMS Wordpress developed in Go.

Awesome Lists containing this project

README

        

# wpscan
wpscan is a vulnerability recognition tool in CMS Wordpress developed in Go.

[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com)

# Installation
```
git clone https://github.com/krishpranav/wpscan
cd wpscan
go get
go build main.go
```

# quick installation
```
go get -u github.com/krishpranav/wpscan
wpscan
```