Never use the same laptop, one for kali and one for everything else, an intelligent hacker never has any less than 2 devices with them. A better argument is "if I ever see YOU at a Starbucks, I'm turning off my phone"
Clear, factual communication✔ Not clickbait, genuine personality✔ Excellent editing and Production ✔ Your awesome, thanks for all the stellar info! #Kody for President
The error itself is: Failed to open virtual machine located in C:/Users/16046/AppData/Local/Temp/Rar$DIa4036.49876/kali-linux-2022.3-virtualbox-amd64.vbox. Trying to open a VM config 'C:/Users/####/AppData/Local/Temp/Rar$DIa4036.49876/kali-linux-2022.3-virtualbox-amd64.vbox' which has the same UUID as an existing virtual machine. Result Code: E_FAIL (0x80004005) Component: MachineWrap Interface: IMachine {85632c68-b5bb-4316-a900-5eb28d3413df} Callee: IVirtualBox {d0a0163f-e254-4e5b-a1f2-011cf991c38d} Please help
Just have to say your voice makes these videos so much more digestible, most tutorials either have some monotone voice or no voice at all. Hope this channel continues to release great content such as this.
@@karserasl Man, you should become a youtube philosopher. Your rationality & intelligence exceeds by far youtube's community standards. Totally agree with you...
Friend, people who relies on youtube or use "ready-made" code etc are script-kiddies. I don't mean it in a harsh way. It's ok! But reading gives tones of info faster-better-stronger. Videos are a waste of time, so little info in so much time. 21:15 minutes instead of 10 fucking lines. Stick with kali/linux official documentation, the assorted community & tutorials, it's way-way better...
This reminds me that everybody wants to become a hacker but doesn't want to learn the command line which is the first thing to know before you can think of learning programming languages.
@@D34DT34M learn bash/power shell/command prompt commands. Learn programming languages. Python is “simple” enough out of all the languages for hacking/cyber security. Hacking is not like u see it in the movies.
@@tomwebber140 and this is why I don't get this video. It's basic Linux 101 stuff, that one should already know before getting into any sort of hacking. If you don't know how to install a package via CLI, then you've probably already installed the wrong distro.
@@PvtAnonymous I'm watching this because it was on my watch later, and I've moved away from "pretend hacker" script kiddy BS. I've moved into Ubuntu and just trying out Linux in general. But I've gotta say, all those pretending has helped me a lot. Kali has taught me a lot of stuff on linux, and I think people will get comfortable only gradually.
This is a great video and I really appreciate how you explained and showed how things are done. Would love an updated video as it appears the info is old...for example, Atom has been deprecated. Was hoping you kept the written instructions on your site updated even if the video wasn't.
I accidentally stumbled across this channel looking for decent hacking tutorials. It just so happens that I saw my school's FAST sticker (small world) and might join the club after all. This channel is great man!
I dont think one thing that I tried to do on this worked properly, I love how clear and easy you are to understand, maybe its because this is now a year old but I ended up having to search how to do everything myself and do it different then you said to get it to work
Wow man, you deserve 10 likes from me. I watched this video the other day and came back to it to install a terminal multiplexer and was so thankful that you listed all the times of each thing in the comment. Great thinking!!!
Love rhe video, im am new to the scene and want to learn as much as i can before going to school for cyber security. My main goal is to become security consultant or a cyber security analyst. Thanks again and keep it up.
Learn Linux first. It's all the same kernel, and everything else can be swapped and changed, so you may as well start out with Kali if you like. Just be aware that other distros are available, and RHEL, Arch, and Debian are the base distros. Then learn C & Python. I haven't got a quick reference for the networking knowledge required (most of what hacking is), so I guess just pay attention in school and google everything.
honestly I say work in networking first. Get your ccna or network+. Get comfortable moving around a network and try to make linux your daily driver. From experience this helped/forced me to get comfortable with linux. But yeah c and Python and mysql would be helpful too. Can highly recommend the app Mimo to learn python and mysql
@@thebread9874 Hello sir, do you think getting into this is good for future and is it easy to find jobs after getting a degree in cyber security ? Thank you
kali linux isnt exactly designed for installation. Its a good live distribution of debian customized with loads of pre installed packages. its very useful for quick live boot ups but its libraries etc are not your standard ones for installing. If youre looking for a more installable security operating system, recommendation is based on something more suitable for permanent like parrotOS or even just stock debian so that future packages and libraries dont clash in the future.
@Yougotnomilk for me it was the source list. On /etc/source.list for the repo. I wasn't able to install any program until I changed it. And then the Bluetooth driver and then the desktop shortcuts oh God. I wonder how I'm still alive after all this.
Read is the past tense of read, it is pronounced in the same way as the word red. The present tense, read, is pronounced as reed, though it is spelled in the same manner as the past tense, read. Read means to have comprehended the symbols composing printed or written matter and interpreted them into information.
In case no one else has commented, the default .bashrc file in the current Sticky Fingers build does not load the .bash_aliases, so your instructions on adding aliases won't work. In .bashrc, they need to add the lines: if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi
@? c After Ctrl-X, it asks whether to save the file, yes or no. You press "Y" for "Yes". At that point, it will ask for a file name to save it under. Since it already shows a current filename (/root/.bash_aliases), you just need to press and it will save the file and exit. Please note that you need to also modify the .bashrc file as I mentioned above for the system to pull up aliases from the .bash_aliases file.
@@funsz0 "aliases" are a way of creating your own commands that can be carried out from a shell prompt. For example, you can assign a single word to a long command so you don't have to type out the long form every time you want to use the command. However, your shell needs to know where these aliases are kept so it can load them. In Kali Linux, the .bashrc file is used to load aliases and the aliases are usually stored in a file named .bash_aliases. However, the Sticky Fingers Kali Linux build does not load the .bash_aliases by default, and so if you wish to populate your shell with aliases you'll need to add the lines I mentioned above to the .bashrc file so it knows to look for and load .bash_aliases. The reason for my original post is because NullByte explains how to add aliases @2:56 but failed to mention these won't be loaded automatically by .bashrc in the Sticky Fingers build. I hope that helps, I'm not sure how I can explain it any more clearly without showing you in-person.
#10 should be #1, and you seemed to have forgotten the alias you intended to create. While the one you made might have its applications, it doesn’t make as much sense as the example you forgot (‘apt get update && apt get upgrade’).
And then what then the command hackwifi? I did Nano~/.bash_aliases Then Alias hackwifi=‘besside-ng wlan0’ Then then I did what u said and I still can’t access it
Syncthing is now unsupported, the creator is moving onto other projects... I recommend nextcloud and hosting your own server either at home or in the cloud...
Tuffpunch I dont know where you got that from? There have been releases all year so far with the latest one being from 2 days ago. Its definitely still being developed.
@@NullByteWHT I am new in cybersecurity and I want to learn as much as possible. I have a couple of questions. I am curious if after routing apps through tor as you advised, if you perform an exploit will your ip/dns/mac address appear? If so what can you do about it?
I get an error when trying your last tip about change ssh keys. After I've done exactly like you at 20:00 I get the message "dpkg: error: conflicting actions -e (--control) and -r (--remove)
I love and appreciate efficiency. I am learning tech and practicing eye contact at the same time. Btw, an addendum to suggest if i may: Atom editor is defunct. Current most popular editor/ide is visual studio code. By Microsoft, i kid you not
NEED HELP - "Configure Bash Aliases": typing "hackwifi" -i get "bash: hackwifi: command not found Typing "apt install tilix -i get "unable to locate package tilix"
It did let me do it from Tilix, in the next step, not from the normal terminal, and I took the steps that Foonpyk JB said in his answer to Dodo Channel. Hope it helps
"2:40 - Configure Bash Aliases" in this point after i add Bash Aliases comment to Bash and i open new Terminal and i run the comment it not work that say not commend not found can you tell me why?
try running besside-ng wlan0 first if it doesn't work try adding sudo, sudo besside-ng wlan0 it will work for sure use man besside-ng to learn about it more if you want to make an alias try cd ~ touch ".bashrc" cat > .bashrc alias hackwifi='sudo besside-ng wlan0' press ctrl+D to exit run hackwifi I'll suggest you guys to learn about linux first instead of learning about tools . Try this linuxjourney.com/ p.s you can also make temporary alias (will work for current session only) by typing alias hw='sudo besside-ng wlan0'
If I see that laptop at a Starbucks, I'm turning my phone off...
I'd be like hell no too 😂
Never use the same laptop, one for kali and one for everything else, an intelligent hacker never has any less than 2 devices with them. A better argument is "if I ever see YOU at a Starbucks, I'm turning off my phone"
@@dirtybird1933 but what if hes in the bathroom?
If it’s an older Android great idea if it’s an iPhone it doesn’t really matter unless it’s very, very old
@@dirtybird1933 dont have money for that
This guy looks like the kind of guy who would be teaching me about Kali Linux.
@Lxrd Kami there is no joke
guess what
@Lxrd Kami ur mamma fat
@Lxrd Kami u dumb kid cant understand a joke
Lxrd Kami that’s what people say when they can’t take jokes
Top thing to do after installing Kali Linux:
Search for The Top Things to Do After Installing Kali Linux
😭😭😭😭😭
exactly what i did
lol...
😂😂😂😂
Just did
Clear, factual communication✔
Not clickbait, genuine personality✔
Excellent editing and Production ✔
Your awesome, thanks for all the stellar info!
#Kody for President
Kody 2020 haha
Imagine having a president that looks at and solves problems logically. I think that might just be the first in world history.
The error itself is: Failed to open virtual machine located in C:/Users/16046/AppData/Local/Temp/Rar$DIa4036.49876/kali-linux-2022.3-virtualbox-amd64.vbox.
Trying to open a VM config 'C:/Users/####/AppData/Local/Temp/Rar$DIa4036.49876/kali-linux-2022.3-virtualbox-amd64.vbox' which has the same UUID as an existing virtual machine.
Result Code: E_FAIL (0x80004005)
Component: MachineWrap
Interface: IMachine {85632c68-b5bb-4316-a900-5eb28d3413df}
Callee: IVirtualBox {d0a0163f-e254-4e5b-a1f2-011cf991c38d}
Please help
@@NullByteWHT how you open a new terminal window
Dude your background music is always on point. I love retrowave and chill music so much (like lakey inspired, home, alison etc)
#1 : Hack Evil Corp
Then dark army
LMFAO. Mr. Robot ftw
No , hack the planet young padawan ! 😆
Damn you lowkey predicted it
HACC
Good voice
Easy to understand
Right on point
Usefull and more
10stars and all 10 fingers up
Great job thanks !!
Sergio doesn’t blink tho
Jesubori Oladunni Ogunjumelo I feel something fishy about you...
No its not eAsY tO uNdErStAnD. Its super confusing to say the least.
why is "good voice" a thing?
This was very helpful.
thanks for the advice.
#1 thing to do: learn how to exit Vim
i can relate
Esc Esc Esc Ctrl+C ... Fuck it *close terminal*
just reboot pc )))
nano FTW !
@@oleksandrkachynskyi1013 hahaha throw the pc away!
Just have to say your voice makes these videos so much more digestible, most tutorials either have some monotone voice or no voice at all. Hope this channel continues to release great content such as this.
Cneq thanks for watching! Tell all of your friends about us! 😃
@Conor Lally [fed post redacted]
One of the best channels for beginners!!! Thank you for all the content and please keep uploading
Ram Prashanth thanks for watching! Tell all of your friends about us! 😃
this channel should upload content like this more often. these days youtube is full of fake videos and script kiddies
sylvania the hacker These ARE for scripties!! Or you think actual professional ppl dont know these things?
Lampros these are for greenhats. Script kiddies are aids. At least greenhats want to learn
@@karserasl Man, you should become a youtube philosopher. Your rationality & intelligence exceeds by far youtube's community standards. Totally agree with you...
Friend, people who relies on youtube or use "ready-made" code etc are script-kiddies. I don't mean it in a harsh way. It's ok! But reading gives tones of info faster-better-stronger. Videos are a waste of time, so little info in so much time. 21:15 minutes instead of 10 fucking lines. Stick with kali/linux official documentation, the assorted community & tutorials, it's way-way better...
@@grzegorzbrzeczyszczykiewic1636 all hackers are Greenhats think about it. ;)
After you install linux you should instantly brag about it on the internet
Kali Linux SOS
Nice
You can install Ubuntu with a few mere clicks of buttons and some PC/account naming stuff, btw.
Of course
Especially if you intall Arch by accident. *SpEAkiNg Of WItCh gUeSs wHO iNStaLLeD ArCH*
dude you explain everything step by step which is a rarity and a skill that im sure your viewers appreciate. keep up the style.
This reminds me that everybody wants to become a hacker but doesn't want to learn the command line which is the first thing to know before you can think of learning programming languages.
Stanley Broniszewski I want to learn more about ethical hacking and have no knowledge at all, what would you recommend me to do?
Hacking Glamorized
@@D34DT34M learn bash/power shell/command prompt commands. Learn programming languages. Python is “simple” enough out of all the languages for hacking/cyber security. Hacking is not like u see it in the movies.
@@tomwebber140 and this is why I don't get this video. It's basic Linux 101 stuff, that one should already know before getting into any sort of hacking. If you don't know how to install a package via CLI, then you've probably already installed the wrong distro.
@@PvtAnonymous I'm watching this because it was on my watch later, and I've moved away from "pretend hacker" script kiddy BS. I've moved into Ubuntu and just trying out Linux in general. But I've gotta say, all those pretending has helped me a lot. Kali has taught me a lot of stuff on linux, and I think people will get comfortable only gradually.
This is a great video and I really appreciate how you explained and showed how things are done. Would love an updated video as it appears the info is old...for example, Atom has been deprecated. Was hoping you kept the written instructions on your site updated even if the video wasn't.
I accidentally stumbled across this channel looking for decent hacking tutorials. It just so happens that I saw my school's FAST sticker (small world) and might join the club after all. This channel is great man!
Jordan at FAST is great and there are some people from my old student club ar PCC in FAST! I highly recommend checking them out!
Top thing to do after installing kali linux
Apply Stickers.
Yeah, even a torrent one
If you hide your laptop behind speakers how will they know youre a hacker
@Hamburger Helper And a Tails one too, because why not emphasize again that you don't want to be tracked.
Wouldn’t be hacking if you don’t slam the enter key like a maniac
Damn thought that was just me
I dont think one thing that I tried to do on this worked properly, I love how clear and easy you are to understand, maybe its because this is now a year old but I ended up having to search how to do everything myself and do it different then you said to get it to work
Really?
@@thomasjefferson4195 yup thomas
Isn't it always the way--most of these guys don't really know what they are talking about , take them with a grain of salt
Operator error. No kali for the goy
@@williampeck428 wut a goy ? plus , the guys right . the guy fks up sometimes---do your fkn homework DYFH
thats what i call a great tutorial! well explained . cheers!
Wow ! Every video you upload I have searched on UA-cam before
Looks like somebody's being watched.🤣🤣
I am very happy i found this channel. You are my Super Hero man! I learned many things and want to learn more.
Keep the good work going😊😊
I’ve been following you for a while and in result, I was invited to be a guest speaker in an IT Talk on my previous university.
I like the way you explained. Short and clear. Crucial settings
Kody awesome work, please upload a video for full configure and customization things to do video..... coz im fowwowing u in my kali linux path
Wow man, you deserve 10 likes from me. I watched this video the other day and came back to it to install a terminal multiplexer and was so thankful that you listed all the times of each thing in the comment. Great thinking!!!
I swear this guy never blink. HOW!
not from around here...
you must be new, friend
Adderall
shittt. i'm just realize it.
@@dennyadityah6416 1:00-1:30 blinks
please keep updated these tutorials as whenever I try something it has been removed and now I have to search another which appears to be outdated too
Tracking people in space
NASA : we lost some locations
NULL BYTE : I can find them
thank you my friend this video helped me a lot
Love rhe video, im am new to the scene and want to learn as much as i can before going to school for cyber security. My main goal is to become security consultant or a cyber security analyst. Thanks again and keep it up.
Learn Linux first. It's all the same kernel, and everything else can be swapped and changed, so you may as well start out with Kali if you like. Just be aware that other distros are available, and RHEL, Arch, and Debian are the base distros. Then learn C & Python.
I haven't got a quick reference for the networking knowledge required (most of what hacking is), so I guess just pay attention in school and google everything.
honestly I say work in networking first. Get your ccna or network+. Get comfortable moving around a network and try to make linux your daily driver. From experience this helped/forced me to get comfortable with linux. But yeah c and Python and mysql would be helpful too. Can highly recommend the app Mimo to learn python and mysql
@@thebread9874 Hello sir, do you think getting into this is good for future and is it easy to find jobs after getting a degree in cyber security ?
Thank you
kali linux isnt exactly designed for installation. Its a good live distribution of debian customized with loads of pre installed packages. its very useful for quick live boot ups but its libraries etc are not your standard ones for installing. If youre looking for a more installable security operating system, recommendation is based on something more suitable for permanent like parrotOS or even just stock debian so that future packages and libraries dont clash in the future.
Null Byte glad to see newer videos. Thanks for all the info you have shared with us. 👌
You are the best teacher ever ....still have to install kali linux
It's been two days i'have installed Kali Linux on vbox and wondering what Todo...This video was what I needed
still struggling for what to do ?
Good I'm happy for ya have a good time Rukhaya
I wish this video existed when I installed Kali.
@Yougotnomilk for me it was the source list. On /etc/source.list for the repo. I wasn't able to install any program until I changed it. And then the Bluetooth driver and then the desktop shortcuts oh God. I wonder how I'm still alive after all this.
Sriram VAD what website did you get it from
@@kylewettlin6886 mostly Kali Linux forums helped me.
jesu Bori stfu
2:50 HE BLINKED!! That's not possible
I was gonna say the same thing. It blew my mind!
he doesnt blink, he watch the screen
That's just to recalculate the eyes
it is evolving... becoming more human...
but its necessary
Ive watched these types of videos 49 times and im not even bored yet
You speak very fluently. Good video.
Thanks
WOOOOOW.....definitely love this, man, thx a lot!!!
The way he looks at the monitor every time after explaining is killing me 😂
He's hacking into your soul.
@@NullByteWHT man thats creepy
@Taqi Ahmad Make sure you are logged in as operator.
@Taqi Ahmad try putting sudo before your command, then it will prompt you to enter your password after you send the first sudo command in a terminal
top 10 things to do after installing kali linux
**hacks roblox for free robux**
*FBI* : Location has been traced...
*Ah shit...!!* IP has been changed.. :/
@@misscandace4111 bot!!!
@@electrotech4877 XDDDD
That would be very hard to do because Robux you have are stored on Roblox servers. But its definitely nothing impossible.
Lmfao 😂
Everything I look up points me back to Null Byte. Thanks for your time. I am self taught. Ignore the hateful comments. People=Shit sometimes.
H. Felder thanks for watching, we really do put a lot of hardwork into it! Tell all of your friends about us! 😃
thanks i just installed kali linux and your video really helped me out
Thanks for the tip about Tilix, I was using tmux before but was having issues copying/pasting when there was multiple panes open.
The fun thing is today i red all that on the site, awesome awareness.
Read is the past tense of read, it is pronounced in the same way as the word red. The present tense, read, is pronounced as reed, though it is spelled in the same manner as the past tense, read. Read means to have comprehended the symbols composing printed or written matter and interpreted them into information.
Guys, make sure you type in
sudo su
so you can go to root, before installing git.
frick does japanese have to do with unix code
Ocean Moist I think Bash?
yah sorry
You are saviour bro i searched the whole internet for this
bruh read the documentation, the user u create isn’t root by default so you have to do sudo or sudo su before each command
you can be one of those people I would like to associate with,
cool voice and mentoring I luv it joe.
Just made my first virtual machine and got Linux on it very exciting can't wait to figure everything out
In case no one else has commented, the default .bashrc file in the current Sticky Fingers build does not load the .bash_aliases, so your instructions on adding aliases won't work. In .bashrc, they need to add the lines:
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
Thanks for the tip
@Cats Pajamas Thank you very much!! Was stuck for so long on this until you mentioned this!
@? c After Ctrl-X, it asks whether to save the file, yes or no. You press "Y" for "Yes". At that point, it will ask for a file name to save it under. Since it already shows a current filename (/root/.bash_aliases), you just need to press and it will save the file and exit. Please note that you need to also modify the .bashrc file as I mentioned above for the system to pull up aliases from the .bash_aliases file.
could you explain this a little bit more for me, please
@@funsz0 "aliases" are a way of creating your own commands that can be carried out from a shell prompt. For example, you can assign a single word to a long command so you don't have to type out the long form every time you want to use the command. However, your shell needs to know where these aliases are kept so it can load them. In Kali Linux, the .bashrc file is used to load aliases and the aliases are usually stored in a file named .bash_aliases. However, the Sticky Fingers Kali Linux build does not load the .bash_aliases by default, and so if you wish to populate your shell with aliases you'll need to add the lines I mentioned above to the .bashrc file so it knows to look for and load .bash_aliases. The reason for my original post is because NullByte explains how to add aliases @2:56 but failed to mention these won't be loaded automatically by .bashrc in the Sticky Fingers build. I hope that helps, I'm not sure how I can explain it any more clearly without showing you in-person.
This guy is the best teacher ever
chapeu
Real guide
bookha666 yes
Done! Thank you! I just completed the recommended steps!
BROTHER, YOU ARE THE BEST!!! You oooh really helped me!! THANK YOU VERY MUCH!
It would be nice to have the usefull links in the description directly but it's a good video thank you!
You Absolute LEGEND!
Linux Gods must be happy with you for compiling this Essential guide!!
This dude is smart! Heck, he just projects awesomeness! Great video. Thank you.
Aw, thanks jeff!
#10 should be #1, and you seemed to have forgotten the alias you intended to create. While the one you made might have its applications, it doesn’t make as much sense as the example you forgot (‘apt get update && apt get upgrade’).
Woow!
Experience is the best teacher
VERY Useful Video, I Was Switching From Windows 10 To Kali Linux, So This Is Helpfull!
Don't forget to do "source ~/.bash_aliases" to update the environment variable
And then what then the command hackwifi?
I did
Nano~/.bash_aliases
Then
Alias hackwifi=‘besside-ng wlan0’
Then
then I did what u said and I still can’t access it
plz can u tell me where u learned all those commend sudo apt ..... i want to learn it all plz help
Thanks again
Thank you for the video, it is really help me, we are waiting for your next video, keep spirit
M.Haykal Aulia thanks for watching! Tell all of your friends about us! 😃
Terminator is also really great for command line multiplexing.
I have taken a secret challenge with you to not blink my eyes! Trust me I lost badly :)
I love how he has the apple sticker while talking about linux
It's on a Windows PC, too
@@NullByteWHT Yess!
Syncthing is now unsupported, the creator is moving onto other projects... I recommend nextcloud and hosting your own server either at home or in the cloud...
Tuffpunch I dont know where you got that from? There have been releases all year so far with the latest one being from 2 days ago. Its definitely still being developed.
Amazing tutorial!!! 🖤
sir i am a new user kali linux so sir this video is good for me ,,,,,
thanks sir...............
The first thing you have to do after installing kali linux
Install font pack
Spacehuhn sticker? Nice 😁
All the best huhns are from space
Dubnica nad Váhom
i like how he tells everything emotionless and 'grandiloquently' with his weird hacker hairstyle.
Great clear video, thank you. Subscribed and liked. I am a very very novice linux starter, just find it so interesting, thank you.
I am installing on VirtualBox, is there a way to check what is installed althugh I have chosen the "installer-everything" iso, please?
Thank you for sharing your experience! 🇧🇷
I'll never understand those who confuse forwarded slashes with back slashes
I don't understand OJ either
its because on windows you use back slashes
One of your cats has googly-eyes.
They're actually wogle eyes
and when she yawns she does yahoo lol
(Nov. 2019 update): installing tilix and then running it from terminal gives a "symbol lookup error: tilix: undefined symbol: ..... "
Same
same
same
I got "E: Unable to locate package tilix"
First of all, I want to congratulate you for this outstanding tutorials.
Thanks aka Diez! We really do put in a lot of hard work.
@@NullByteWHT I am new in cybersecurity and I want to learn as much as possible. I have a couple of questions. I am curious if after routing apps through tor as you advised, if you perform an exploit will your ip/dns/mac address appear? If so what can you do about it?
Nice tutorial! Thanks!
This video has wrong tilte.. this should be called - Basics for linux
Hello can you maybe help me please. My problem is it says git command is not found. “-bash: git: command not found”. Please help if you can. Thanks.
What distro are you using? Maybe you dont have it installed
@@reverb4311 i just had this issue like 5 minutes ago lol , do "sudo apt-get install git" and then it should work
@@Sergio-hf1kn bro your a god im learning and idek how or where to start . Thnx man
@@ShivSingh-ln1uv took you a year to reply lmao
Is it just me or does one of those cats have googly eyes on the pic behind?
no.. It's just you
I see it too
The Tilda is not the root, it is the current users home directory. $HOME
Thank you
It is root in Kali because by default Kali only has a root account.
@@rice83101 Yes my bad i worded it wrong. I meant /root is the default home directory because Kali only has a root account by default
Thanx for bash alias tip.
this guy is amazing :) thank you man
David Gomez thanks for watching! Tell all of your friends about us! 😃
I did exactly what you did but it says -bash: hackwifi: command not found
Not really sure what to do
Me too. :-(
Same
Are you all also trying to do this on Windows subsystem Linux bash terminal ? As in not a complete linux OS nor a Linux guest VM ?
U should make new terminal window and then type hackwifi
Same 😩😩😩😩😩
Bash: adduser command not found
I'm facing this error ...and also I'm a beginner. Any suggestions?
Found the solution..set up a root account and login ...then execute the code..... It will work
Customs R Better how to set up a root account?
ABU's Tech World thanks a lot :)
I get an error when trying your last tip about change ssh keys. After I've done exactly like you at 20:00 I get the message "dpkg: error: conflicting actions -e (--control) and -r (--remove)
I love and appreciate efficiency. I am learning tech and practicing eye contact at the same time.
Btw, an addendum to suggest if i may:
Atom editor is defunct. Current most popular editor/ide is visual studio code. By Microsoft, i kid you not
Thank you @NullByte
After saving the bash _aliases, can't run it on the new window it says "command not found". Any solution for this?
same
Try editing ~/.bashrc
same
You need to remake it for the new update almost nothing works
NEED HELP -
"Configure Bash Aliases":
typing "hackwifi"
-i get "bash: hackwifi: command not found
Typing "apt install tilix
-i get "unable to locate package tilix"
same problem here tilix seems not found ip address
Try using sudo apt-get install tilix
thanks for also having a written article. my short attention span thinks you're a God.
this dude is amazing!!!! man thanks this is awesome
After install tilix, it shows unable to locate package
u need to be in root access first... to do so..
type : su
then type: toor
then : cd
there u go..
bash: hackwifi: command not found
what can i do also
bash: besside-ng: command not found
can someone answer this?
Just use sudo before
Edit ~/.bashrc instead.
It did let me do it from Tilix, in the next step, not from the normal terminal, and I took the steps that Foonpyk JB said in his answer to Dodo Channel. Hope it helps
"2:40 - Configure Bash Aliases"
in this point after i add Bash Aliases comment to Bash
and i open new Terminal and i run the comment it not work that say not commend not found
can you tell me why?
Aliases don't get saved between terminals, you need to edit the bash_profile file and add them there manually.
@@bernhardriemann6797 amd how to do that?
Great material !
Thank you dude, tilix is so nice
I exactly replicated what you did for the second thing, but when I typed hackwifi it told me that there is no file called hackwifi
same here
same we need help right here
Same please can you help us
Have the same problem. I have been looking for a solution for days now.
try running
besside-ng wlan0
first
if it doesn't work try adding sudo,
sudo besside-ng wlan0
it will work for sure use
man besside-ng
to learn about it more
if you want to make an alias try
cd ~
touch ".bashrc"
cat > .bashrc
alias hackwifi='sudo besside-ng wlan0'
press ctrl+D to exit
run hackwifi
I'll suggest you guys to learn about linux first instead of learning about tools . Try this
linuxjourney.com/
p.s you can also make temporary alias (will work for current session only) by typing
alias hw='sudo besside-ng wlan0'