hansmach1ne / LFImap

Local File Inclusion discovery and exploitation tool
Apache License 2.0
226 stars 34 forks source link

Major rewrite and cleanup #56

Closed nrathaus closed 5 months ago

nrathaus commented 5 months ago
  1. Ran linter
  2. Cleaned up a lot of the code that used not very readable coding methods
  3. Moved to use enumerate
  4. Removed unused modules
  5. Fixed REQUEST calls that were incorrect (missing arg)
hansmach1ne commented 5 months ago

Hey, agreed on this. Was not aware of 'black' tool. Will check this out. Thanks for the commit.

Cheers!