mvrozanti / RAT-via-Telegram

Windows Remote Administration Tool via Telegram
MIT License
646 stars 347 forks source link

Traceback (most recent call last): #47

Closed DarkNoobHunter closed 5 years ago

DarkNoobHunter commented 5 years ago

C:\Users\hamza\Pictures\RAT-via-Telegram-master\RAT-via-Telegram-master>python RATAttack.py Traceback (most recent call last): File "RATAttack.py", line 35, in token = os.environ['RAT_TOKEN'] # you can set your environment variable as well File "C:\Python27\lib\os.py", line 425, in getitem return self.data[key.upper()] KeyError: 'RAT_TOKEN'

C:\Users\hamza\Pictures\RAT-via-Telegram-master\RAT-via-Telegram-master>python RATAttack.py Traceback (most recent call last): File "RATAttack.py", line 35, in token = os.environ['RAT_TOKEN'] # you can set your environment variable as well File "C:\Python27\lib\os.py", line 425, in getitem return self.data[key.upper()] KeyError: 'RAT_TOKEN'

ket0x4 commented 5 years ago

RATAttack.py line 35 token = os.environ['RAT_TOKEN'] (add your telegram bot token, use @BotFather to get token)

mvrozanti commented 5 years ago

39 probably fixes it

I've been getting a lot of issues reports on this Report back so we know it worked