コード例 #1
0
 def brute(self, command):
     if len(command) == 2:
         if command[1] == 'ftp':
             brute.ftp()
         elif command[1] == 'mysql':
             brute.mysql()
         else:
             brute.help()
     else:
         brute.help()
コード例 #2
0
ファイル: executer.py プロジェクト: mohammadsamir/webhandler
 def brute(self, command):
     if len(command) == 2:
         if command[1] == 'ftp':
             brute.ftp()
         elif command[1] == 'mysql':
             brute.mysql()
         else:
             brute.help()
     else:
         brute.help()