Modifications on the Autorecon script to go further

Unsure if this still applies to the newer versions of autorecon

 # Replace default password list for OSCP
#password_wordlist = '/usr/share/seclists/Passwords/darkweb2017-top100.txt' 
 # or use Top 3 million passwords 
password_wordlist = '/usr/share/wordlists/rockyou-50k.txt'

 # insert below the [[all-services.scan]]
    [[unicornscan-full-udp]]
    name = 'unicornscan-full-udp.service-detection'
    command = 'unicornscan -v -m U -p a {address}  >> "{scandir}/_unicornscan-full-udp.txt"'