Instead of hitting up and home to add sudo to a command, you can run ‘sudo !!’ to run the last command with sudo. Just something that I found helpful. Love the videos, thank you for doing them and sharing the passion for our field.
@NullByteWHT6 жыл бұрын
Thank you! And thanks for sharing that
@MegaStupidMonkeys6 жыл бұрын
!! is really cool. You can even do something like echo "!!"
@herman39856 жыл бұрын
Absolutely love this channel! I've learnt so much about hacking and Linux in general because of you Kody. Your tutorials helped making me comfortable enough with Linux to leave Windows permanently. Happy new year and all the best to all viewers and of course Null Byte themselves.
@NullByteWHT6 жыл бұрын
Thank you so much! I really appreciate it
@Minejokey6 жыл бұрын
Do you want to learn something new on KZbin? just press the " i " button on your keyboard ^^ also 0-9 are preset timestamps for every video on KZbin
@DL_GLCH5 жыл бұрын
I knew that...
@WraithLunati5 жыл бұрын
? works too...
@sggmrr48244 жыл бұрын
thanks
@hyperdragon10134 жыл бұрын
i knew that
@rossgladen4 жыл бұрын
It says “I love you”
@seaner9926 жыл бұрын
-D just makes a lot more noise in the logs (2,472 lines vs 513) , and it still reveals your scan IP. Use -S followed by an IP. You might get a Nsock error, but it still works. It does not hide your IP during OS detection, but it does reduce the number of times it is logged vs -S. It does completely hide the IP on a normal scan. Also use '--spoof-mac' followed by a random MAC to hide your MAC. Use IP tables on another PC to view the noise.
@Jwojr6 жыл бұрын
Can I just say thank you for your videos... the best way to learn pen testing skills on the internet. They very well put together and it’s also nice that you put out a written version!
@NullByteWHT6 жыл бұрын
I'm glad other people find this stuff as interesting as I do!
@lowkey_out4 жыл бұрын
I don't really watch really long videos, But Kody's videos are very interesting and amazing, he share knowledge for free and explains everything in an spectacular way everyone understands. And I don't even know how 15 mins fly away. Good work brother.
@b0bther4md0m6 жыл бұрын
I'm fairly new to all of this but iv been loving your tutorials
@NullByteWHT6 жыл бұрын
Thank you for watching it!
@deusvult46786 жыл бұрын
Thank you and happy New Year. You are the only channel in which I activated the bell
@NullByteWHT6 жыл бұрын
Thank you Ali! Happy new year
@manvaldez_6 жыл бұрын
Great video for begginers man nice job, i got one thing to add. If you don't specify the ports to scan nmap is going to scan the top 1000 common ports in a system and not "every possible port" 7:11. Thanks for sharing
@riseabove30825 жыл бұрын
Great video with very clear examples and explanations. Thank you for sharing your knowledge. I've played with nmap and arp-scan but it is nice to see someone else put it into practice as well.
@seasonedtoker4 жыл бұрын
@5:15 - no option will scan 1000 ports, -F option scans 100, but if you want to scan all 65535 ports, you should use '-p - ' option
@NullByteWHT4 жыл бұрын
Thanks for the tip seasonedtoker!
@damienw49585 жыл бұрын
If you forget to run a command as root, simply type ‘sudo !!’ to run it again but as root !! means previous command
@sethadkins5465 жыл бұрын
8:29 Nice one Kody. (Pause and look closely under the censoring)
@jugginator43906 жыл бұрын
Great tutorial as always, but I noticed your censoring is off if you wanted to hide the mac address at around 8:30 , it moves with the scrolling -- just in case I wanted you to know :) happy new year!
@francescopresta95706 жыл бұрын
Great job Kody, happy new year from Italy
@wakeupNeo_3 жыл бұрын
this is the best Nmap video for beginners, thanks
@JeffreyGroves6 жыл бұрын
The " | cat " on the command that you provided is extraneous. You should be able to remove that completely from the command to wind up with the following command line: sudo nmap -sS 192.168.0.0/24 | grep open >> results.txt Thanks for walking us through the use of nmap! Also, the two greater than signs ">>" means append to the file if it already exists; otherwise, create the file as new.
@brandondh6 жыл бұрын
Jeff Groves i was thinking the same thing. I just finished linux 1 and taking linux 2 in a couple of weeks. was kind of cool to see my mind remembering those commands and remembering that >> was append while > would overwrite the file each time. I also thought wait, why is he putting cat after the pipe, but syntax isnt always that important to remember since u figure it out as you go. he obviously has some pretty advanced skills and not everyone is an expert at everything. glad I wasnt the only one to catch that though. you must be a daily linux user or something. it gets pretty complicated so I hope linux 2 is easy for me... I aced linux 1 100 percent so lets see how I do with the security part which is linux 2. take it easy bro.
@NullByteWHT6 жыл бұрын
Thank you so much for mentioning that! I'm still learning some of this myself, and teaching it helps me check myself against the community.
@NullByteWHT6 жыл бұрын
Good luck!
@DDBAA246 жыл бұрын
@@NullByteWHT Did you try to learn Linux before you jumped into Kali , or did you just start on Kali and learn to navigate the cli that way ? Personally I tried backtrack first and then soon realized that it wasn't the place to start. So I just grabbed a basic Debian based distro and learned everything I could about Linux. Then when I came back to what is now Kali and can actually understand the how , and the why. Learning the system in and out, then I jumped into networking & hardware, because if your going to understand vulnerabilities sometimes it goes all the way down to a hardware level not just software. For over a year I didn't even look at anything pentesting related. That said , doing it that way its so much easier to pick this stuff up, and I hate the term but I didn't want to be a script kiddie. I know this is getting long. After all is said and done, THEN you have to go back to Windows and learn CMD because how are you going to exploit a machine if you dont know how to control it ! What average Windows user even ever opens CMD its all graphical tools in windows. Its like alright I learned Linux to learn Kali to go back and learn the technical side of windows in order to manipulate it lol. Crazy cycle, but well worth the journey. Without a grasp on cli, networking, hardware, and multiple operating systems its impossible to use Kali to its potential if at all. No one should try and learn Linux on Kali it is not entry level friendly @ ALL. Am I making sense ? Now that I rambled I wanted to know how you decide on the topics for each video. Some of that is based on the Pi itself and its constraints, but not all videos are based on the Pi so I ask.
@DDBAA246 жыл бұрын
How long have you been at this from a security based standpoint ?
@horseman6843 жыл бұрын
Thanks bro I have so much diy and have the basic grasp of nmap before this tute, its a soft listen on repetition for me, I mean I only felt smart after school, so im assuming that something sunk in when I was semi concious
@lousingbamoirang74126 жыл бұрын
I keep watching this channel.
@NullByteWHT6 жыл бұрын
Thank you for watching it
@D3rMesaa5 жыл бұрын
Whoops MAC Adress at 13:20
@WraithLunati5 жыл бұрын
Ha! Didn't even read the comments till now, first thing I saw lol.
@coolcoyote18934 жыл бұрын
There is also one at 8:29
@thedoomslayer65264 жыл бұрын
because it' very difficult to restart the VM and change it
@bitfragment4 жыл бұрын
@@thedoomslayer6526 it was the MAC of the router
@SecTechie6 ай бұрын
Love this channel. Keep up the good work. Great video. Thanks.
@isaacmihaeli32612 жыл бұрын
This tutorial is easy to follow and understand. As of today 12/30/2022.
@rilian2264 жыл бұрын
>> means append to the end of the file...not overwrite. > will overwrite the contents of the file if it exists. You don't need to pipe through cat either... just >> to append and > to overwrite. If you want to see the results on screen _and_ log them in a text file pipe to the `tee` command: `nmap | grep | tee output.txt` backing up a bit...if you need to sudo your last command, do: `sudo !!` . Much faster than up arrow and going to start of line, etc.
@tyronehatter68133 жыл бұрын
4:21 help im so confused how do i know which ip to copy
@Parrotassassin15TechToker5 жыл бұрын
i reeeaally like ur videos, i've learned soo much from ur channel. me and my friend really want to be like you. you made me wanna go more into computer science. you made it soo much more fun than other channels thanks!!!!
@NullByteWHT5 жыл бұрын
Thanks! That really sweet, means a lot to me. You'll do great in CS!
@sheerazali23956 жыл бұрын
Happy new year kody these videos are really nice we want more
@NullByteWHT6 жыл бұрын
Thank you for watching them! I appreciate each and every one of these comments
@sheerazali23956 жыл бұрын
@@NullByteWHT you put a whole lot of work bro.we have to be there when a new video comes out
@sheerazali23956 жыл бұрын
@@NullByteWHT make few videos about buffer overflows and lfi rfi
@NullByteWHT6 жыл бұрын
@@sheerazali2395 I really like the community! I'm getting a little bored of the format though, I want to start working on something new!
@sheerazali23956 жыл бұрын
@@NullByteWHT I'll love to be on any projects with you I am not new to cyber security but I am still learning I'll work for free
@droy3335 жыл бұрын
On Windows? Advanced IP Scanner is handy. Sure it can't do everything nmap can do like specify ports etc but it will scan multiple subnets at once and give you any common services on hosts.
@cyber_student3 жыл бұрын
Man. You are such an inspiration dude. Thank you.
@RNSounds76 жыл бұрын
Hey bud! Amazing content, please continue to make more. Happy New Years!!!
@leonardofelippine97815 жыл бұрын
I had no idea that Sheldon Cooper was also a hacker... Jokes aside, great content. I am learning a lot. Thank you
@cocokash2 жыл бұрын
Thanks for sharing, really appreciate it!, more content please....
@awesomesauce8043 жыл бұрын
whoa, ipcalc? you just changed my life.
@NM-hp2lc4 жыл бұрын
Nice GITS wallpaper. New subscriber here, loving your tutorials so far
@mohammadaminrajabi18285 жыл бұрын
The video was really useful. I really thank you and I really wish you for more subscriptions. You can speak really great and I'm enthusiastic to see more videos.
@securitypoint82805 жыл бұрын
Check this sir for more details enumerations kzbin.info/www/bejne/Z4mkpKaao7mEidE
@bileysikdar33896 жыл бұрын
Hi Kody, Make a video on Possible firewall, ids evasion techniques.
@MattTheCuber1 Жыл бұрын
MAC Address leak: 13:22 (if you pause at the right second)
@graffitiwriter4 ай бұрын
thats useless
@jonahhex12955 жыл бұрын
Thanks kody , great tutorial as always.
@NullByteWHT5 жыл бұрын
Thanks Jonah!
@navinraj56975 жыл бұрын
Good ...brother..your tutoriel is great ..but i am bigginer..so i have little confusion..your web tutoriel is also good..congradulation..jan video..just i have seen..ha..ha..super..please upload more..ethycal hacking knowledge...
@DavidJames03225 жыл бұрын
Try doing this with other IP addresses (research purposes only), "too many fingerprints match this host to give specific OS details". etc. etc. etc. Firewall blocks nmap scans, different methods as well are outdated. Also assuming that IP when conducting scans, allow them to receive that scans are being conducted to IP addresses which leads me to believe that those scans will notify IP and further investigation can be conducted on your own IP address. Any thoughts on this?
@hondaromio4 жыл бұрын
Kody, love that shirt, thanks for all you do!
@tensor-records6 жыл бұрын
Link for your wallpaper pleeeaaasseee.
@Canadian7891195 жыл бұрын
Good for pen testing, to close vulnerabilities of course.
@mervynally4595 жыл бұрын
Thank you congratulations happy new year
@sarkybugger50094 жыл бұрын
There's a GUI front-end available. Zenmap.
@its336already66 жыл бұрын
i was waiting for this video ty!!
@NullByteWHT6 жыл бұрын
Your welcome, thanks for watching!
@curtnorris44586 жыл бұрын
Nice MAC Address you have there at 8:29... The redacted text is visible when you scroll up.
@NullByteWHT6 жыл бұрын
We are aware of this
@curtnorris44586 жыл бұрын
@@NullByteWHT 👍
@house105a2 жыл бұрын
You are awesome Kody
@djjcbs89896 жыл бұрын
Like your videos. Easy to learn from.
@NullByteWHT6 жыл бұрын
Thanks for watching them!
@omarbayli4 жыл бұрын
Instead of piping grep open, you can use --open option.
@CyberFreaked6 жыл бұрын
Why do you blur your internal mac addresses? As far as I know it wouldn't be harmfull
@goofydadda6 жыл бұрын
Hey, what’s the song at the start? It’s cool
@alexandresantosal9 ай бұрын
Parabéns pelo excelente conteúdo...
@paolomarcelogalvan19383 жыл бұрын
What kind of linux os have supported nmap
@iliaschannel36463 жыл бұрын
hello how to perfom an anonymous scan ?? i heard about proxy chains and whonix , what is your suggestion
@alecolson38665 жыл бұрын
If I type in ipcalc the terminal gives me the message that it is an invalid command.. do I need to have a separate program installed? What causes this?
@tribeofcam37625 жыл бұрын
Same here why does this happen Kody help
@x.a.k.i58586 жыл бұрын
Thank you the video was quite informative
@mr.nerd.study123452 жыл бұрын
serious question: how do you _not_ blink?
@King66nb7664 жыл бұрын
First of all i would like to thank you for great educational videos ⚘ My question is do you have any idea how to get ms teams group member IP address and other informations ?
@jamesk12426 жыл бұрын
Love this channel, nice videos Kody!
@marcusv.75652 жыл бұрын
hi, how about (socket: Operation not permitted) ? have any idea how fix this? i already did the ifconfig eth0 down in terminal emulator but its all clear and no errors but still (socket: Operation not permitted) again
@ahsan4794 жыл бұрын
suppose I got a friend who is from another country, now I got his IP and I want to scan him through Nmap, but it says that the host is not active? why? can anybody help?
@NullByteWHT4 жыл бұрын
You sure it's a static public IP? And maybe there no ports open/ their devices are off.
@dmetrebermuxchi28014 жыл бұрын
Null Byte so if you get the static ip of a phone what are the many different things that you can do with this? Considering it’s not rooted or anything it’s a normal iphone, can it still be scanned and exploited? Or are static ips only for laptops? Also if you have the MAC address of a device be it phone or laptop what can you do with this aside from possibly kicking them off a network? It’s good to know so that one can protect oneself from the vulnerabilities that exist.
@michaelselui69986 жыл бұрын
Please add English subtitles, happy new year
@aritrakayal42804 жыл бұрын
this video was really helpful .....but i have one question ..there are several videos over youtube showing different methods to stay annonymous while hacking , so while hacking over a network which is the best method to remain annonymous???..please do reply ...and lots of love from India
@NullByteWHT4 жыл бұрын
Check out our guide on how to Fully Anonymize Kali with Tor, Whonix, and PIA VPN I think you'll find it helpful. null-byte.wonderhowto.com/how-to/fully-anonymize-kali-with-tor-whonix-pia-vpn-0180040/
@matthewheelie44325 жыл бұрын
is this better than Fing?
@feiwhang5 жыл бұрын
I have a question regarding macbook pro's touch bar. Does it work with kali on virtualbox? I'm in market for laptop to study pen testing. I can't choose between macbook pro or a thinkpad. Any advice? thanks
@enriqueperez3395 жыл бұрын
Are there any videos that go over all the different types of networks/ IP addresses like what’s en, en0, lo, Wlan0
@vsanchez12953 жыл бұрын
Okay so I installed Linux in VMware, when I run ifconfig, it is different subnet than my actual router, so when I run nmap or arp scans it scans the virtual subnet instead of the LAN. Please help, I'm a total NEWB!
@hellopropop4 жыл бұрын
please reply why cant we use arp -a
@error3465 жыл бұрын
hy!! i have an isue writing a comand.. how to conduct a ACK scan with OS identification and scan fewer ports then normal? i tried nmap -sA -O -p 80,21,3306, but nope. can you help me?
@totons90365 жыл бұрын
By running ifconfig, it does not show local ip, but it shows static ip. How to see local ip?
@blahblahblah38194 жыл бұрын
Is this a UAV?
@RAGHAVENDRASINGH175 жыл бұрын
At 16.20 i got jump scare 😂 nice video , you have many awesome contents on this channel
@friknoob98234 жыл бұрын
what if your access is denied when you do arp-scan -l
@sanketneralkatte76515 жыл бұрын
Sir i m a beginner nd i m passionate about hacking nd all.......so on which platform would u like to just me like kali linux , ubuntu nd etc
@cody95684 жыл бұрын
The command ipcalc didn't work for me?
@jonahhex12954 жыл бұрын
Awesome , great video, thanks!!
@igot17hoursbaby204 жыл бұрын
Hell yes!! This is fun! Thank you!
@thehound39616 жыл бұрын
Kody, happy new year.... we would like to see more videos about hacking Android .......not a lot of PC's around here..
@DDBAA246 жыл бұрын
@I dont know anymore Yeah that would be for hacking with your Android, I believe he means actually hacking Android phones, its un clear but.... Which without user interaction or physical access can prove to be a pretty daunting task. Which entails the ring buffer in the kernel, compromising the WiFi stack, using aireplay-ng to collect frames and then spoofing a network that the phone is calling out to that it has securely connected to previously. Then once its on your fake network that has the phone thinking its home its business as usual from there you still have to gain access to the device some way. and you can use Termux without root , the best route is the kali nethunter rom or pwnie express phone. I say that because a lot of scripts do not work properly because they were meant to be ran on a cell phone. All though I saw a pretty cool video of someone installing ubuntu from git in termux, I guess if you did that and then installed kali tools you might be able to use thing to their full potential.
@PScraftGaming6 жыл бұрын
Mostly everyone has a PC.. Even use a family computer if you have to.
@lucasthompson16505 жыл бұрын
@username yup!
@combogfx2285 жыл бұрын
I am running ubuntu on a windows machine and when I type "nmap -f" it tells me that fragscan needs root privileges, how do I grant root privileges
@khuramhussain78024 жыл бұрын
Script kiddie
@johnnywalker38624 жыл бұрын
How can you ask that? You are the definition of a script kiddie
@lalbudha30255 жыл бұрын
Could you please make a video on Metasploitable 3 ?
@NullByteWHT5 жыл бұрын
Good idea Lal Budha, I've added it to the list of video ideas.
@HarryNikic5 жыл бұрын
when doing "sudo nmap -sS 192.169.**.* " i am getting this message " dnet: Failed to open device eth0" can anyone help, thanks
@vibe65665 жыл бұрын
Why using sudo code?pls tell me
@jaythedrifter2 жыл бұрын
Couldn’t get a the command ipcalc to run
@TaylorSwifty695 жыл бұрын
This was great! Thank you.
@NullByteWHT4 жыл бұрын
Christopher thanks for watching! Tell all of your friends about us! 😃
@HK-sw3vi5 жыл бұрын
hey man, keep this shit up... it really helped!!
@carlosgandara59765 жыл бұрын
What’s up dude. Check it out, I got a asus rt-ac66u router I need to get username and password but I cannot reset it. Which Linux should I use and what tool ?
@thehound39616 жыл бұрын
great video btw.....as always..
@NullByteWHT6 жыл бұрын
Thank you!
@aanchaldeep16994 жыл бұрын
Very informative ....👍
@devanshujatav31136 жыл бұрын
Which os it is
@dmetrebermuxchi28014 жыл бұрын
Is it possible to change the MAC address of a Apple laptop? I know Apple restricts certain things. Perhaps running a python script that always modifies the MAC address of the Apple laptop to avoid getting tracked on a school campus? A simple example.
@NullByteWHT4 жыл бұрын
Yeah check step 7 on this guide nulb.app/z49om
@LucasAlfa.6 жыл бұрын
Good vids keep going =)
@NullByteWHT6 жыл бұрын
Thank you!
@Sleazyuwu5 жыл бұрын
bash: ipcalc: command not found im facing this error what can i do?
@NullByteWHT5 жыл бұрын
Use this website jodies.de/ipcalc or install ipcalc
@xyzl41766 жыл бұрын
the computer model is ?
@exittierone4 жыл бұрын
Whenever I try the "ipcalc" command, it says command not found
@exittierone4 жыл бұрын
@Da Boss Yes, Kali Linux with Gnome
@kiwinesss4 жыл бұрын
@Da Boss it doesn't work with sudo either, I get: sudo: ipcalc: command not found
@kiwinesss4 жыл бұрын
@Da Boss Thank you DaBoss, that worked :)
@zeroblue55996 жыл бұрын
Im userland user love this tactical nmap
@5wholepizzas2842 жыл бұрын
how is it that in my phone and in every phone it has literally 0 ports open
@NotSoCrazyNinja4 жыл бұрын
13:21 you dun goofed
@kumanish754 жыл бұрын
awesome video
@adammagdy27956 жыл бұрын
great thanks for the great content :0
@thomaswahahauw5606 жыл бұрын
Yo #nullbyte pleas can you help me. So im new to etnical hacking i just installed kali linux on a old laptop but i dont know where to begin can you put me into the right direction to start and tell me where i need to begin. I m studing to be a programmer, so i think thats a good think to start right? Sorry for my bad grammer #happyNewYear
@NullByteWHT6 жыл бұрын
Try out Wi-Fi hacking, see if your laptop card can be put into monitor mode
@thomaswahahauw5606 жыл бұрын
So i have another problem with the firefox browser. So when i start the browser and i want to search a website it’s continually loading, but when i input a command in terminal such as ‘firefox www.google.com’ it goes right to google.com but when i start the application it doesn’t work properly Ps: i have searched the whole internet, no results #BestLearningChannel