hansmach1ne / LFImap

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

Move to class #97

Closed nrathaus closed 1 week ago

nrathaus commented 1 week ago

Move arguments to its own function, to resolve some of the issues that are causing a dependency loop

Also this move allows creation of tests

hansmach1ne commented 1 week ago

Thanks for these, yeah the conflicts are mostly because of the fix I did so that STDout gets piped to file correctly, due to the python's buffering issue. Will look through these. Thanks!