mirror of
				https://github.com/mgeeky/Penetration-Testing-Tools.git
				synced 2025-11-04 13:05:26 +01:00 
			
		
		
		
	Added .strip()
This commit is contained in:
		@@ -428,7 +428,7 @@ def main(argv):
 | 
			
		||||
            num = 0
 | 
			
		||||
            for cmd in config['command'].split(';'):
 | 
			
		||||
                num += 1
 | 
			
		||||
                generate('custom-cmd{}'.format(num), cmd)
 | 
			
		||||
                generate('custom-cmd{}'.format(num), cmd.strip())
 | 
			
		||||
        else:
 | 
			
		||||
            generate('custom', config['command'])
 | 
			
		||||
    else:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user