class Cisco_VPN
Defined in:
spray_types/cisco_vpn.crConstructors
Instance Method Summary
- #domain : String
- #domain=(domain : String)
- 
        #spray(username : String, password : String)
        
          returns an array of [username, password, valid, lockout, mfa] 
Instance methods inherited from class Sprayer
  
  
    
      delay=(delay : Int32)
    delay=, 
    
  
    
      jitter=(jitter : Int32)
    jitter=, 
    
  
    
      passwords : Array(String)
    passwords, 
    
  
    
      passwords=(passwords : Array(String))
    passwords=, 
    
  
    
      spray(username : String, password : String) : Array(String | Bool)
    spray, 
    
  
    
      start(thread_count = 1, db = nil)
    start, 
    
  
    
      target : String
    target, 
    
  
    
      target=(target : String)
    target=, 
    
  
    
      targets : Array(String)
    targets, 
    
  
    
      targets=(targets : Array(String))
    targets=, 
    
  
    
      uap : Bool
    uap, 
    
  
    
      uap=(uap : Bool)
    uap=, 
    
  
    
      upf : Bool
    upf, 
    
  
    
      upf=(upf : Bool)
    upf=, 
    
  
    
      useragents : Array(String)
    useragents, 
    
  
    
      useragents=(useragents : Array(String))
    useragents=, 
    
  
    
      usernames : Array(String)
    usernames, 
    
  
    
      usernames=(usernames : Array(String))
    usernames=, 
    
  
    
      valid : Array(String)
    valid, 
    
  
    
      valid=(valid : Array(String))
    valid=, 
    
  
    
      webhook_url : String
    webhook_url, 
    
  
    
      webhook_url=(webhook_url : String)
    webhook_url=
    
  
    
  Constructor methods inherited from class Sprayer
  
  
    
      new(username : String, password : String)new(usernamear : Array(String), passwordar : Array(String))
new(username : String)
new(usernamear : Array(String)) new
Constructor Detail
        
        def self.new(usernames : Array(String), password : Array(String))
        #
      
      
        
      
      Instance Method Detail
        
        def spray(username : String, password : String)
        #
      
      
        returns an array of [username, password, valid, lockout, mfa]