Tool is not working with proxy command
Opened this issue · 0 comments
AMIT-XXX commented
i used below commands but tool isn't working with proxy
- python3 pwnxss.py --proxy {'127.0.0.1:8080'}
- python3 pwnxss.py --proxy {'https':'127.0.0.1:8080'}
- python3 pwnxss.py --proxy {'http':'http://127.0.0.1:8080'}
- python3 pwnxss.py --proxy {'https':'https://127.0.0.1:8080'}
- python3 pwnxss.py --proxy {'https':'127.0.0.1:8081'}
- python3 pwnxss.py --proxy {'https':'localhost:8080'}
- python3 pwnxss.py --proxy 'https':'127.0.0.1:8080'
- python3 pwnxss.py --proxy 'https':'https://127.0.0.1:8081'
Let me know , what am doing wrong