()
| 980 | |
| 981 | |
| 982 | def cmsfew(): |
| 983 | print("your target must be Joomla, Mambo, PHP-Nuke, and XOOPS Only ") |
| 984 | target = raw_input("Select a target : ") |
| 985 | os.system( |
| 986 | "wget https://dl.packetstormsecurity.net/UNIX/scanners/cms_few.py.txt -O cms.py") |
| 987 | os.system("python cms.py %s" % target) |
| 988 | |
| 989 | |
| 990 | def smtpsend(): |