Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WPRecon v2 #22

Merged
merged 38 commits into from
Dec 29, 2021
Merged

WPRecon v2 #22

merged 38 commits into from
Dec 29, 2021

Conversation

sychx
Copy link
Owner

@sychx sychx commented Dec 29, 2021

WPRecon (Wordpress Recon)

WPRecon, is a tool for the recognition of vulnerabilities and blackbox information for wordpress.
  • Version 1.v had a lot of bugs, mainly due to the structuring of go packages and codes.

  • Version 2.v is focused on improving all aspects of wprecon such as appearance, performance, displayed information, multithreading and many other things.

  • For now the project is still in its alpha/beta version.

wprecon -u https://xxxx.com/ --agressive-mode --random-gent

blackcrw and others added 30 commits April 1, 2021 11:12
Aggressive enumeration function added.
It was removed because it was causing some bugs.
Both functions were made to supply the need to do searches within a slice by values.
This function was created to handle the versions that were found by the enumerator.
It will also return confidentiality as a percentage of the versions.
Decided to use buffered channels ... to improve the speed, and code structure.
1. I decided to change the project's folder structure. (Now the project is more organized)

2. Some packages have been renamed.

3. Some things are still under development, within days there will be more updates.
- Just a few features for the next update.

- Resources, referring to wprecon version management.

- And a new face for the readme. I was feeling it kind of polluted.
I forgot to send the previous commit.

'-'
- Finalization and improvement of passive plugin enumeration

- Colors have been added to the banner.

- More project pattern reorganization
- *Improvements*
 - The banner now has a better coloration;
 - Some functions have been renamed;
 - Improved speed in responding to an enumeration using aggressive mode;
 - wprecon folder and package renaming.

- *Added*
 - Passive and aggressive enumeration of themes;
 - Aggressive Enumeration of Plugins.

- *Removed*
 - Version update checking (Has been removed for better speed).
- *Improvements*
  - WAF (Active and Aggressive Detection)

- *Added*
  - Command line flags
  - Responsiveness to the banner
  - Middleware Package (WAF)
  - Url Checking
  - Runner Package (Focused on Threads)
  - Views Package (To manage terminal output)

- *Changes*
  - The main of the project has been changed to the folder cli/
@sychx sychx added the update label Dec 29, 2021
@sychx sychx self-assigned this Dec 29, 2021
@sychx sychx merged commit 42cdc9f into master Dec 29, 2021
@sychx sychx deleted the wprecon-v2 branch December 29, 2021 04:45
@sychx sychx mentioned this pull request Dec 29, 2021
@sychx sychx added the enhancement New feature or request label Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant