MCPcopy Index your code
hub / github.com/jaykali/hackerpro / wpue

Function wpue

hackerpro.py:818–822  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

816
817
818def wpue():
819 os.system("git clone https://github.com/wpscanteam/wpscan.git")
820 clearScr()
821 xe = raw_input("Select a Wordpress target : ")
822 os.system("cd wpscan && sudo ruby wpscan.rb --url %s --enumerate u" % xe)
823
824
825def priv8():

Callers 1

infoFunction · 0.85

Calls 1

clearScrFunction · 0.85

Tested by

no test coverage detected