Listen man you are doing the lords work for those trying to learn !
@edrickreyes-melendez42152 жыл бұрын
I really like this type of raw content where mistakes are made and googling is done. More stuff like this please! Maybe some python stuff??
@JoshMadakor2 жыл бұрын
Thanks so much! I may do some more in the future haha. Appreciate you watching!
@NessHypegaming2 жыл бұрын
please do more cyber security projects this help alot!
@humoful Жыл бұрын
I love your transparency 🎉 makes me more confident
@superplusextra96343 жыл бұрын
Josh is becoming villainous with this good content 😂👍
@JoshMadakor3 жыл бұрын
Lmao, ty chief 👏🥺
@azimuddin36582 жыл бұрын
Thanks Mr josh, for creating this type of project for beginner, i complete it and it works. In last word, you say it can be more complex by add more option , if it possible show us in ur next vedios
@JoshMadakor2 жыл бұрын
Thanks Azim! I'm glad it worked! I will think about it haha. I will do so more labs in the future though :)
@blackwintergaming46092 жыл бұрын
Can you put the code in here? The sourcecode on github doesnt work properly
@skoobster43583 жыл бұрын
Found you from how to get a cybersecurity job with no experience and love your content
@JoshMadakor3 жыл бұрын
Glad you found the channel and glad that the content has been useful!! Thanks for watching and taking the time to comment!
@starlinjimenez6195 Жыл бұрын
Love the video. Great work my guy!
@MD-tr6sh2 жыл бұрын
I don't know how I skipped this video.. I'm totally going to play with this...
Hi Josh! Could you make a video about cybersecurity job roles specifically for example, a security analyst vs a chief security officer and Lastly, could you talk about job roles and tasks you had to face in the industry. Kind regards🤗
@JoshMadakor3 жыл бұрын
Hey! I've had a bunch of people ask about this lol. I'll add it to my list and do my best to make a video about it :) TY for watching
@bodybychiken Жыл бұрын
Thank you for this
@Geomaverick1243 жыл бұрын
This seems pretty cool. I think I may try to recreate it with Nodejs.
@JoshMadakor3 жыл бұрын
Hell yeah, love node honestly 😩👏👏
@Geomaverick1243 жыл бұрын
@@JoshMadakor have you looked into the Nodejs certs? The were created by openjs, the maintainers of Nodejs...I am going for one of them in April
@sarapaul92013 жыл бұрын
Learning lot ☕️
@JoshMadakor3 жыл бұрын
Glad to hear it!
@celinenerima63912 жыл бұрын
amazing
@doctorblack3246 Жыл бұрын
mr.Josh when you execute the code at 29:24 , it is just showing me the full names of existing files repeatedly it is not detecting any newly created file??
@koolmoaazn Жыл бұрын
Amazing video! If possible, could you do another lab or showcase on how to send alerts to emails or text messages, that would be awesome to learn
@crazypartyvillager80622 жыл бұрын
Great video! Do you have any recommendations for a video where someone edited the code to be applicable for a (better) resume as you mentioned in the outro?
@JoshMadakor2 жыл бұрын
I don't have any examples, but you could think of ways to improve the program and just tyr ot implement the code yourself. I know it's kinda hard though without example
@EtherRich2 жыл бұрын
THE GOAT
@JoshMadakor2 жыл бұрын
lmao goat. Thanks chief :)
@stevennamikaze11 ай бұрын
Loved the video, please can you help with the code or a video that inputs real time as to when the files get deleted changed or added and possiblity by which user
@JoshMadakor9 ай бұрын
This is possible to do! But would take time and nobody would watch it lmao :(
@jerryasagba73523 жыл бұрын
Cool Video More like this would be really great or Pick a certain Job in cyber security and like make a series on being better at that job lets say from scratch
@JoshMadakor3 жыл бұрын
Thanks! I'll add this to my video todos. Appreciate you watching :)
@elainelif2 жыл бұрын
hey josh, thank you so much for this great tutorial! I have a question, if you don't mind... So, when we print out a message when a file has been deleted or changed, is there a way to print it out once per change/deletion? How can we improve the algorithm for this?
@JoshMadakor2 жыл бұрын
There is a way to do that for sure! You would have to use another variable (or database) to store the state and when the file was last changed, if so, see if the script has alerted already since the last change. if so, don't alert, if not, then alert the user and then record that it has alerted the user for that particular file. There are lots of ways to implement this, but that's kind the pseudocode for it in my brain.
@elainelif2 жыл бұрын
@@JoshMadakor thank you so much!
@christiandiaz7928 Жыл бұрын
It says the .\Files does not exist for some reason would you know why?
@JoshMadakor Жыл бұрын
I would sign up for ChatGPT then paste the error message in there, it's going to give you a really robust response. The only thing I can say is "PowerShell is unable to find the files in the given directory" but it's not really helpful :\. I need to see exactly what you're doing, (so sorry)
@hussaini242 жыл бұрын
Hi Josh, I have been your fan for some time now and I'm about finishing my undergraduate in Cyber Security. Please what project will suggest for someone who doesn't do much coding. Thank you