-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing Improper Cookie Handling Feature
- Loading branch information
Showing
10 changed files
with
33 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,13 +10,14 @@ | |
setup( | ||
name='xsrfprobe', | ||
version=__import__('xsrfprobe').__version__, | ||
description='The Prime Cross Site Request Forgery (CSRF) Audit & Exploitation Toolkit', | ||
long_description=desc, | ||
long_description_content_type='text/markdown', | ||
author='Pinaki Mondal', | ||
author_email='[email protected]', | ||
license='GPLv3', | ||
url='https://github.com/0xInfection/XSRFProbe', | ||
download_url='https://github.com/0xInfection/XSRFProbe/archive/v2.1.zip', | ||
download_url='https://github.com/0xInfection/XSRFProbe/archive/v2.1.1.zip', | ||
packages=find_packages(), | ||
scripts=['xsrfprobe/bin/xsrfprobe'], | ||
install_requires=[ | ||
|
@@ -31,12 +32,11 @@ | |
'Intended Audience :: System Administrators', | ||
'Intended Audience :: Developers', | ||
'Intended Audience :: Information Technology', | ||
'Intended Audience :: Developers', | ||
'Operating System :: OS Independent', | ||
'Topic :: Internet', | ||
'Topic :: Security', | ||
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', | ||
'Programming Language :: Python :: 3', | ||
], | ||
keywords=['csrf', 'xsrf', 'appsec', 'vulnerability scanner', 'webapps'], | ||
keywords=['csrf', 'xsrf', 'appsec', 'vulnerability scanner', 'webapps', 'hacking'], | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python3 | ||
|
||
__version__ = '2.1.0' | ||
__version__ = '2.1.1' | ||
__license__ = 'GNU General Public License v3 (GPLv3)' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.1.0 | ||
2.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters