HackTheWorld icon indicating copy to clipboard operation
HackTheWorld copied to clipboard

An Python Script For Generating Payloads that Bypasses All Antivirus so far .

Results 24 HackTheWorld issues
Sort by recently updated
recently updated
newest added

if i use the python2 this error is shown: ![eee](https://user-images.githubusercontent.com/72565664/152519104-932c62fe-5d36-4438-b3b5-0335dbf4cf27.png) if i use python this errror is shown: ![ee](https://user-images.githubusercontent.com/72565664/152519163-f736de91-720c-4f66-8287-9b3fe256a6f9.png) edit: i did install pycrypto, pycryptodome and the termcolor

I must be very dumb (sorry for which), but can somebody help me solve that problem. > user@***:~/HackTheWorld$ python HackTheWorld.py > Traceback (most recent call last): > File "HackTheWorld.py", line...

meybe is my computer problems. This program is no suitable for Python3, than ,I made it suitble for Python3 [bugfixed.zip](https://github.com/stormshadow07/HackTheWorld/files/7576168/bugfixed.zip)

Windows automatically blocks the file. One has to manually unblock th application. Is this to be expected?

I changed the test.raw shellcode to a different one and I'm getting the same detects as with original. I noticed that, if I comment out the line memcpy(addressPointer ... )...

Can't run the script... I got this: ========================================================== File "HackTheWorld.py", line 69 print color(("[+] Encrypted Shellcode saved in [{}]".format(Filename))) ^ SyntaxError: invalid syntax root@kali:~/HackTheWorld# python HackTheWorld.py Traceback (most recent call...

``` Traceback (most recent call last): File "HackTheWorld.py", line 151, in transformedShellcode = xor(shellcodeBytes, masterKey) File "HackTheWorld.py", line 43, in xor (data[i] ^ keyAsInt[i % l]) for i in range(0,len(data))...

Hi! When trying to run I receive this error: **File "HackTheWorld.py", line 69 print color(("[+] Encrypted Shellcode saved in [{}]".format(Filename))) ^ SyntaxError: invalid syntax** I m using python3; also tryied...