Projects STRLCPY agartha Commits 85c2306d
🤬
  • ■ ■ ■ ■ ■ ■
    Agartha.py
    skipped 305 lines
    306 306   listCommandInj = self.encodeURL(listCommandInj)
    307 307  
    308 308   self._tabDictResultDisplay.setText(''.join(map(str, listCommandInj)))
    309  - self._lblStatusLabel.setText('Remote code dictionary: "' + self._txtTargetPath.text + '", with '+ str(len(listCommandInj)) + ' result.')
     309 + self._lblStatusLabel.setText('Payload list for "' + self._txtTargetPath.text + '" command returns with '+ str(len(listCommandInj)) + ' result.')
    310 310   return
    311 311   
    312 312   def funcLFI(self, ev):
    skipped 72 lines
    385 385   listLFI = list(set(listLFI))
    386 386   listLFI.sort(reverse=True)
    387 387   self._tabDictResultDisplay.setText(''.join(map(str, listLFI)))
    388  - self._lblStatusLabel.setText('File dictionary: "' + self._txtTargetPath.text + '", with '+ str(len(listLFI)) + ' result. Please make sure payload encoding is disabled, unless you are sure what you are doing.')
     388 + self._lblStatusLabel.setText('Payload list for "' + self._txtTargetPath.text + '" path returns with '+ str(len(listLFI)) + ' result. Please make sure payload encoding is disabled, unless you are sure what you are doing.')
    389 389   return
    390 390   
    391 391   def funcSQLi(self, ev):
    skipped 791 lines
Please wait...
Page is in error, reload to recover