Commit Graph

47 Commits (26eb9758c46271d67605c289650df2caa8c759b1)

Author SHA1 Message Date
Swissky 26eb9758c4 Fix #29 - Time Import 2022-01-17 16:05:40 +01:00
Swissky 41d779b998 GraphQL Docker link + README update + Proxy support 2022-01-17 14:42:18 +01:00
Swissky b77bf7339a
Update FUNDING.yml 2021-01-08 20:51:33 +01:00
Swissky 87b56264a6
Merge pull request #24 from onSec-fr/master
Update utils.py
2020-10-05 20:32:19 +02:00
Swissky 88dd1c240a
Merge pull request #20 from orangecms/feature/json
JSON payload support
2020-10-05 20:31:34 +02:00
Swissky d2d4b156ba
Merge pull request #19 from orangecms/master
use env in shebang
2020-10-05 20:26:04 +02:00
Antoine.L f303286b90
Update utils.py
Fix : missing headers for GET requests.
2020-05-22 15:13:13 +02:00
Daniel Maslowski b98ccd0edd support sending JSON-encoded payloads 2020-05-14 20:31:55 +02:00
Daniel Maslowski f46864899e use env in shebang 2020-05-14 00:55:51 +02:00
Swissky 8beca5922b
Merge pull request #17 from onSec-fr/master
Update attacks.py
2020-04-25 21:13:48 +02:00
onSec-fr 6176bd3afc Update attacks.py
#Change : blind_nosql
#Benefits : It can find the full value without knowing its length + Avoid infinite loops.
-Removed the "data_size" parameter. Now it stops searching as soon as it no longer finds valid characters.
-Add : Ability to set a custom charset.
2020-04-22 11:32:48 +02:00
Swissky 181b05e222
Merge pull request #13 from garanews/patch-1
fix github link
2020-04-08 10:24:48 +02:00
garanews 51ce067259
fix github link
fix github link, otherwise copy paste would not work.
2020-02-13 15:58:10 +01:00
Swissky 1b674c2ad0
Merge pull request #12 from fuomag9/windows-support
Added experimental windows support and requirements.txt
2020-02-07 14:57:28 +01:00
fuomag9 3445646bcc Update dump command to dump_new in documentation 2020-02-07 14:24:48 +01:00
fuomag9 32d639a09f Added requirements.txt 2020-02-07 14:24:03 +01:00
fuomag9 15c1afa5ec Add windows support (experimental) 2020-02-07 14:23:57 +01:00
Swissky f0b190a86e
Merge pull request #9 from Naategh/master
Disable InsecureRequestWarning
2020-02-07 14:16:57 +01:00
Swissky c6c8242957
Merge pull request #11 from fuomag9/refractoring
Refractored code, removed unused variables and optimized imports
2020-02-07 14:16:24 +01:00
fuomag9 450f9d4aca Optimized imports 2020-02-05 13:22:13 +01:00
fuomag9 3256a11bad Refractored another URL to url 2020-02-05 13:19:57 +01:00
fuomag9 287d94cf3c Avoid shadowing args argument from outer scope 2020-02-05 13:18:50 +01:00
fuomag9 c46724ea5e changed except to except a generic Exception (more info needed on which exceptions to catch) 2020-02-05 13:17:28 +01:00
fuomag9 8e010abb9a Refractor not in 2020-02-05 13:16:32 +01:00
fuomag9 43bedb6ca6 Removed unused variables 2020-02-05 13:15:54 +01:00
fuomag9 6b24a5c2cb Removed unused r variable and refractored one more URL I forgot to refractor 2020-02-05 13:14:01 +01:00
fuomag9 0701262cde Refractored various URL to url 2020-02-05 13:12:24 +01:00
fuomag9 7bda3f8097 Renamed GRAPHQL_CHARSET variable to lowercase 2020-02-05 13:11:04 +01:00
fuomag9 7e54b1e1a6 Refractored headers parameter and renamed URL to url in exec_graphql 2020-02-05 13:09:42 +01:00
fuomag9 ff54061234 Formatted attacks.py and renamed URL parameter of dump_schema to url 2020-02-05 13:06:53 +01:00
fuomag9 e9d51be625 Formatted utils.py 2020-02-05 13:06:13 +01:00
fuomag9 7348c93588 Formatted graphqlmap 2020-02-05 13:05:56 +01:00
fuomag9 fdb86fc609 Update .gitignore 2020-02-05 13:05:29 +01:00
Swissky 1231334c74
Merge pull request #10 from waristea/add_header_1
Add option to add header to requests made
2020-02-04 10:21:17 +01:00
William Aristea Tantiono 81a8080cc6 Add option to add header to requests made 2020-02-03 16:54:08 +07:00
Naategh b523e0d0ec Disable InsecureRequestWarning 2020-01-15 00:19:49 +03:30
Swissky a8503e0bbc
Merge pull request #6 from swisskyrepo/add-license-1
LICENSE - MIT
2019-11-21 14:33:54 +01:00
Swissky 01ede42094
LICENSE - MIT 2019-11-21 14:33:14 +01:00
Swissky d6e218eca3
SPONSOR - Github buttons 2019-09-22 16:09:48 +02:00
Swissky 0b97b76119 README - Update features + fix SSL 2019-07-29 18:22:11 +02:00
Swissky c013d7703a
SPONSOR - Github button 2019-07-29 18:05:17 +02:00
Swissky 7465f85cee
README - POST method 2019-07-29 18:04:34 +02:00
Swissky f534c20970 GRAPHQLMAP - Full code refactor + more sqli 2019-07-06 00:01:44 +02:00
Swissky f5eee87525 README - Update asciinema dead link 2019-07-03 20:02:56 +02:00
Swissky 537eda5a9e README - Live examples via asciinema 2019-06-22 11:25:57 +02:00
Swissky 567866ad18 GraphQLmap - Initial feature 2019-06-21 16:42:05 +02:00
Swissky 25a84464af
Initial commit 2019-06-21 16:38:47 +02:00