NMAP port scanning tool

NMAP port scanning tool


please use this tool as a security tool only
Closed Caption:

ok this video is intended for my CIS 160
classic cochise college it's an
introduction to information systems
class but i understand that this being
on YouTube a lot of other people see it
and that's fine now on our blackboard
site I've got a list of security tools
and one of them is our port scanning
tool called nmap so if you click on that
and downloaded to download pretty
quickly because it's a zip file it will
open and you'll have a folder with three
different things you have an
instructions document and that should be
pretty helpful and then you'll have
winpcap which is a program that in map
needs to run you'll want to install
winpcap first it's pretty
straightforward i'm not going to do it
in the video but double-click it go
through the wizard and you'll have to
restart the computer okay now in the end
map folder you've got all the files that
you need to make nmap work now what i've
done here is i've copied it to my hard
drive okay and to make navigating to it
easy
I've relate i've renamed it ok so i
called it nmap and then i've called it
nmap again and you'll see why ok now to
use nmap our port scanning tool go to
start run and i'll type in CMD navigate
to the c drive c colon typing CD and map
change directory
I'll change directory again and map and
all type in and map and then the domain
name
okay can be whatever you want i'll use
one of my domain names FYI FTR dot-com a
press enter now I'll actually go ahead
and pause the video here if it takes
longer than about 30 seconds but what
it's doing is it's actually scanning
that website to determine what parts are
open and what ports are closed so it's a
very powerful security tool now on that
note it can be used for bad things right
it's not an injector you can inject any
malicious code it's just a port scanner
so it's determining what ports are open
and what parts are closed now first
network network security administrators
that's a valuable thing it's going to
tell us where our holes are in our
network for a hacker someone you know
who has a more malicious intent
it's going to tell them what holes are
open and in this case the FYI ft.com you
know it's basically filtering out a lot
of ports but it's telling me for example
that port 80 is open that services HTTP
alright so web traffic tcp port is 21 is
ftp traffic is also open ftp data is
closed right so this is some very
valuable information I don't know if I'm
gonna get into any trouble for doing
this but I'm going to try to nmap one of
the bigger sites maybe something like
cnn.com ok it's going to take a little
while it's all pause the video until
this is done
ok it's unpause the video has been on
pause and it's basically on not giving
us a whole lot which is good I mean CNN
it looks like CNN is doing a great job
in terms of security port 443 is closed
port 80 is open right so i encourage you
to try this tool but you know in theory
you should always have the the
permission of the website you're doing
it too but ultimately it's not that that
big a deal it's not that intrusive of a
tool might be the equivalent of sending
a couple of ping packets to a web site
okay but very be very careful about the
way you use this tool can be used for
good and it can be used for bad but
ultimately it's just scanning ports to
see which ports are open and close

Video Length: 04:02
Uploaded By: Clyne Namuo
View Count: 46,761

Related Software Products
Open Ports Scanner
Open Ports Scanner

Published By:
Filesland

Description:
This utility monitors open TCP and UDP ports on your PC. It brings you an enhanced functionality of a similar tool that comes with Windows operating system: netstat. Open Ports Scanner in addition to the ports information available from your operating system, allows you to map an open port to the process running on your PC. You may easily catch spyware, malware and trojans when using this tool. Just search for suspicious TCP connections. You may instantly terminate unwanted connections right ...


Related Videos
NMap 101: Scanning Networks For Open Ports To Access, HakTip 94
NMap 101: Scanning Networks For Open Ports To Access, HakTip 94

NMap can be used to obtain a much more aggressive scan than the ones we have seen so far. It's very simple to do this too, by simply adding the -A command, like this: nmap -A 10.73.31.64 Aggressive scans simply put together some of the most popularly used commands in Nmap, into one command for you to type. It uses commands such as -O, -sC --traceroute and others. We'll go over these in more detail soon. For now, simply know that -O works for operating system detection, and -sC runs ...
Video Length: 08:51
Uploaded By: Hak5
View Count: 54,875

Python 3 Programming Tutorial - Sockets simple port scanner
Python 3 Programming Tutorial - Sockets simple port scanner

In this Python 3 tutorial, we cover using our newly found knowledge on sockets to create a port scanner. It's a pretty slow scanner, but allows us to see it in practice. Sample code for this basics series: http://pythonprogramming.net/beginner... Python 3 Programming tutorial Playlist: http://www.youtube.com/watch?v=oVp1vr... http://seaofbtc.com http://sentdex.com http://hkinsley.com https://twitter.com/sentdex Bitcoin donations: ...
Video Length: 05:08
Uploaded By: sentdex
View Count: 26,578

Netcat 101: Port Scanning in Netcat, Haktip 85
Netcat 101: Port Scanning in Netcat, Haktip 85

Netcat 101: Port Scanning in Netcat! Welcome to HakTip -- the show where we breakdown concepts, tools and techniques for hackers, gurus and IT ninjas. I'm Shannon Morse and today i'm checking out Netcat for port scanning. First off, let's back it up a bit. I got a question at tips@hak5.org that said, "What defines the banner?" so I wanted to clarify it a bit. Last week, we discussed Banner Grabbing with Netcat, which will give you a bit of information about any server or ...
Video Length: 08:29
Uploaded By: Hak5
View Count: 24,618

Visual Basic 2008 Port Scanner + Source Code.avi
Visual Basic 2008 Port Scanner + Source Code.avi

Code: Imports System.Net.Sockets Timer1: TextBox1.Text += 1 Try Dim Range As TcpClient = New TcpClient("127.0.0.1", TextBox1.Text) If Range.Connected = True Then ListBox1.Items.Add(TextBox1.Text & " is Open") End If Catch ex As Exception ListBox1.Items.Add(TextBox1.Text & " is Closed") ListBox1.SelectedIndex = ListBox1.SelectedIndex + 1 End Try
Video Length: 06:40
Uploaded By: hacks1001
View Count: 23,485

Python 3 Programming Tutorial - Threaded port scanner
Python 3 Programming Tutorial - Threaded port scanner

Now that we've seen how to make a simple port scanner in Python 3, we've found that it is quite slow and cumbersome. So here, we tie in our knowledge of the threading module that we learned previously to dramatically improve our performance. Sample code for this basics series: http://pythonprogramming.net/beginner... Python 3 Programming tutorial Playlist: http://www.youtube.com/watch?v=oVp1vr... http://seaofbtc.com http://sentdex.combr ...
Video Length: 09:36
Uploaded By: sentdex
View Count: 19,809

How To Scan an IP Range for Open FTP Servers with Angry IP Scanner
How To Scan an IP Range for Open FTP Servers with Angry IP Scanner

[ http://geekblog.tv/1686 ] In this episode of GeekBlogTV, we take a look at Port Scanning for open FTP Servers to see what kind of juicy goodies we can find being given away! We will be using Angry IP Scanner which you can download from http://www.AngryIP.org for free. Angry IP Scanner runs on Windows, Linux and Apple for both 32 and 64 bit on all platforms; you can also compile from source, or fork a distribution by cloning this git repo from sourceforge: ...
Video Length: 03:31
Uploaded By: GEEKBLOGTV
View Count: 19,144

Visual Basic - How To Create A Port Scanner
Visual Basic - How To Create A Port Scanner

In this tutorial I'm going to show you how to create a port scanner in Visual Basic .net this code works incredibly well but is only a foundation base there's many additional features you can add to this function in order to make it more professional and user friendly. Dependent on this videos popularity I will release tutorials in the future on further advancements in this application. Why Scan Ports? Ports need to be opened / forwarded if you're wanting to allow incoming and ...
Video Length: 09:52
Uploaded By: WizzTechCommunity
View Count: 18,659

Copyright © 2025, Ivertech. All rights reserved.