mirror of
				https://github.com/mgeeky/Penetration-Testing-Tools.git
				synced 2025-11-04 13:05:26 +01:00 
			
		
		
		
	fix
This commit is contained in:
		@@ -19,13 +19,6 @@ import argparse
 | 
			
		||||
 | 
			
		||||
RTLO = '\u202E'      # Right-To-Left Override
 | 
			
		||||
 | 
			
		||||
def rightToLeftOverride(phrase):
 | 
			
		||||
 | 
			
		||||
    for i in range(len(phrase)-1)[::-1]:
 | 
			
		||||
        if options['simulate']:
 | 
			
		||||
            cand = phrase[:i] + phrase[i:][::-1]
 | 
			
		||||
        else:
 | 
			
		||||
            cand = phrase[:i] + Constants['RTLO'] + phrase[i:]
 | 
			
		||||
 | 
			
		||||
def opts(argv):
 | 
			
		||||
    parser = argparse.ArgumentParser(prog = argv[0], usage='%(prog)s [options] <filename> <decoy-extension>')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user