hansmach1ne / LFImap

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

Multiple fixes in args_check.py #92

Closed nrathaus closed 5 months ago

nrathaus commented 5 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