Projects STRLCPY linuxprivchecker Commits 1023a3e8
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    privcheckerserver.py
    skipped 28 lines
    29 29   print("[-] recieved search term with invalid characters: {}".format(splitTerms))
    30 30   break #bad term break so we don't search it
    31 31   else:
    32  - print('[ ] Searching for: {}'.format(' '.join(term)
     32 + print('[ ] Searching for: {}'.format(' '.join(term))
    33 33   proc = subprocess.Popen([_searchsploit, *splitTerms], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
    34 34   self.wfile.write('{}\n'.format(proc.stdout.read()).encode())
    35 35   
    skipped 40 lines
Please wait...
Page is in error, reload to recover