mempodippy / vlany

Linux LD_PRELOAD rootkit (x86 and x86_64 architectures)
GNU General Public License v3.0
935 stars 193 forks source link

Configuration Failed . Exitting #15

Closed ghost closed 7 years ago

ghost commented 7 years ago

I was install vlany in Ubuntu 16.04 VMWare but always shown a error "Configuration Failed . Exitting " when i use cli mode Error was shown like this : Traceback (most recent call last): File "config.py", line 491, in main() File "config.py", line 481, in main const_h_setup() File "config.py", line 207, in const_h_setup const_h += '#define VLANY_PASSWORD "' + xor(crypt.crypt(VLANY_PASSWORD, "$6%0s" % (''.join(random.choice(string.ascii_lowercase + string.asciiuppercase + string.digits) for x in range(12))))) + '"\n' File "config.py", line 169, in xor return ''.join(list('\x'+hex(ord(x) ^ 0xac)[2:] for x in str)) TypeError: 'NoneType' object is not iterable Configuration failed. Exiting.

Please help me and thanks for your attention Sorry for bad english

unixfox commented 7 years ago

It's my fault like I said here: https://github.com/mempodippy/vlany/issues/13#issuecomment-273484532 I'll revert the pull request that causes this problem.