Projects STRLCPY linuxprivchecker Commits 073a6250
🤬
  • added debug messages and force restart of server if submodule isn't installed

  • Loading...
  • linted committed 7 years ago
    073a6250
    1 parent 54a856af
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    privcheckerserver.py
    skipped 4 lines
    5 5   from exploitdb import exploitdb
    6 6  except:
    7 7   import os
     8 + print("-"*80)
     9 + print('Submodule not found. Setting up...')
    8 10   os.system('cd exploitdb; git submodule init; git submodule update')
     11 + print("-"*80)
     12 + print("Please run again for full functionality.")
     13 + exit()
    9 14  import socketserver
    10 15   
    11 16  _PORT_ = 4521
    skipped 42 lines
Please wait...
Page is in error, reload to recover