Anastasios Stasinopoulos

Results 30 comments of Anastasios Stasinopoulos
trafficstars

@nik-ngp why not parsing targets (as a piped-in input) directly from your / other pentesting tools? (e.g https://x.com/commixproject/status/1525726750285733889)

I updated your code and now works fine. ``` import subprocess url = "http://php.testsparker.com/nslookup.php?param=1" cmd = f"commix -u {url} --batch --os-cmd=whoami --answers=\"shell=n\"" def do(command: str) -> str: try: return subprocess.run(...

@nik-ngp just of curiosity, have you tried the same using other (similar) tools (e.g. sqlmap etc)? Anyway, I'll take a look into this issue and get back to you soon.

Potential fix: https://github.com/commixproject/commix/commit/ebe84fac8a3f06db3590fd447434627d5ffef16e. Please check again.

Thanks for the new PR! I’ll review it soon and follow up. Closing your previous PR https://github.com/commixproject/commix/pull/1002 as it overlaps with this one.

@ManojINaik the majority of the proposed changes in this PR were applied manually, since there were several conflicts with the existing code.

Hello @xschizo531 and thanks for your PR. kindly inform me what's the reason for that PR and what exactly does it fix.

Since there hasn't been a response regarding the purpose of this PR and the specific issue it addresses, I’ll go ahead and close it for now. Please feel free to...