hansmach1ne / LFImap

Local File Inclusion discovery and exploitation tool
Apache License 2.0
194 stars 29 forks source link

Multiple fixes to `src/utils/parseurl.py` #65

Closed nrathaus closed 2 weeks ago

nrathaus commented 2 weeks ago

I created several PR that improve src/utils/parseurl.py as well as fix some minor issues

https://github.com/hansmach1ne/LFImap/pull/62 https://github.com/hansmach1ne/LFImap/pull/63 https://github.com/hansmach1ne/LFImap/pull/64

I made it into multiple PR to make it easier to integrate, also I made the commits separate so that you can cherry pick if you choose to do so

hansmach1ne commented 2 weeks ago

@nrathaus Thanks for all the commits. Will review all of them and likely integrate those. Cheers!

hansmach1ne commented 2 weeks ago

Pushed, thanks bunch for these.