()
| 816 | |
| 817 | |
| 818 | def 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 | |
| 825 | def priv8(): |