hansmach1ne / LFImap

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

Multiple fixes in data.py #74

Closed nrathaus closed 2 weeks ago

nrathaus commented 2 weeks ago
  1. docstring
  2. Remove unused imports
  3. Reorder import order
  4. Move to enumerate
  5. Move code so that returns instead of if / else