Skip to content

Commit

Permalink
Update NXcrypt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadi999 authored Jun 23, 2017
1 parent e077d77 commit 34aee9e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion NXcrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
import random


def fuzz():
seed = random.randrange(3000,9000)
junk = random.getrandbits(seed)
return junk;


pyjunk = str(fuzz())

error = '\033[37;41m'
error1 = '\033[1;m'

Expand Down Expand Up @@ -269,7 +277,7 @@
'''
"""
stringo = [rsa,rsa1,lorem,text]
stringo = [rsa,rsa1,lorem,text,pyjunk]
_output_ = "backdoor.py" # edit this line is you want edit default output .
_byte_ = (_output_) + "c" # bytecode format

Expand Down

0 comments on commit 34aee9e

Please sign in to comment.