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

https://github.com/jamesalbert/wpwn

wordpress scanner written in Kotlin
https://github.com/jamesalbert/wpwn

Last synced: 3 months ago
JSON representation

wordpress scanner written in Kotlin

Awesome Lists containing this project

README

          

# wpwn
pwn your (or your friend's) wordpress

![](https://img.shields.io/badge/wpwn%20version-0.0.1-brightgreen.svg)
![](https://img.shields.io/badge/kotlin%20version-1.1.3-brightgreen.svg)
![](https://img.shields.io/badge/gradle%20version-4.0-brightgreen.svg)

check out the [kanban](https://github.com/jamesalbert/wpwn/projects/1)

## Getting Started

wpwn is not even in alpha stage yet. To try it out:

```sh
# install sdkman
curl -s "https://get.sdkman.io" | bash

# install kotlin and gradle
sdkman i kotlin 1.1.3-2
sdkman i gradle 4.0

# build and run
git clone https://github.com/jamesalbert/wpwn.git
cd wpwn
./build.sh
./wpwn
```