`┌──(ubuntu@ubuntu)-[~]
└─$ pip show xcat
Name: xcat
Version: 1.1.0
Summary: A command line tool to automate the exploitation of blind XPath injection vulnerabilities
Home-page: https://github.com/orf/xcat
Author: Tom Forbes
Author-email: tom@tomforb.es
License: MIT
Location: /home/bolt/.local/lib/python3.11/site-packages
Requires: aiodns, aiohttp, appdirs, cchardet, click, colorama, prompt-toolkit, xpath-expressions
Required-by:
┌──(ubuntu@ubuntu)-[~]
└─$ xcat
Command 'xcat' not found, but there are 22 similar ones.
`
i installed xcat , but could not use it , same issue in my other device also . Am i doing something wrong?
I find these kind of issues really draining to respond to. Please try and debug this yourself, as it's nothing to do with xcat, and you will learn a lot in the process. Giving you the answer won't really help.
`┌──(ubuntu@ubuntu)-[~] └─$ pip show xcat Name: xcat Version: 1.1.0 Summary: A command line tool to automate the exploitation of blind XPath injection vulnerabilities Home-page: https://github.com/orf/xcat Author: Tom Forbes Author-email: tom@tomforb.es License: MIT Location: /home/bolt/.local/lib/python3.11/site-packages Requires: aiodns, aiohttp, appdirs, cchardet, click, colorama, prompt-toolkit, xpath-expressions Required-by:
┌──(ubuntu@ubuntu)-[~] └─$ xcat Command 'xcat' not found, but there are 22 similar ones. ` i installed xcat , but could not use it , same issue in my other device also . Am i doing something wrong?