Skip to content

Commit d713325

Browse files
rootroot
root
authored and
root
committed
Some other minor changes
1 parent c43f267 commit d713325

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">
22
<br>
3-
<a href="https://github.com/0xinfection/xsrfprobe"><img src="https://i.ibb.co/rQzpKk6/circle-cropped.png" alt="wafw00f"/></a>
3+
<a href="https://github.com/0xinfection/xsrfprobe"><img src="https://i.ibb.co/rQzpKk6/circle-cropped.png" alt="xsrfprobe"/></a>
44
<br>
55
<br>
66
XSRFProbe
@@ -22,7 +22,7 @@
2222
</p>
2323

2424
### About:
25-
__XSRFProbe__ is an advanced [Cross Site Request Forgery](https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)) (CSRF/XSRF) Audit and Exploitation Toolkit. Equipped with a Powerful Crawling Engine and Numerous Systematic Checks, it is now able to detect most cases of CSRF vulnerabilities, their related bypasses and futher generate (maliciously) exploitable proof of concepts with each found vulnerability. For more info on how XSRFProbe works, see [XSRFProbe Internals](https://github.com/0xInfection/XSRFProbe/wiki#xsrfprobe-internals) on [wiki](https://github.com/0xInfection/XSRFProbe/wiki/).
25+
__XSRFProbe__ is an advanced [Cross Site Request Forgery](https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)) (CSRF/XSRF) Audit and Exploitation Toolkit. Equipped with a powerful crawling engine and numerous systematic checks, it is able to detect most cases of CSRF vulnerabilities, their related bypasses and futher generate (maliciously) exploitable proof of concepts with each found vulnerability. For more info on how XSRFProbe works, see [XSRFProbe Internals](https://github.com/0xInfection/XSRFProbe/wiki#xsrfprobe-internals) on [wiki](https://github.com/0xInfection/XSRFProbe/wiki/).
2626

2727
<img src="https://i.imgur.com/xTrfWSt.gif" alt="xsrf-logo">
2828
<p align="center">

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@
3232
'Intended Audience :: System Administrators',
3333
'Intended Audience :: Developers',
3434
'Intended Audience :: Information Technology',
35-
'Intended Audience :: Developers',
3635
'Operating System :: OS Independent',
3736
'Topic :: Internet',
3837
'Topic :: Security',
3938
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
4039
'Programming Language :: Python :: 3',
4140
],
42-
keywords=['csrf', 'xsrf', 'appsec', 'vulnerability scanner', 'webapps'],
41+
keywords=['csrf', 'xsrf', 'appsec', 'vulnerability scanner', 'webapps', 'hacking'],
4342
)

0 commit comments

Comments
 (0)