@@Jango1989 I hope too. Thanks to John more people are going to check it out, report issues/bugs, request some cool features and maybe a few PRs here and there.
great video John! suggestion for the next video like this - keep Defender with default settings "on" to create a little challenge. Disabling almost all protection except basic RTP is not true bypass and like selecting "I'm too young to die" difficulty level :)
@@bannanas117 I really tried to make similar to Cobalt Strike since I wanted to avoid confusion. I didn't wanted people to learn a new UI and personally love Cobalt Strike
@@C5pider man you're amazing, I'm 22 and nowhere close to what you've done. I'm learning and thanks to guys like you who keep the FLOSS philosophy alive. I hope I can meet you someday. :)
I'm a huge fan of your videos man. Only thing I don't understand is you show that it's a complete up-to-date machine and you have defender enabled, but you have many things disabled including tamper detection? Am I wrong or aren't most people trying to learn how to *get around* windows anti-virus. Either way you're the man. Just don't understand unless you expect everyone viewing to know you have to do way more to get through windows AV. ?
You should make a video going over your VM's. I am interested in how that is setup and how much space is typically required to have a VM setup like that.
the framework itself is always more important IMO than the client itself because most people are going to end up heavily modding it anyways to avoid getting signatured. for cs beacon ill rewrite the same function differently and add do random math operations or sleeps. if ur gnarly then change how it communicates to c2 maybe. great vid as usual brother 👍
Hi John, I really appreciate your content and it’s really fun to watch. Just curious have you tested this also with Defender for Endpoint if it still remains undetected? Best regards Tim
You would need to fix the broken dependency causing apt to throw error, then the scripts will probably work. Maybe just a clean of apt would have done the trick :)
you are the reason im so into cyber security now thank you. bro can you please show us how you would maintain connection to a server once is hacked? I'm doing the oscp but they don't teach you that and I was asked this twice in job interviews.
Establish persistence by writing to the registry key HKLM\Software\\Microsoft\Windows\CurrentVersion\Run to start a service which launches the daemon for your post exploitation C2 server on boot. That ensures you maintain a connection to the server that survives a reboot. You can also do the same thing to survive being manually killed since the registry will just restart it in the background, you would just need to find out what key needs to be written to.
@@C5pider quick question about how u made this: do you have to master all programming languages used and also its great your replying to all these comments what a legend.
ha...... John Hammond i am big fan for your video. i am see your video last 2 years. i am from India. john can create video from "how to use snyk and what is best scanner for find bug any web application
I think it's an extension of chaos, and also takes advantage of a lower level process like ebpf for kernel communication. There's scripts for different archs (i386, x86_64, arm64) and a bunch of different operating systems. As well as lists of program signatures, and expired licenses that they've setup to bypass security checks etc.
@@smartsalmon1 I'm inside a virtual interface of the attackers 'recovery mode' on my system... They have compromised my entire network, but now can't tell the difference between my shell and one of theres. So I've been able to poke around discretely.
o dear johm.. john ... john... we know that windows is not fully running security, if you turn on Application Guard which is part of defender its going to check the .exe file and also what source it comes from which in your case is "UP DOG" defender knows what you up to it will not allow the .exe to save and run it, hey i know this is your bread and butter but.... please do it in a correct configured enviroment or say at least " this is a home setup and not a enterprise setup " don't BS people.... we all know this will not run
i cant install python 3.10 it said that: E: Unable to locate package python3.10 E: Couldn't find any package by glob 'python3.10' E: Unable to locate package python3.10-dev E: Couldn't find any package by glob 'python3.10-dev' what can i do now :((
terraform is using the HCL parser which is written in go. Yaotl is a "fork" of HCL with some small modifications but its basically the same as terraform.
hey john, i'm a cybersecurity student and i learned how to use NMAP then i scan my home network then i found my SmartTv {LG} send traffic to 1111 port known as "lmsocialserver" so i searched in internet and i found that this port used by a Trojan virus that open a backdoor is this a bad boy or it's ok ?
yeah you are fucked, the chinese now have all your browsing history and porn. i recommend wiping all data selling the tv and start using only public wifi.
Devices use all sorts of ports for comms, there’s nothing governing what ports and app/device uses. As for the name, that’s not guaranteed either, if you’re using the “official” names then someone submitted to name it as “standard”. Is it bad? Who knows, it depends on what the device does, you’ll have to dig in and see what the traffic is doing and research it more. Smart devices do all manner of wild, wacky and stupid stuff, doesn’t make it “bad”. Could be for device discovery, remote control, telemetry gathering, who knows.
I’m new to all of this. Why does Linux and GitHub make it so nerdy to install something? Like you have to type so many commands? Why wouldn’t they just make a packet installer gui and just click and it install everything? Is this a Linux user thing where they make everything seem longer than expected? Sorry for my ignorance but someone like to make me understand…..
For the love of God people don't upload these payloads to Virus total like please don't, these undetectable payloads don't come by everyday and take a good while to develop don't let the creators work go to waste
these open source frameworks aren't supposed to be fully undetected forever, it's impossible since they are PUBLIC, you are asking for the impossible, plus they've not supposed to be used for illegal actions, don't be skids
Before I published Havoc I uploaded some samples to VT to help AV/EDRs vendors to detect my implants. Havoc isn't designed to evade. It is designed to be malleable and modular enough so operators with enough knowledge can bypass AV/EDRs. ☺️
can i send you a virus i desperly tried to erase from my computer? its still on despite the many Factory resets my pc did go trough, it activates itself 1 time in 3 months and a simple reset to the last day solves it. but its still anoying, can i send it to you and you maybe figure out how i can be free from this thing? Information: (i think) a simple user control that always jumps to the first thing and locks onto it, like the desktop it locks the first file and you cant click anything else than that file, 450MB~ a single windows executable (exe) got it from trying to download a game, now trapped the file in my USB-Stick. would be nice if you would help/answer -Fellow beginning Hacker
Why does windows not have any good virus proofing yet Linux got toram good luck infecting a operating that runs on a rom. I wish I can get windows on a rom with toram while storing files on internal drive so the internal drive can fail and I only loose my files not the operating system and to remove a virus all you need to do is wipe or replace the drive. Windows don't support roms even if you can get it on there correctly it needs to write to the drive just to boot. So windows gets a virus and your os you paid for is useless windows sucks. There's very few things I can't do on Linux that I can do on windows
Thank you so much for checking out the Havoc Framework !!!!
Appreciate the havoc, 5pider
You are doing a great job MAN.
@@AdverierialResearch Thanks ^^
Looks like a great start! I hope people in the community help you flesh it out more.
@@Jango1989 I hope too. Thanks to John more people are going to check it out, report issues/bugs, request some cool features and maybe a few PRs here and there.
Whenever I look into some new topic you magically seem to make a video on it right after, nice!
Damn i love the way you explore the new programs, how you navigate, how you research and how you do your trial and error. I love to see more!!
great video John! suggestion for the next video like this - keep Defender with default settings "on" to create a little challenge. Disabling almost all protection except basic RTP is not true bypass and like selecting "I'm too young to die" difficulty level :)
then you have to write a stager
@@OPCC2 you can do without a stager and it is even better to do without it. A loader yeah
First video I have seen where the defender failed lmao. Crazy framework, cool video. Ty C5pider
18 and creating this, this guys going places!
lol
@@C5pider Nice GUI. I see similarities to Cobalt Strike. Always cool to see another c2 framework out there thats open source. Nice work man
@@bannanas117 I really tried to make similar to Cobalt Strike since I wanted to avoid confusion. I didn't wanted people to learn a new UI and personally love Cobalt Strike
@@C5pider man you're amazing, I'm 22 and nowhere close to what you've done. I'm learning and thanks to guys like you who keep the FLOSS philosophy alive. I hope I can meet you someday. :)
@@C5pider Why do my connections become unresponsive and I can't do anything with the connection?
Thank you John, appreciate your content 🙂
I'm a huge fan of your videos man. Only thing I don't understand is you show that it's a complete up-to-date machine and you have defender enabled, but you have many things disabled including tamper detection? Am I wrong or aren't most people trying to learn how to *get around* windows anti-virus. Either way you're the man. Just don't understand unless you expect everyone viewing to know you have to do way more to get through windows AV. ?
You should make a video going over your VM's. I am interested in how that is setup and how much space is typically required to have a VM setup like that.
the framework itself is always more important IMO than the client itself because most people are going to end up heavily modding it anyways to avoid getting signatured. for cs beacon ill rewrite the same function differently and add do random math operations or sleeps. if ur gnarly then change how it communicates to c2 maybe. great vid as usual brother 👍
Awesome. Im going to test this in my environment... Maybe in one of my internal phishing campaigns (evil laugh)
Thanks for the content , now your getting close and close to the real malware world
I know what i am doing tonight! I will try to check some of the logs in security onion with wazuh and sysmon and see what we can add for detection
Sounds amazing.
Hi John
Great video. Just to let you know that it's the team server in the image with the two systems.
I find it impressive to see these types of tools so powerful, and then you see the description of the repository saying "made just for fun" lol
22:18 tbf defender is waaaayyy worse without cloud protection.
totally awesome man!
I love this channel
Great job 👍 👌
Hi John, I really appreciate your content and it’s really fun to watch. Just curious have you tested this also with Defender for Endpoint if it still remains undetected? Best regards Tim
Defender for Endpoint does detect it.
You would need to fix the broken dependency causing apt to throw error, then the scripts will probably work. Maybe just a clean of apt would have done the trick :)
Thank you john!
Really really wonderful. Wish i can be your student directly.
12:10 Hashicorp makes terraform!
Is that payload still would be undetected with cloud scanning feature on ? If no, what's the point of showing this ?
10:31 me when the bin man takes my bin
Hello sir! Thank you for great content! Please add a pop filter to your mic...
you are the reason im so into cyber security now thank you. bro can you please show us how you would maintain connection to a server once is hacked? I'm doing the oscp but they don't teach you that and I was asked this twice in job interviews.
Establish persistence by writing to the registry key HKLM\Software\\Microsoft\Windows\CurrentVersion\Run to start a service which launches the daemon for your post exploitation C2 server on boot. That ensures you maintain a connection to the server that survives a reboot. You can also do the same thing to survive being manually killed since the registry will just restart it in the background, you would just need to find out what key needs to be written to.
Basically he made his undetectable metasploit
You earned my sub ;)
15:44 Star platinum (JoJo reference)
would have been interesting to see the VT results of that exe, see what other vendors block
Going to definetly be setting this up in the lab to mess around with
Thank you so much
This really was a havoc🎸
Cool! Say pls, what laptot you use?
what do you use for screen recording?
Wow that looks amazing I wonder if windows 10 would catch it
For now it doesn't since it never saw an implant like this.
@@C5pider quick question about how u made this: do you have to master all programming languages used and also its great your replying to all these comments what a legend.
@@googleisbad I do mater all programming languages. I just know C/C++ very well and golang
i tried it on win 10 seems not working unfortunately
Why do my connections become unresponsive and I can't do anything with the connection?
John You need to update repository before installing programs. That easy fix
Windows Defender with cloud protection disabled is pretty useless. It won't even detect even basic malware techniques.
Is it persistent? I noticed it hides in calc.exe in this case, what if the user would reboot :P?
This is interesting no lie
John which laptop do you recommend for hacking?
Plz how can I get the cookies and keyloaggers section from the client ?
I have same problem when trying to install golang on Kali
Have you ever used NinjaC2? Do you know how to set it up.
which C2 framework you use in your Job as Professional
Why not with enabled cloud protection?
ha......
John Hammond i am big fan for your video. i am see your video last 2 years. i am from India. john can create video from "how to use snyk and what is best scanner for find bug any web application
It really works Im shocked
Did you have to have calc.exe running already in order to inject the code?
I am not getting the payload to run, assuming the same for you.
Oh... I forgot I am also on ARM lol...
can you do meterpreter payload with that?
How to bypass UAC Windows on victime machine with this C2?
Still works 1 year later
HANDS UP GIVE ME THE KNOWLEDGE 🔫
I have malware too. I'm isolated to a terminal without an operating system, but have full backdoor access to the attackers entire file system.
What do you mean?
I think it's an extension of chaos, and also takes advantage of a lower level process like ebpf for kernel communication. There's scripts for different archs (i386, x86_64, arm64) and a bunch of different operating systems. As well as lists of program signatures, and expired licenses that they've setup to bypass security checks etc.
@@smartsalmon1 I'm inside a virtual interface of the attackers 'recovery mode' on my system... They have compromised my entire network, but now can't tell the difference between my shell and one of theres. So I've been able to poke around discretely.
@@teigeebean1257 okay that's what I was confused on. And still am but it seems to just be beyond my knowledge base.
I'm almost certain this is entirely nonsense. This person has been watching too many "hacker" movies.
using this and never lagging
Is the same on win 7 and win 8.1? Or they have better defense nowadays? XD
What is the MD5 of the exe?
does this works on WAN? If yes, how to configure it?
o dear johm.. john ... john... we know that windows is not fully running security, if you turn on Application Guard which is part of defender its going to check the .exe file and also what source it comes from which in your case is "UP DOG" defender knows what you up to it will not allow the .exe to save and run it, hey i know this is your bread and butter but.... please do it in a correct configured enviroment or say at least " this is a home setup and not a enterprise setup " don't BS people.... we all know this will not run
Thank but now is not work
can I build this in Termux?
Why yo hair look different?? What you do?? I like
i cant install python 3.10
it said that:
E: Unable to locate package python3.10
E: Couldn't find any package by glob 'python3.10'
E: Unable to locate package python3.10-dev
E: Couldn't find any package by glob 'python3.10-dev'
what can i do now :((
havoc framework reminds me of the xposed framework lol
Damn John. You losing weight? Lookin' slim.
It looks terraform like cuz it is! :)
terraform is using the HCL parser which is written in go. Yaotl is a "fork" of HCL with some small modifications but its basically the same as terraform.
IS THIS WORK OVER WAN...🤔
So, how much time until this is detected by Defender?
I give it a week or two. :P
hey john, i'm a cybersecurity student and i learned how to use NMAP then i scan my home network then i found my SmartTv {LG} send traffic to 1111 port known as "lmsocialserver" so i searched in internet and i found that this port used by a Trojan virus that open a backdoor is this a bad boy or it's ok ?
yeah you are fucked, the chinese now have all your browsing history and porn. i recommend wiping all data selling the tv and start using only public wifi.
Devices use all sorts of ports for comms, there’s nothing governing what ports and app/device uses. As for the name, that’s not guaranteed either, if you’re using the “official” names then someone submitted to name it as “standard”.
Is it bad? Who knows, it depends on what the device does, you’ll have to dig in and see what the traffic is doing and research it more.
Smart devices do all manner of wild, wacky and stupid stuff, doesn’t make it “bad”. Could be for device discovery, remote control, telemetry gathering, who knows.
@@c1ph3rpunk ty :)
this very dangerous framework
LMAO if you know how to use it
I’m new to all of this. Why does Linux and GitHub make it so nerdy to install something? Like you have to type so many commands? Why wouldn’t they just make a packet installer gui and just click and it install everything?
Is this a Linux user thing where they make everything seem longer than expected? Sorry for my ignorance but someone like to make me understand…..
Thanks 4 ur video, this C2 not working to attack Linux Machines.
Its getting blocked by defender now
the whole tNice tutorialng but then you have a solid foundation.
Let's see what u got here:D
Now getting detected as of now
Heyyy John i have malware i don't know how to give that to u
Zip it with password infected and upload that to google drive and share that.
I tried to do that and he didn't reply to my email
@@cirklare he's probably busy at the moment, I'm sure he has hundreds of requests/emails to get at
@@CQURB4 would the email anti virus not get it?
@@castroonie zip it using password "infected". It won't be detected by drive
Any videos on firewall and bypass methods?
Defender is not fully on... it basically needs cloud protection and its also what is on by default. You are not testing real enviroment.
You tried editing sources.list as a non root user bro.
For the love of God people don't upload these payloads to Virus total like please don't, these undetectable payloads don't come by everyday and take a good while to develop don't let the creators work go to waste
too late 😹😹😹 im not tryin to get ratted
these open source frameworks aren't supposed to be fully undetected forever, it's impossible since they are PUBLIC, you are asking for the impossible, plus they've not supposed to be used for illegal actions, don't be skids
Before I published Havoc I uploaded some samples to VT to help AV/EDRs vendors to detect my implants. Havoc isn't designed to evade. It is designed to be malleable and modular enough so operators with enough knowledge can bypass AV/EDRs. ☺️
If you don't like it, take the time to learn to learn to make your own payloads.
but why not use kali linux there tool are bettter
it is still undetactable 😂😂😂
18 yo ...
👀
@@C5pider bro ur just insane 😳
@@Landee Not insane just had to much time lol. Get bored really fast in school lmao.
@@C5pider lmaooo
@@C5pider I’m curious when did you start learning? And what resources did you use cause it’s really impressive
whats updog?
heey what's up my boy
@@kobki66 office reference in johns video .. here i am after 1 year..
I can't resize the edit listener window 😭
Is there any WhatsApp group of cybersecurity professionals, practitioner,hacker kind of where could discuss.
please fix the right channel high end squeak ???
Hi nerd =))))
Ay man
can i send you a virus i desperly tried to erase from my computer? its still on despite the many Factory resets my pc did go trough, it activates itself 1 time in 3 months and a simple reset to the last day solves it. but its still anoying, can i send it to you and you maybe figure out how i can be free from this thing?
Information:
(i think) a simple user control that always jumps to the first thing and locks onto it,
like the desktop it locks the first file and you cant click anything else than that file,
450MB~
a single windows executable (exe)
got it from trying to download a game, now trapped the file in my USB-Stick.
would be nice if you would help/answer
-Fellow beginning Hacker
i dont have whatsapp
@@VECTORY_ well you just replied to a scummy bot
@@VECTORY_ That's a bot / scam, don't respond.
@@affieuk i dont have a phone either, so i cant
Windows defender is almost useless without cloud turned on if I remembered correctly
does anyone know where i can get the pirated version of soft soft
Why does windows not have any good virus proofing yet Linux got toram good luck infecting a operating that runs on a rom. I wish I can get windows on a rom with toram while storing files on internal drive so the internal drive can fail and I only loose my files not the operating system and to remove a virus all you need to do is wipe or replace the drive. Windows don't support roms even if you can get it on there correctly it needs to write to the drive just to boot. So windows gets a virus and your os you paid for is useless windows sucks. There's very few things I can't do on Linux that I can do on windows
Linux is good , but most softwares on windows . so best solution to buy a pro anti malware
anti malware is a scam an and name one thing window has that matters that isnt avalabe on linux
@@lordvoldemort7692
i just hate apt it's pure trash
Hey john I recommended using Nala. Nala is a front-end for libapt-pkg. It`s most of the time fix these kind a errors.
Search: Nala GitLab
Legend hammond