INNER CODE UNIT · Python

_cbUnionBasedFunc

volkandindar/agartha · Agartha.py:317

    def _cbUnionBasedFunc(self, ev=None):
        if self._cbUnionBased.isSelected(): 
            self._cbUnionDepth.setEnabled(True)
        else:
            self._cbUnionDepth.setEnabled(False)
        return

    def funcGeneratePayloadForBCheck(self, ev=None):
        if self.funcGeneratePayload():
            line_count = len([line for line in self._tabDictResultDisplay.getText().split('\n') if line.strip()])
            if self._rbDictCommandInj.isSelected():
                bcheckCode= """metadata:
    language: v2-beta
    name: "Command Injection Fuzzing - Agartha"
    description: "Command Injection is a critical vulnerability that allows attackers to execute arbitrary system commands by exploiting insufficiently validated user input. This can result in full system compromise, data theft, or service disruption."
    author: "Agartha"
    tags: "RCE", "Command Injection"

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…