hansmach1ne / LFImap

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

Multiple fixes in rfi.py #84

Closed nrathaus closed 2 weeks ago

nrathaus commented 2 weeks ago
  1. docstring
  2. Reduce import size
  3. Sort imports
  4. fstring
  5. No need for pass after raise
  6. open with encoding
  7. return to avoid else