mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-11-04 09:57:38 +03:00 
			
		
		
		
	added regression test cron job script - issue #311
This commit is contained in:
		
							parent
							
								
									a43202f3c0
								
							
						
					
					
						commit
						c717de9c9d
					
				
							
								
								
									
										14
									
								
								extra/shutils/regressiontest_cronjob.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										14
									
								
								extra/shutils/regressiontest_cronjob.sh
									
									
									
									
									
										Executable file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,14 @@
 | 
			
		|||
#!/usr/bin/env bash
 | 
			
		||||
 | 
			
		||||
# Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
 | 
			
		||||
# See the file 'doc/COPYING' for copying permission
 | 
			
		||||
 | 
			
		||||
SQLMAP_HOME="/opt/sqlmap"
 | 
			
		||||
REGRESSION_SCRIPT="${SQLMAP_HOME}/extra/shutils"
 | 
			
		||||
 | 
			
		||||
cd $SQLMAP_HOME
 | 
			
		||||
git pull
 | 
			
		||||
rm -f output 2>/dev/null
 | 
			
		||||
 | 
			
		||||
cd $REGRESSION_SCRIPT
 | 
			
		||||
python regressiontest.py
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user