Giter Club home page Giter Club logo

plusobf's People

Contributors

loolzec avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

plusobf's Issues

for anyone reading this do not be him

i made an issue on your other post about armoring you're scripts, now you armor your entire account? at that point it gets a bit suspicious that you just copy and pasted the code and don't want anyone to look at it or you might be taken for copy write

bit annoying to see someone who wants to be a developer hide every program they have ever written

hmmm

import random,sys,logging

logging.basicConfig(level=logging.INFO)
banner="""
[ plusobf by deray ]
"""
def main(files,string):
s=open(files).read()
z=[]
for i in s:
z.append(ord(i))
pea=[]
for i in z:
pea.append(string.replace("'","").replace('"','')*i)
file="""

coding=utf-8

obfuscated with plusobf: https://github.com/loolzec/plusobf

d={};exec("".join([chr(len(i)) for i in d]))
""".format(pea)
open(files.replace(".py","encypt.py"),"w").write(file)
logging.info(" saved as "+files.replace(".py","encrypt.py"))

try:
print(banner)
logging.info(" obfuscating "+sys.argv[1]+" ...")
main(sys.argv[1],sys.argv[2])
except:
print("""

[!] ussage: plusobf.py 'string'
Example:
python plusobf.py myscript.py '+'
""")

Help

hello sir can i ask about something i have source code i want to protected him from thief and i will rent them for people and i want to be control at him like make him working by every ip never access with any one without make the ip access from me if try any other ip to using my code without make him access from me say can't access talk to owner

thank you i hope help me sir

source code?

I want to make more option for this. Extra obfuscatiob like marshal, base64

For anyone who actually wants the source code + deobfuscation

It's a simple program, easy to deobfuscate I wouldn't recommend it.

``
import random,sys,logging

logging.basicConfig(level=logging.INFO)
banner="""
\t[ plusobf by deray ]\n"""
def main(files,string):
s=open(files).read()
z=[]
for i in s:
z.append(ord(i))
pea=[]
for i in z:
pea.append(string.replace("'","").replace('"','')*i)
file="""

coding=utf-8

obfuscated with plusobf: https://github.com/loolzec/plusobf

d={};exec("".join([chr(len(i)) for i in d]))
""".format(pea)
open(files.replace(".py","encypt.py"),"w").write(file)
logging.info(" saved as "+files.replace(".py","encrypt.py"))

try:
print(banner)
logging.info(" obfuscating "+sys.argv[1]+" ...")
main(sys.argv[1],sys.argv[2])
except:
print("""

[!] ussage: plusobf.py 'string'
Example:
python plusobf.py myscript.py '+'
""")
``

And you may be asking how to deobfuscate this. Well, all you have to do is change the exec statement to print. To automate it it would be like this
``
script = """
Script here
"""

exec(script.replace("exec","print"))
``

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.