hansmach1ne / LFImap

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

Major rewrite and cleanup #56

Closed nrathaus closed 1 month ago

nrathaus commented 1 month 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 1 month ago

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

Cheers!