mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-11-04 09:57:38 +03:00 
			
		
		
		
	Merge pull request #1033 from flsf/master
Update company name in parenthesis
This commit is contained in:
		
						commit
						c2f42214a3
					
				| 
						 | 
					@ -10,7 +10,7 @@ import re
 | 
				
			||||||
from lib.core.enums import HTTP_HEADER
 | 
					from lib.core.enums import HTTP_HEADER
 | 
				
			||||||
from lib.core.settings import WAF_ATTACK_VECTORS
 | 
					from lib.core.settings import WAF_ATTACK_VECTORS
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__product__ = "360 Web Application Firewall (360wzb)"
 | 
					__product__ = "360 Web Application Firewall (360)"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def detect(get_page):
 | 
					def detect(get_page):
 | 
				
			||||||
    retval = False
 | 
					    retval = False
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -10,7 +10,7 @@ import re
 | 
				
			||||||
from lib.core.enums import HTTP_HEADER
 | 
					from lib.core.enums import HTTP_HEADER
 | 
				
			||||||
from lib.core.settings import WAF_ATTACK_VECTORS
 | 
					from lib.core.settings import WAF_ATTACK_VECTORS
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__product__ = "Baidu Web Application Firewall (Baidu yunjiasu)"
 | 
					__product__ = "Yunjiasu Web Application Firewall (Baidu)"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def detect(get_page):
 | 
					def detect(get_page):
 | 
				
			||||||
    retval = False
 | 
					    retval = False
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -10,7 +10,7 @@ import re
 | 
				
			||||||
from lib.core.enums import HTTP_HEADER
 | 
					from lib.core.enums import HTTP_HEADER
 | 
				
			||||||
from lib.core.settings import WAF_ATTACK_VECTORS
 | 
					from lib.core.settings import WAF_ATTACK_VECTORS
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__product__ = "Safedog Web Application Firewall (safedog)"
 | 
					__product__ = "Safedog Web Application Firewall (Safedog)"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def detect(get_page):
 | 
					def detect(get_page):
 | 
				
			||||||
    retval = False
 | 
					    retval = False
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user