Releases: elliottophellia/aizawa
Releases · elliottophellia/aizawa
v1.4.1
Changelogs - v1.4.1
- Little cleanup of the code
- Moved all validating process into Validators class
- Moved all information printing process into Utilities
- Moved command execution process into Executor class
- Moved all colors into colors folder to avoid circular dependency
- Moved Header class into header folder to avoid circular dependency
- Moved Ping from Executor class to Ping class to avoid confusion
- Added docstrings so i'm not forget what the fuck i did last time
Review changes
v1.4.0
Changelogs - v1.4.0
- Refactoring the code
- Encapsulation
- Better Code Reusability
- Better Error Handling
- Better Modularity
- Better Consistency
- Better Use of Async/Await
- Better webshell type filtering
- Now you can change the webshell file name to anything you want because the filtering now using http headers instead of file name
- Removing all base64 encoded webshell
- I don't really find this useful, but you can make your own anyway if you need
- Adding todo list for other contributors in the future who want to contribute
Review changes
v1.3.3
Changelogs - v1.3.3
- Added new files structure for better organization
- Added
execute_http_request_*
functions to simplify execute request - Refactored the
execute
function to improve code readability.
Review changes
v1.3.2
Changelogs - v1.3.2
- Refactored the code
- Added Async Support
- Added HTTP/2 Support
- Added custom http headers to impersonate Chrome
- Fixed #7
Review changes
v1.3.1
Changelogs - v1.3.1
- Use Context Managers for HTTP Clients
- Reuse HTTP Clients
- More specific Error Handling
- Avoid Repetitive Code