You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xspear shares similarities with my tool, Dalfox, but it falls short in terms of performance and functionality. Nevertheless, I believe that leaving it unattended would be unwise, so I have decided to revive this project. The main focus of Xspear is on manual XSS testing, and it will be ported from Ruby to Crystal.
The text was updated successfully, but these errors were encountered:
The basic usage will be developed similar to httpie?!?!
xspear GET "https://www.example.com/?query=1"
xspear POST "https://www.example.com/""abcd=1234&bbbb=cccc"
xspear PUT "https://www.example.com/profile"'{"title":"abcd"}'"X-API-Key: abcd"
and ...
xspear POST "https://www.example.com/<PATH>""abcd=<XSS>&bbbb=<EH>"
Xspear shares similarities with my tool, Dalfox, but it falls short in terms of performance and functionality. Nevertheless, I believe that leaving it unattended would be unwise, so I have decided to revive this project. The main focus of Xspear is on
manual XSS testing
, and it will be ported from Ruby to Crystal.The text was updated successfully, but these errors were encountered: