Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/krishpranav/wpscan
- Owner: krishpranav
- Created: 2021-05-22T08:24:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T10:56:07.000Z (over 3 years ago)
- Last Synced: 2024-10-02T09:19:14.092Z (3 months ago)
- Topics: cms-wordpress, enumeration, go, golang, recon, vulnerability, vulnerability-identification, vulnerability-scanners, wordpress
- Language: Go
- Homepage:
- Size: 200 KB
- Stars: 16
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```