What is Commix?
Commix (short for [comm]and [i]njection e[x]ploiter) is an automated tool written by Anastasios Stasinopoulos (@ancst) that can be used from web developers, penetration testers or even security researchers in order to test web-based applications with the view to find bugs, errors or vulnerabilities related to command injection attacks. By using this tool, it is very easy to find and exploit a command injection vulnerability in a certain vulnerable parameter or HTTP header.
Installation in Termux
Opne the termux app and type following commands :
$ git clone https://github.com/commixproject/commix.git
$ cd commix
$ python commix.py
We can use Commix tool in android phones.
Installation with Onex
Install onex tool and type following commands :
$ onex install commix
$ cd commix
$ python commix.py
We can use Commix tool in android phones.
Comments
Post a Comment