Just Another Coder
Just Another Coder
  • 21
  • 175 692
Python: Command and Control Server [C2C] / Remote Access Trojan [RAT]
Simple command and control server made with Python using Flask and Requests. Tutorial for beginners and advanced coders alike.
Github link: github.com/LouisTheXIV/command-control-server
0:00 intro
0:55 server
04:05 server html
11:10 client/victim
14:05 testing connection
15:20 refreshing html
19:10 end
#python #pythonprogramming #hacker #malware #programming #coding #remotecontrol #access
Переглядів: 161

Відео

Sending EMAILS with PYTHON: 5 minute tutorial
Переглядів 17 тис.11 місяців тому
Python tutorial on how to send automated emails using the smtplib module. Don't forget to like and subscribe! #python #tutorial #programming #coding #automation #ai
Python Requests: SENDING and READING Data from Websites in 4 Minutes
Переглядів 468Рік тому
Reading and sending data to websites. As an example I'll be using discord to teach you how to send discord messages using the python requests library. Source code: import requests url = "discord.com/api/v9/channels/1092342084339511327/messages" data = { "content": "THIS MESSAGE WAS SENT WITH PYTHON" } header = { "authorization": "token here" } requests.post(url, data=data, headers=header)
How to make a MODMENU with Python using Tkinter and Pymem
Переглядів 12 тис.2 роки тому
Previous Video: ua-cam.com/video/bG9wR2ufOxc/v-deo.html Tkinter Tutorial: ua-cam.com/video/blNzwz_Ui7M/v-deo.html&t Source code: github.com/LouisTheXIV/Python-Hacking/tree/master/ModMenu Discord: discord.gg/8YT3Fnxq2B In this video I'll be showing you how to make a GUI Modmenu using Python and the tkinter framework as well as pymem and cheat engine for the backend hacking. Don't forget to subsc...
Hacking any Game with Python and Cheat Engine
Переглядів 45 тис.2 роки тому
New discord server: discord.gg/wXz8GD9ySm Cheat Engine: www.cheatengine.org/ Source code: github.com/LouisTheXIV/Python-Hacking/blob/master/infinite_ammo_hack.py In this video I'll be showing you how to hack any game using Cheat Engine and Python's pymem library.
Pygame Particle System
Переглядів 2 тис.2 роки тому
Source Code: github.com/LouisTheXIV/Particles/blob/master/particles.py How to make Particles with pygame. Pygame particle system go brrrrrrrrrr
Make a Python website using Flask
Переглядів 4822 роки тому
(Sorry for bad mic quality idk what happened to my mic lol) Html code: pastebin.com/d7Fyydzx In this video you will learn how to make a website using Python and the Flask library. We will be making a very basic and simple login page which checks if the username and password are valid. Don't forget to subscribe and leave a like if you found this informative!
Add your program to context menu with Python
Переглядів 1,1 тис.2 роки тому
source code: github.com/LouisTheXIV/Registry-Python/blob/master/registry.py JIDE (open source json ide made by me): github.com/LouisTheXIV/JIDE In this video I will show you and explain how to add your program to the windows file explorer context menu!
Website Bruteforcer using Python Requests [Ethical Hacking]
Переглядів 71 тис.2 роки тому
How to make a website bruteforcer using Python's Requests library! Link to the testing website: requestswebsite.notanothercoder.repl.co/ Characters list: "abcdefghijklmnopqrstuvwxyz0123456789" Source code: github.com/LouisTheXIV/Website-Bruteforcer/blob/master/bruteforcer.py Try to brute force the account "username" on the test website which has a password of 5 characters! Don't forget to leave...
Injecting Code into Notepad with Python [Ethical Hacking]
Переглядів 21 тис.3 роки тому
Source code: github.com/LouisTheXIV/Python-Hacking/blob/master/injecting-code.py Pymem module: pypi.org/project/Pymem/ In this video I'll be explaining and showing how to inject your own python code as well as a python interpreter into Notepad.exe and even injecting code into Command Prompt! Ethical Hacking.
How to ACTIVE WINDOWS WITHOUT Installing ANYTHING or PAYING!!
Переглядів 5923 роки тому
Open Powershell as administrator by typing it in the search box of Windows and rightclicking open as administrator. Text to write: slmgr /skms kms.loli.best slmgr /ato slmgr /xpr Credits: notalant#4442
Guess the Number game in Python! 10 lines of code!
Переглядів 3073 роки тому
Guess the Number in Python with only 10 lines of code! Should I make a tutorial about how to do this with GUI and turn it into an app? Code: www.codepile.net/pile/mlJvWGlz
How to make Graphical User Interface (GUI) in Python with only 10 lines of code!
Переглядів 5413 роки тому
Code: www.codepile.net/pile/q5gJyYo7
Error Simulator! Prank someone!
Переглядів 2293 роки тому
Link to download: github.com/LouisTheXIV/Error-Simulator Link to source code: github.com/LouisTheXIV/Error-Simulator-Scr If you have any other idea that I could make or add to this please comment it down below! This is an error simulator created by me, I made it in python but the compiling error is made in VBS.
How to make a Robot Voice
Переглядів 3853 роки тому
Download Code and VBS file from here: www.mediafire.com/file/ydjwxcu9zlusxvi/A Robot Voice.zip/file This can only be done on Windows as VBS Script comes with Windows so no additional stuff needs to be installed. Thanx for watching!
How to find any Wifi's Password
Переглядів 8703 роки тому
How to find any Wifi's Password
How to create a Translator with Python in 5 minutes!
Переглядів 7943 роки тому
How to create a Translator with Python in 5 minutes!
How to create an Among Us Spam Bot
Переглядів 1,5 тис.3 роки тому
How to create an Among Us Spam Bot
Python: Printing Date and Time
Переглядів 1403 роки тому
Python: Printing Date and Time
Python Script to EXE application
Переглядів 3123 роки тому
Python Script to EXE application
How to make an app to get more views on YT
Переглядів 5383 роки тому
How to make an app to get more views on YT

КОМЕНТАРІ

  • @sabahlarakadar420
    @sabahlarakadar420 14 годин тому

    What is the 587 for?

  • @rokrok27
    @rokrok27 12 днів тому

    i was trying to make my shop email me whenever somebody orders this doesnt seem to be how

  • @avba7472
    @avba7472 14 днів тому

    Thank you for this, I Couldn't get past the authentication error. Watching this video helped 😇

  • @KentaroxKondo
    @KentaroxKondo 22 дні тому

    cool!

  • @pikaxmv6660
    @pikaxmv6660 26 днів тому

    i cant find form data

  • @bacteriadeinternet4094
    @bacteriadeinternet4094 Місяць тому

    tysmm

  • @bacteriadeinternet4094
    @bacteriadeinternet4094 Місяць тому

    DAAAAAAAAAMN

  • @itudor5899
    @itudor5899 Місяць тому

    is that a new mic , sounds wayy better than older videos

    • @JustAnotherCoder
      @JustAnotherCoder Місяць тому

      Thanks! It truly was a great present from an even greater friend

  • @itudor5899
    @itudor5899 Місяць тому

    yeahhh this is amazing

    • @JustAnotherCoder
      @JustAnotherCoder Місяць тому

      Thank you my friend! Dont forget to hit that like and subscribe button!

  • @ayushmalviya3775
    @ayushmalviya3775 Місяць тому

    Thanks

  • @RockyKumar-jk3bh
    @RockyKumar-jk3bh Місяць тому

    Not working 😢 please help me

  • @DefAir_
    @DefAir_ Місяць тому

    Please tell me, is it currently possible to log in to your account using an application password? For some reason, I do not accept this password when logging in.

  • @Mrmaggakos
    @Mrmaggakos Місяць тому

    where can i download it?

  • @thomasgould6908
    @thomasgould6908 2 місяці тому

    great thank you so much. this worked great!!. on adding A app password I had to go to 2-Step Verification (once it was turned on) and scroll all the way to the bottom where you see "App passwords" then I created it from there. great video

  • @EDU-rs3ld
    @EDU-rs3ld 2 місяці тому

    a terminal.

  • @user-mp1qn9zp3g
    @user-mp1qn9zp3g 3 місяці тому

    Why It does not work in pubg 😔

  • @VatsalUpadhyay-vn1fc
    @VatsalUpadhyay-vn1fc 3 місяці тому

    it worked but it has a timer of 4 months maybe what to do after that the watermark is gone windows activated but what will happen after the time given

  • @wqterr
    @wqterr 3 місяці тому

    More discord py!!!

  • @gaming_squadnl7206
    @gaming_squadnl7206 3 місяці тому

    Try to Make a Mod menu for Carnaval Simulator

  • @Narwhyn
    @Narwhyn 3 місяці тому

    Thanks very much! This really helped me with my CS assignment.

  • @amimagus8051
    @amimagus8051 3 місяці тому

    Excellent video thanks so much

  • @jaksiz
    @jaksiz 4 місяці тому

    Amazing video, you explained so well.

  • @Wojtek_1777
    @Wojtek_1777 4 місяці тому

    Thanks man I’ve been trying to make a mod menu with Kian brose’s tutorials but he only shows how to modify the game data this is going to help me learn to make mod menus you earned a subscriber and i might recommend you to my friend because he is new ish to python and you might be able to help

  • @0-Oju
    @0-Oju 4 місяці тому

    it worked..Thanks

  • @seaweedseaside5905
    @seaweedseaside5905 4 місяці тому

    Wow! It worked. So simple!

  • @krypton1142
    @krypton1142 4 місяці тому

    The code doesnt work for me I keep getting an error

  • @krypton1142
    @krypton1142 4 місяці тому

    I love u

  • @papacitoloko1117
    @papacitoloko1117 5 місяців тому

    Hi, thanks for the tutorial. I've managed to find an instruction that seems to be able to find the values I'm looking for but the pointers are not reliable for every instance of the game, for example restart the game or death in game. I think It's got something to do with a jump command near the address of the instruction I'm looking at but I don't actually know what I'm looking at 😂. I've been able to find the values reliably by accessing whatever accessed the code I've got saved in my advanced option in cheat engine. I just am not able to find a pointer even after 10 different instances. The instruction is mov rdi, [rax + r13*8 + 28]. I can click what Accesses this code and I can always find the values I'm looking for as long as i know what I'm looking for (the value is ##*32+0x4308). I've been stuck here tho without knowing what to do next. I feel like I'm really close tho. Any advice is appreciated 😅.

  • @maksimvolkov8892
    @maksimvolkov8892 5 місяців тому

    Oh thank you. Worked.

  • @halasyamv3190
    @halasyamv3190 5 місяців тому

    danke shöne freund

  • @younes9191
    @younes9191 5 місяців тому

    it works thanks a lot bro

  • @starnigel6279
    @starnigel6279 5 місяців тому

    Привет, спасибо за видео, для новичка очень полезно А ты из какой страны?Почему то я очень хорошо понимаю твой английский на слух даже без нейросетевой озвучки

  • @miyagixamikadze1555
    @miyagixamikadze1555 5 місяців тому

    Bro it amazing, + sub

  • @kudotobeyokudo688
    @kudotobeyokudo688 5 місяців тому

    Doesn't work anymore!!

  • @jitenjtb5872
    @jitenjtb5872 6 місяців тому

    Thanks Buddy :)

  • @_____1826
    @_____1826 6 місяців тому

    Looks cool...going to subscribe you now

  • @miguelcunhakowalski1099
    @miguelcunhakowalski1099 6 місяців тому

    thanks man for the tutorial. it may only teach the most basics, but it still gave me an idea of how this stuff works. keep up the good content.

  • @bajraindra1920
    @bajraindra1920 7 місяців тому

    I new subscriber. I need more tutorial with python.

  • @user-in3zs8bl6w
    @user-in3zs8bl6w 7 місяців тому

    I must to say that you was the best than other hackers in this videos you need more subscribers man + 1

  • @NapoleanBonaparte-bv2hz
    @NapoleanBonaparte-bv2hz 7 місяців тому

    Thank you, sir!

  • @Tcrrxzz
    @Tcrrxzz 8 місяців тому

    Thanks! I this is useful because I am trying to make like a verification system in one of my projects in python and I thought about verifying users by email and using a verification code. This masterpiece helped out a lot! I appreciated it.

  • @BlazeinGames1978
    @BlazeinGames1978 8 місяців тому

    can you make one for infinite health?

  • @user-pc9yr6sk4l
    @user-pc9yr6sk4l 8 місяців тому

    you deserve many subscribers

  • @SavageAk47
    @SavageAk47 8 місяців тому

    Nicee, your very talented bro, respect to you 🔥

  • @khaledzhouh7496
    @khaledzhouh7496 8 місяців тому

    👍👍👍👍

  • @tomgreg2008
    @tomgreg2008 9 місяців тому

    Worked great for me! Thanks!

  • @pedrosanhueza7747
    @pedrosanhueza7747 9 місяців тому

    Thanks! I just needed clarification on the "App Password" and you told that spot on! Thanks for posting :)

  • @golden9060
    @golden9060 10 місяців тому

    Not work

  • @Khalid-eb4cy
    @Khalid-eb4cy 11 місяців тому

    How mails can send

  • @fourseven_prod
    @fourseven_prod 11 місяців тому

    Bro, my game uses dlls, what i need to put? "dllname.dll" + offset ?

    • @LeemONad
      @LeemONad 11 місяців тому

      Скорее всего да, но я не уверен