mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-11-04 18:07:46 +03:00 
			
		
		
		
	Fixes #4394
This commit is contained in:
		
							parent
							
								
									0524670cf9
								
							
						
					
					
						commit
						e556876fe6
					
				| 
						 | 
					@ -18,7 +18,7 @@ from lib.core.enums import OS
 | 
				
			||||||
from thirdparty.six import unichr as _unichr
 | 
					from thirdparty.six import unichr as _unichr
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
 | 
					# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
 | 
				
			||||||
VERSION = "1.4.10.15"
 | 
					VERSION = "1.4.10.16"
 | 
				
			||||||
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
 | 
					TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
 | 
				
			||||||
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
 | 
					TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
 | 
				
			||||||
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)
 | 
					VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										6
									
								
								thirdparty/identywaf/data.json
									
									
									
									
										vendored
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						
									
										6
									
								
								thirdparty/identywaf/data.json
									
									
									
									
										vendored
									
									
										
										
										Executable file → Normal file
									
								
							| 
						 | 
					@ -335,6 +335,12 @@
 | 
				
			||||||
                "c669:RVZXum60OEhCWKpAYKYPkoJyWOpohM4IiUYMrmRWg1qQJLX2uhdOnthsOj+hX7AB16FcPhJPdLsXomtKaK59nui7c4RmkwI2FZjxtDtAeq+c3qA5chW1XaTC"
 | 
					                "c669:RVZXum60OEhCWKpAYKYPkoJyWOpohM4IiUYMrmRWg1qQJLX2uhdOnthsOj+hX7AB16FcPhJPdLsXomtKaK59nui7c4RmkwI2FZjxtDtAeq+c3qA5chW1XaTC"
 | 
				
			||||||
            ]
 | 
					            ]
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 | 
					        "gtmc": {
 | 
				
			||||||
 | 
					            "company": "GTMC",
 | 
				
			||||||
 | 
					            "name": "GTMC WAF",
 | 
				
			||||||
 | 
					            "regex": "GTMC WAF1 Protection:|Please consult with administrator or waf@nm.gtmc.com.tw",
 | 
				
			||||||
 | 
					            "signatures": []
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
        "imunify360": {
 | 
					        "imunify360": {
 | 
				
			||||||
            "company": "CloudLinux",
 | 
					            "company": "CloudLinux",
 | 
				
			||||||
            "name": "Imunify360",
 | 
					            "name": "Imunify360",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								thirdparty/identywaf/identYwaf.py
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								thirdparty/identywaf/identYwaf.py
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -60,7 +60,7 @@ else:
 | 
				
			||||||
    HTTPCookieProcessor = urllib2.HTTPCookieProcessor
 | 
					    HTTPCookieProcessor = urllib2.HTTPCookieProcessor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
NAME = "identYwaf"
 | 
					NAME = "identYwaf"
 | 
				
			||||||
VERSION = "1.0.127"
 | 
					VERSION = "1.0.129"
 | 
				
			||||||
BANNER = r"""
 | 
					BANNER = r"""
 | 
				
			||||||
                                   ` __ __ `
 | 
					                                   ` __ __ `
 | 
				
			||||||
 ____  ___      ___  ____   ______ `|  T  T` __    __   ____  _____ 
 | 
					 ____  ___      ___  ____   ______ `|  T  T` __    __   ____  _____ 
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user