Releases: rad10/SearchSploit.py
1.5 Release
It is finally here. This is everything needed to reach version 1.5 This release involves the changes given:
With the Argparse changes made (#2) Adding and exclude function is now complete, allowing a flow of multiple exclusions. This lets that issue come to a close until another issue pops up (#1)
Replaced printed help screen and loops through args with the native library argparse. All arguments functions either the same or better. Combined short flags work without issue. (#2)
Replaced Beautiful Soup with the native XMLTree library which works better for the tasks demanded. With this change, it is no longer a requirement to install beautiful soup in order to parse through Nmap XML. (#4)
Made changes to filesystem commands to run for fluidly with windows and linux. When building file navigation, the program now uses os.path for joining and building path strings instead of string splices. Also took advantage to fix file checking stability (#5)
Fixed and Improved display and highlighting on screen. Now the display conforms perfectly to the display almost every time consistently. Display fits snugly on md-dos and linux terminal.(#11)
Initial release
Apparently, I havent already put up releases for the program. Not even as much as versions. Let's change that by releasing our first version now.