Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ffx64/wprecon

Tags

2.4.5

Toggle 2.4.5's commit message
🎨 new function and simple changes

2.4.4

Toggle 2.4.4's commit message
♻️ code refactoring

v2.4.2a

Toggle v2.4.2a's commit message
Changes 👨‍💻 🥷 👽

Change Log:

- [x] User enumerate
    User enumeration is only available in aggressive enumeration mode.

- [x] Adaptation of EnumerateModel
    Enumeration of users is done using json, so we depend on a struct to do the conversion from json to struct.
    Therefore, I decided to make an adaptation of the EnumerateModel, so there is no need to create another model.

- [x] cli/cmd/root.go
    Better in cli and code.

- [x] internal/banner/helper.go
    Renaming a function from `green` to `format_green`;
    Now the banner has the new project description;
    Some usage instructions removed due to not including these flags in v2.

- [x] internal/printer/printer.go
    Some functions that were not used have been removed.

- [x] tools/enumerate/enumerate.go
    Renaming some variables to better understand their use.

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #22 from blackcrw/wprecon-v2

Version 1.* had a lot of bugs, mainly due to the structuring of go packages and codes.

Version 2.* 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.