Projects STRLCPY linuxprivchecker Commits 1d2c8e93
🤬
  • One day I will eradicate the world of the ). I will destroy them so that no one will ever have to experience the terrible feeling of forgeting one ever again.

  • Loading...
  • linted committed 6 years ago
    1d2c8e93
    1 parent c36bfde6
  • ■ ■ ■ ■
    privcheckerserver.py
    skipped 41 lines
    42 42   output = []
    43 43   for rows in ExploitServer.exploitDatabase:
    44 44   if all([term in rows["description"] for term in query]):
    45  - output.append('\t'.join((rows["description"], rows["file"]))
     45 + output.append('\t'.join((rows["description"], rows["file"])))
    46 46   if output:
    47 47   return "\n".join(("[ ] " + query, *output)
    48 48   
    skipped 47 lines
Please wait...
Page is in error, reload to recover