Advertisement
robjones90

Untitled

Sep 5th, 2022
961
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.35 KB | None | 0 0
  1. import idna
  2.  
  3. class Fuzzer():
  4.     def __init__(self):
  5.         self.domain = idna.decode(domain)
  6.         def _hyphenation(self):
  7.             return {self.domain[:i] + '-' + self.domain[i:] for i in range(1, len(self.domain))}
  8.  
  9. from file import Fuzzer
  10.  
  11. if __name__ == '__main__':
  12.     inputdomain = input("insert domain name: \n")
  13.     print(Fuzzer._hyphenation(domain=inputDomain))
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement