Regular USB? No, a Dangerous (but simple) Keystroke Logger- 10min. Python Code - HOXFRAMEWORK

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 164

  • @synthetictelepathy
    @synthetictelepathy 9 месяцев назад +4

    you are much appreciated, i logged in my youtube to get you clout bro, had to follow. im being mindcontrolled with directed energy weapons so im poor but knowledge helps entertain myself

    • @HoxFramework
      @HoxFramework  9 месяцев назад

      Sorry to hear about your mind control bro
      hope you recover
      Stay badass

  • @HoxFramework
    @HoxFramework  3 года назад +8

    One of you asked ""I have version 3.9.7 and i have something like this import pynput.keyboard ModuleNotFoundError: No module named 'pynput'""
    Thats because you didnt install the module with pip.
    However i do recommend learning basic python before going into making keyloggers - since it will make things easier that way and you will have knowledge there too

    • @isaiaslp12
      @isaiaslp12 3 года назад

      I copied again the code, and it worked. Now I've got another problem. When I write the autorun command, and I save it, it doesn't work. I mean, when I put the USB in my computer, it doesn't autorun the keylogger. Can you help me? Thank you

    • @HoxFramework
      @HoxFramework  3 года назад

      @@isaiaslp12 I talked about this in the video, newer versions of windows are a bit more complex than that
      Just listen to that part of the vid it should help

    • @OfficialByteChaser
      @OfficialByteChaser Год назад

      @@HoxFramework Where do i download it?

    • @HoxFramework
      @HoxFramework  Год назад

      @@OfficialByteChaser all of it is on my website lemme know if u cant find

  • @dudesstuff9214
    @dudesstuff9214 3 года назад +7

    Thanks for sharing your knowledge ❤️

  • @magmalife7330
    @magmalife7330 3 года назад +6

    like the thumbnail

  • @andrejstomass1966
    @andrejstomass1966 2 года назад +6

    I learned a lot while making this. Amazing video!

  • @deadly1075
    @deadly1075 3 года назад +9

    Any chance of you putting out a complete course?

    • @HoxFramework
      @HoxFramework  3 года назад

      What do you mean complete course? On this subject - Like a keylogger thing ?
      Or do you mean how to get it undetectable

    • @deadly1075
      @deadly1075 3 года назад

      @@HoxFramework No I mean like an ethical hacking course covering all the important tool, techniques and attacks.

    • @HoxFramework
      @HoxFramework  3 года назад +3

      @@deadly1075 Well i dont know maybe one day - but not any time soon since now im very busy so i try to make sure to upload a video - and if i did upload a full course id need a lot more time

  • @BilloBillo1
    @BilloBillo1 Год назад +4

    school boutta get devious

    • @HoxFramework
      @HoxFramework  Год назад

      dont do anything illegal.

    • @theksaboi
      @theksaboi 27 дней назад

      ​@HoxFramework im going to use this to keylog to gey my home computer administrator password because my dad has administrator account and i dont

  • @arabe7486
    @arabe7486 Год назад

    i know nothing about programing, tried everything, downloaded a bunch of stuff but it didint work, some day will be back. thanks for the video bro

    • @HoxFramework
      @HoxFramework  Год назад +1

      That's okay bro, just take your time. Nothing in life works perfectly without some hard work, and even if it does you end up regretting it.
      Take your time, learn a little bit of python and everything will be more clear.
      Keylogger isnt an easy project for beginner programmers

    • @arabe7486
      @arabe7486 Год назад

      @@HoxFramework thanks for the support!

  • @posificalgamer
    @posificalgamer 8 месяцев назад

    might be late to ask but, what is the point of those useless strings of code? is it to throw of the person viewing the code or is it there to somehow confuse the pc from thinking it is a virus?

  • @facubraga9168
    @facubraga9168 2 года назад +6

    Hi! I have a question, when I use the numeric pad the numbers are not printed in the log.txt, instead it shows "none"
    But if I use the above numbers it works great.
    Thanks for the video and all the information. 🙌

    • @HoxFramework
      @HoxFramework  2 года назад +3

      Oh this is interesting
      I havent heard about that and numeric pad worked fine for me
      Hm, try looking into the documentation of the module for interpreting keyboard (pynput.keyboard)
      Perhaps something like this could help: stackoverflow.com/questions/58478060/detecting-numpad-keys-with-pynput-keyboard
      But there is always this
      github.com/moses-palmer/pynput/issues/315
      saying that there is some issues with interpreting numpad input
      However i could also recommend using different modules similar to pynput instead - maybe they will do the trick for you

  • @polatd
    @polatd 3 года назад

    nice and too much helpful video ur my favorite youtuber now

    • @HoxFramework
      @HoxFramework  3 года назад

      Thanks man! I really hope i helped and that you learned something new!

  • @andrejalilovic3280
    @andrejalilovic3280 10 месяцев назад

    neznam dali pricas srpski ili ne ali sam vido imena files na srpskom. Hvala puno sto si me naucio i zelim ti sve najbolje!

  • @repairstudio4940
    @repairstudio4940 Год назад

    Part two and an in-depth guide. This works but haha since i saved it to my desktop the logger pops up right on the desktop.

    • @HoxFramework
      @HoxFramework  Год назад

      dont save it to your desktop. Save it to the usb

  • @HoxFramework
    @HoxFramework  3 года назад

    Somebody asked for the code - its on my website (link in desc)

  • @isaiaslp12
    @isaiaslp12 3 года назад

    Hello, I've got a problem. When I put the final command on powershell, it appeaers in my folder everything that should appear , except the folder "__pycache__", and also , when I enter to the new folder named "dist", there's nothing there. Why does it happen? I have followed every step.

    • @HoxFramework
      @HoxFramework  3 года назад +1

      pycache isnt really relevant it generates every time a script calls another script (imported)
      why you dont have anything in your dist folder is confusing tho - are you sure you typed in everything correctly? What does it say, is there an error?
      Did your defender/antivirus delete it?

  • @BostYT
    @BostYT Год назад +1

    Great video, earned a sub

  • @sadlynotgonnahappen4841
    @sadlynotgonnahappen4841 Год назад

    im kind of confused on the part where you said that, you need to change it up since all code is unique. im very much a beginner in this, but an amazing video, hox!

    • @HoxFramework
      @HoxFramework  Год назад

      Well changing it up rn isnt enough (detections are now way more efficient) but yeah
      Thanks dude

  • @stephencurry120
    @stephencurry120 11 дней назад

    What are you using to run this code bro?

  • @Marrpy
    @Marrpy 9 месяцев назад

    When I run the file on my computer a notice appears saying "Operation did not complete successfully because the file contains a virus or potentially unwanted software."
    How do I fix this?

    • @HoxFramework
      @HoxFramework  9 месяцев назад

      You didnt turn off your antivirus :D

  • @oussamathedjfreeman
    @oussamathedjfreeman Год назад

    Good video, do you have some idea to block keyboard from showing or affecting windows keystrokes but python could log the keystroke, keyboard will be blocked by vendor product id, this to use barcode scanner only with specific program and not actinc like keyboard for the system, any idea

    • @HoxFramework
      @HoxFramework  Год назад +1

      Im not exactly sure what you want
      if you block the keyboard from working there is no point on keylogging cause your victim will give up
      Im confused

    • @oussamathedjfreeman
      @oussamathedjfreeman Год назад

      @@HoxFramework what i have and what i want:
      First i have the main keyboard and i have bare code scanner that act like hid keyboard.
      What i want is to scan some product so the keystroke of an product will be saved on file or go into python file string value, so when sometime i make scan , the keystroke will go to the open window and it will type on any selected box or empty document.
      Any keybord have vendor and product id, i look on some google they was talking about using evdev, pyhook, pynput to do so but i could not find cloue so its like making scanner inside a box.
      I heard about low level hook also... Am lost bro

    • @HoxFramework
      @HoxFramework  Год назад +1

      @@oussamathedjfreeman Im sorry to say but i dont know how to help you. Im assuming you'd need a python module that understands Scanners as well as some basic keylogging functions from python.
      Pynput for example uses keyboard input.
      If it really immitates the keyboard there should be no problems capturing keystrokes.
      Again - i dont think i was of much use. Im not an expert on code scanners, but i can help you with your python code errors. If you have any let me know. Im sure ill be of use there.

    • @oussamathedjfreeman
      @oussamathedjfreeman Год назад

      @@HoxFramework the scannet act 100% like keyboard so drivers it not montionned as scannet that may you use special hardware that select com port to get the serial input, so any barecode or qr code it will send keystrokes of the link of qrcode or numbers of code with enter button at the end , to fill case where i should put code is need to select with mouse and click on empty box then make the scan, if you dont select proper box it will tape in another one
      What i need really is to make like other usb perepheric that dont acfect windows, and when you want to get data you have to connect into com port.
      Expensive way is to use arduino with usb host sheild, so scanner is connecter into arduino and forward keystrokes to the usb of arduino, and when we need to get data from arduino we will select com port and baud rate then we will recive our data that it will be easy to react with python code.
      The same i want to do it in cheap is to block keystroke of scannet and forward it to virtual com port that it will play solution of arduino with usb sheild

    • @HoxFramework
      @HoxFramework  Год назад

      Im not sure how you would do that. Perhaps you could disable the keyboard using python and leave the scanner only. Then make sure that python logs what scanner is saying.
      To disable the keyboard with python im assuming some system commands will have to be ran

  • @dominic_onexero
    @dominic_onexero 3 года назад +1

    I have a problem i made the .py file with the code but when I click on it nothing happens just a cmd opens for a short time. I also don't have any python knowledge I hope you could help me to get it running :)

    • @HoxFramework
      @HoxFramework  3 года назад +1

      Well listen bro if u want to program a python virus you gotta know python hahaha
      It could depend on a lot of things - do you have python installed on your PC?
      have you tried running it from CMD - it could display you the error right there in the console?
      Did you install all the modules?

    • @dominic_onexero
      @dominic_onexero 3 года назад

      @@HoxFramework Yes I installed Python but I have no idea what other things I have to install for it to work
      Have you thought about making this video but for beginners like what to install and hot to get it to work?

    • @HoxFramework
      @HoxFramework  3 года назад

      @@dominic_onexero You can try following the video and the website (hoxframework.com.hr/?p=485) since i covered everything you need there
      This video isnt hard to follow at all if you know basic python so i recommend trying to follow some tutorials on it
      I even have one that i did on my channel
      You have to understand that making programs that will work in somewhat complex scenarios requires programming knowledge - you cant just copy/paste it and expect it to work (the code isnt complicated much but hacking as a field is and you probably know that)
      so i hope that helped

  • @romekuibopuu2417
    @romekuibopuu2417 2 года назад

    hey. if i put it a pc that has multiple users. does it pop up as a usb every time someone logs in into their microsoft account

    • @HoxFramework
      @HoxFramework  2 года назад

      It runs once account runs it - but it has nothing to do with account switching, if you switch an account then a bunch of other programs get stopped too - so even tho i havent tried i assume it will get stopped. If not - let me know, thats awesome

  • @asawski
    @asawski 3 года назад

    useful with social engineering

  • @meguminenjoyer6339
    @meguminenjoyer6339 2 года назад

    when i open my exe file a cmd opens how can i hide it ? because it doesnt work with out it?

    • @HoxFramework
      @HoxFramework  2 года назад

      Add the no console parameter to pyisntaller when converting to exe - just like i did in the vid. If it still shows a cmd then either you did something with the code or pyinstaller messed something up (in this case you can use py2exe, or Nuitka)

  • @cutiebabytron9900
    @cutiebabytron9900 3 года назад

    Hey @Hox whenever the Target starts their computer will it auto start up the keylogger

    • @HoxFramework
      @HoxFramework  3 года назад

      no that depends on the system i mentioned in the video
      but even if u have to manually run it it isnt bad
      plus there are ways to make it more automatic

    • @cutiebabytron9900
      @cutiebabytron9900 3 года назад

      @@HoxFramework THANK YOU srry i made that comment at the start of the vid should of waited lmao

    • @HoxFramework
      @HoxFramework  3 года назад

      @@cutiebabytron9900 No problem man! Hope the video helped :)

  • @ahmadkhader8556
    @ahmadkhader8556 2 года назад

    is there anyway possible that you can make a dropbox with all of these python code files please?

    • @HoxFramework
      @HoxFramework  2 года назад

      I usually leave code on my website

  • @cuddenudd7697
    @cuddenudd7697 2 года назад

    What's the name of the wallpaper on wallpaper engine? If you remember

    • @HoxFramework
      @HoxFramework  2 года назад

      It's a part of Wallpaper Engine - on it it's called something like "Sakura Tree
      of life". Closest to the image-version (non animated) i got is this:
      browsecat[.]net/sites/default/files/tree-of-life-wallpapers-123067-1006367-4711085[.]png
      Remove both [ ] to get the link (yt takes them down)

  • @elizabethjr.4013
    @elizabethjr.4013 7 месяцев назад

    For me it's not working on Windows 11. It's not write text file on my USB.

    • @HoxFramework
      @HoxFramework  7 месяцев назад

      Im not sure what that could be
      try changing up the code - or maybe your AV is picking it all up

  • @vidsuhadolc7661
    @vidsuhadolc7661 Год назад

    Is that croatian or something similar? Was really surprised when I saw a language I understand other than english on a video like this. (Im slovenian)

    • @HoxFramework
      @HoxFramework  Год назад +1

      It is Croatian, yes
      I was born there :)
      Nice to see a neighbour here

    • @vidsuhadolc7661
      @vidsuhadolc7661 Год назад

      @@HoxFramework that’s so sick. do you still live there because your english is phenomenal

    • @HoxFramework
      @HoxFramework  Год назад +1

      ​@@vidsuhadolc7661 I don't, but i've lived most of my life there.
      Thanks bro!

    • @pavelognjanov6113
      @pavelognjanov6113 Год назад

      @@HoxFramework nice i am from macedonia

  • @TRASH_Z403
    @TRASH_Z403 7 месяцев назад

    not working anymore latest verison of pyinstaller does not include modules by default

    • @HoxFramework
      @HoxFramework  7 месяцев назад

      I mentioned that - and ofcourse it doesnt you install your own modules. Pyinstaller gets detected now.

  • @galaxite8631
    @galaxite8631 2 года назад

    now my issue is that... why does windows detectit? i tried testing it on my VMware but it says virus detected

    • @HoxFramework
      @HoxFramework  2 года назад

      Because this vid was a while ago - AV softwares made a simple solution for blocking these kinds of scripts : Blocking the converter/compiler
      This is a horrible and lazy idea since compilers can be used (and mostly are) for legitimate stuff - thats what they are made for
      Yet antivirus companies just went: Eh, we dont feel like searching for patterns so lets just block all of pyinstaller stuff
      (most of them did this)
      So what i recommend is just changing up the code a bit so it generates a different hash, using a different compiler/converter (py2exe or Nuitka or similar) and that should make it less detectable
      Let me know if it works

  • @sudarshang8287
    @sudarshang8287 3 года назад +1

    Can you please upload the code file in the description?

    • @HoxFramework
      @HoxFramework  3 года назад +1

      You can get the code from my website hoxframework.com.hr/?p=485 this should be the URL for it

  • @iyeetsecurity922
    @iyeetsecurity922 3 года назад +1

    If anti-virus/Windows Defender is on, it'll quarantine it though.

    • @HoxFramework
      @HoxFramework  3 года назад +1

      Its entirely possible that that's true now - as i said in the video : it really depends, always try changing up the hash by modifying the code, binding the exe or using py2exe instead of pyinstaller
      In cybersecurity world the "Fully undetectable" idea only lasts for a short time until someone uploads the malware to virustotal or similar services - then those services send the hash or origin of the program to antiviruses

  • @whosnosam
    @whosnosam 2 года назад

    Hey can i get a download like for it because i cant install python on my laptop

    • @HoxFramework
      @HoxFramework  2 года назад

      you need python for this
      What do you mean you cant install python

    • @VoicesOTS
      @VoicesOTS 2 года назад

      @@HoxFramework lol

  • @kakahy2919
    @kakahy2919 Год назад

    it works but when i remove the usb the log file disperse plz help

    • @HoxFramework
      @HoxFramework  Год назад

      im not sure how
      Maybe you are overwriting it every time?
      Use a+ when opening not w or w+

  • @siennaq5553
    @siennaq5553 2 года назад

    Question: Could you please provide the download to the python link you used, because I keep going to virus sites

    • @HoxFramework
      @HoxFramework  2 года назад

      If you are talking about the code the link is in the description (my site)
      If you are talking about a finished .exe file then i dont recommend trying to download that since i havent uploaded it anywhere (virustotal just checks for viruses, you cant download the file back) - i recommend compiling python code to exe just like i did in the video
      Also make some changes and ideally use py2exe or anything else since after this video most of antiviruses quickly put pyinstaller's programs under malicious (which they arent, but it was an easier fix for them that way - laziness) so to avoid AV detection you could use the other compilers (or if you dont like py2exe myb u can use Nuitka)

  • @Alee1_
    @Alee1_ Год назад

    Good Evening Sir!
    How do I turn the pynput to an exe. I downloaded pyinstaller.
    thx

    • @HoxFramework
      @HoxFramework  11 месяцев назад

      I've shown how to compile scripts

  • @gamrua3139
    @gamrua3139 2 года назад

    Najjači brat

  • @bqggoninstagram8858
    @bqggoninstagram8858 3 года назад +2

    kaj si ti sa balkana?

  • @minecraftnerd3104
    @minecraftnerd3104 2 года назад

    Help I really want this to work but I keep seeing Indentation errors

    • @HoxFramework
      @HoxFramework  2 года назад

      maybe you copied the code weirdly or something - indentation errors are ones caused by spaces or tabs, python's syntax takes that into consideration

  • @Manish_Kumar2022
    @Manish_Kumar2022 10 месяцев назад

    What is the function of instructions.txt?

    • @HoxFramework
      @HoxFramework  9 месяцев назад +1

      I dont recall exactly but i think thats just a txt file for me to paste on my website - nothing relevant to the execution :)

  • @sebapierdonka8780
    @sebapierdonka8780 3 года назад

    Can you post changed hash version?

    • @HoxFramework
      @HoxFramework  3 года назад +1

      Well there is no purpose since as soon as i post it someone will add it to virustotal, so thats why every code has to be unique - just change it up

  • @deamon239
    @deamon239 8 месяцев назад

    earned a sub :)

  • @SMArsalan123
    @SMArsalan123 2 года назад

    Code please?

  • @sithumgimhan7650
    @sithumgimhan7650 7 месяцев назад

    Is this detectable by a end point mcAfee security

    • @HoxFramework
      @HoxFramework  7 месяцев назад

      today yes

    • @sithumgimhan7650
      @sithumgimhan7650 7 месяцев назад

      @@HoxFramework is there a new way

    • @HoxFramework
      @HoxFramework  7 месяцев назад

      @@sithumgimhan7650 well im not sure, maybe not with python - try other programming languages
      with python its like
      anything compiled by pyinstaller, py2exe or nuitka gets flagged

    • @sithumgimhan7650
      @sithumgimhan7650 7 месяцев назад

      @@HoxFramework but end point security have behavioral analysis. So it can detect the key logger behaviour. What about a hardware keylogger, do you know how to make one

    • @HoxFramework
      @HoxFramework  7 месяцев назад

      @@sithumgimhan7650 i havent tried making a hardware keylogger, but there are some
      hardware keyloggers - you can buy them online, but they can be a bit pricy
      You plug them into the PC and you plug the keyboard in them

  • @andreipebune990
    @andreipebune990 3 года назад

    can u help me to make dis script work?

  • @The_Adversity.
    @The_Adversity. 3 года назад

    It's not working when i run the clean.py. I need your help!!!

    • @HoxFramework
      @HoxFramework  3 года назад

      Well whats not working?
      I need the error information

    • @HoxFramework
      @HoxFramework  3 года назад

      Oh nvm i see the comment you deleted
      if your pc cant find pyinstaller it means you didnt install it well / or you did something and it isnt in your PATH (google : how to add a program to PATH )
      But i recommend advanced python knowledge before making this kinda stuff tho

    • @The_Adversity.
      @The_Adversity. 3 года назад

      I only know java and html css. But i want to learn python not now but soon.

    • @The_Adversity.
      @The_Adversity. 3 года назад

      @@HoxFramework Okay i will try that Mr.Hox

    • @HoxFramework
      @HoxFramework  3 года назад +1

      @@The_Adversity. Thats a good start man, Java is harder to learn than python syntax-wise
      so just take your time

  • @sithumgimhan7650
    @sithumgimhan7650 7 месяцев назад

    Bro , step by step vid plz, i dont know python

    • @HoxFramework
      @HoxFramework  7 месяцев назад

      Sorry bro but you cant make a malware in python if you dont know python xD
      You gotta learn it first

  • @dmondsk1355
    @dmondsk1355 3 года назад

    The hide command didn't work can anyone help me ?

    • @HoxFramework
      @HoxFramework  3 года назад

      which "hide" command ?

    • @HoxFramework
      @HoxFramework  3 года назад

      oh you mean to hide the exe on the USB?
      maybe something changed since i made the video, just google how to hide exe on usb with autorun
      It shouldnt be too hard
      probably one command

    • @dmondsk1355
      @dmondsk1355 3 года назад

      @@HoxFramework noconsole

    • @HoxFramework
      @HoxFramework  3 года назад

      @@dmondsk1355 noconsole doesnt hide the .exe file, it hides the console when exe runs

  • @SecurityTalent
    @SecurityTalent 3 года назад

    thanks

  • @fandi4567
    @fandi4567 2 года назад

    Error : No module named 'pynput'

    • @HoxFramework
      @HoxFramework  2 года назад

      use your cmd/terminal to install the module:
      pip install pynput

  • @SML_Jchop
    @SML_Jchop 9 месяцев назад

    so after watching the vid multiple times i have concluded that it just doesnt work so ill try it on my other windows 10 pc full box 200

    • @HoxFramework
      @HoxFramework  9 месяцев назад

      I saw the comments you deleted from my notification - i recommend getting more familiar with python and pip before getting into the video
      It is a beginner oriented video but learning the basics of python in the video too would be a bit much
      that said the commands were pretty straight forward - only thing you needed was python and pip
      If i remember correctly

  • @ThatGeometryDude
    @ThatGeometryDude 3 года назад +1

    I have a 9-line keylogger...

    • @HoxFramework
      @HoxFramework  3 года назад

      Awesome! Good job man

    • @ThatGeometryDude
      @ThatGeometryDude 3 года назад

      @@HoxFramework Thanks! Its not as fancy though, it has all of the letters/keys on seperate lines

    • @HoxFramework
      @HoxFramework  3 года назад

      @@ThatGeometryDude You can easily solve that dude, check out my code - also idk if you know but you can fit all (or most) of those lines into one line using ;

    • @ThatGeometryDude
      @ThatGeometryDude 3 года назад

      @@HoxFramework True, i can make some lines shorter, and Ya, ill make it look better tmr

  • @lolexXD.
    @lolexXD. Год назад

    are you from balkan?

    • @HoxFramework
      @HoxFramework  Год назад

      yes i was born there

    • @lolexXD.
      @lolexXD. Год назад

      me too where you live now?@@HoxFramework

    • @HoxFramework
      @HoxFramework  Год назад +1

      @@lolexXD. Slovenia, moved there for a short time.

  • @I_am_thing
    @I_am_thing 2 года назад

    10m AH UH youtube says smth else

  • @sirshove7801
    @sirshove7801 Год назад

    can anti-virus detect this

  • @grunty9298
    @grunty9298 2 года назад

    Dobro pricas engleski za jednog balkanca

    • @HoxFramework
      @HoxFramework  2 года назад

      Thank you, I lived outside balkan area too in English speaking countries

  • @mangoclient
    @mangoclient 2 года назад

    wallpaper link pls

    • @HoxFramework
      @HoxFramework  2 года назад +1

      It's a part of Wallpaper Engine (software on steam that allows you to
      use animated wallpapers) - on it it's called something like "Sakura Tree
      of life". Closest to the image-version (non animated) i got is this:
      browsecat[.]net/sites/default/files/tree-of-life-wallpapers-123067-1006367-4711085[.]png
      Remove both [ ] to get the link (yt takes them down)

    • @HoxFramework
      @HoxFramework  2 года назад +1

      Fixed up the link

    • @mangoclient
      @mangoclient 2 года назад

      @@HoxFramework thank you! :))

    • @HoxFramework
      @HoxFramework  2 года назад

      @@mangoclient No problem bro

  • @SML_Jchop
    @SML_Jchop 9 месяцев назад

    Thats alot of code can you just copy it so I can skip through it quicker

    • @HoxFramework
      @HoxFramework  9 месяцев назад

      Hahhahah I think the code is on my website

  • @SkyLensSnimanjeDronom
    @SkyLensSnimanjeDronom Год назад

    Hahahah pa ti si nas brate

  • @williamchupin4842
    @williamchupin4842 Год назад

    BRO HELP ME I DONT UNDERSTAND!!!!

  • @press3626
    @press3626 10 месяцев назад

    when people do things local and look smart lol

    • @HoxFramework
      @HoxFramework  9 месяцев назад

      Well i cant hack someone IRL
      From what i remember thats illegal
      What are your suggestions

  • @jabok5821
    @jabok5821 2 года назад

    a si slovenec

    • @HoxFramework
      @HoxFramework  2 года назад +1

      ne, sem iz Hrvaške, vendar ne živim tam

  • @asakuma780
    @asakuma780 3 года назад

    vidi brata mog pa djesi ti

    • @HoxFramework
      @HoxFramework  2 года назад

      I dont know any Milan "asakuma" so Im not sure we've met, but hey to you too! :)

    • @asakuma780
      @asakuma780 2 года назад

      @@HoxFramework nit nismo nego si nas pa ono

    • @HoxFramework
      @HoxFramework  2 года назад +1

      @@asakuma780 Hhahahah yes i am but i prefer talking in english since more people can understand and i love english as a language
      Anyway
      its nice to see ppl from balkan area be interested in cybersec, its a pretty unpopular thing in balkans sadly, but we are getting there!

  • @novakstojcic389
    @novakstojcic389 2 года назад

    aha znaci da si iz srbije,bosne,crne gore,hrvatske ili iz slovenije je sam pogodio

    • @HoxFramework
      @HoxFramework  2 года назад

      yeah you can tell since my windows language is set up like that :)

  • @davidolatunjiafolabi6278
    @davidolatunjiafolabi6278 2 года назад

    Hi, can you please send a link to the win10-upd_inst.py code

    • @HoxFramework
      @HoxFramework  2 года назад

      This should be it hoxframework.com.hr/?p=485

  • @syskey1402
    @syskey1402 2 года назад +1

    btw, if you have probs with detection, USE NUITKA!!!! ITS 0/0 FOR ME IN VIRUSTOTAL !!!
    use nutika, pyisntaller is shit in 2022

    • @HoxFramework
      @HoxFramework  2 года назад

      I can second this,
      any .py to .exe converter instead pyinstaller also does the magic - if they dont try spoofing, binding, changing up the code and more
      Also keep everything legal ofc