hansmach1ne / LFImap

Local File Inclusion discovery and exploitation tool
Apache License 2.0
214 stars 32 forks source link

Multiple fixes in args_check.py #92

Closed nrathaus closed 3 months ago

nrathaus commented 3 months ago
  1. Sort import
  2. Remove unused
  3. Move to enumerate
  4. Don't 'raise' then print and exit, it won't work
  5. Add encoding to open