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
- Host: GitHub
- URL: https://github.com/jamesalbert/wpwn
- Owner: jamesalbert
- License: mit
- Created: 2017-07-07T06:25:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T03:59:32.000Z (about 9 years ago)
- Last Synced: 2025-02-28T21:50:31.693Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wpwn
pwn your (or your friend's) wordpress



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
```