WASTRAP is a web exploration tool focused on the WordPress application.
Being fast and simple, it has functionality that an information security professional cannot fail to have in their arsenal. With vulnerability analysis in themes, plugins and others, it also has brute-force in directories, users and much more (see more features in the official documentation).
To use the tool, you need to have Go installed on your machine. If you don't have it, you can download it from the official website: https://golang.org/dl/.
go run main.go --help
This project is under development, so the features are not yet available. However, you can see the features that are in development in the official documentation.
This project is licensed under the MIT Licenseβsee the LICENSE file.
MIT License
Copyright (c) 2024 ATRI - Advanced Technology Research Institute
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.