Author Topic: NMap Commands  (Read 4857 times)

Hanoko

  • Full Member
  • ***
  • Posts: 188
  • Reputation: 7
  • Listen to my radio www.radioldies.com
    • Oldies Radio
  • Computers: Windows XP, Airis ONE Pad 700
  • iDevices: Ipod Touch 3G 8GB
Re: NMap Commands
« Reply #15 on: May 06, 2012, 05:57:54 am »
okey, thanks i will look for it
Languages I know:
PHP
HTML
CSS
Javascript(Basic)

grinch

  • Administrator
  • Hero Member
  • *****
  • Posts: 1942
  • Reputation: 188
  • dIGITAL gRINCH
    • @DigitalGrinch
  • Badges:
  • iDevices: iPhone 3GS 4.3.3, HTC Evo V 4G ICS
Re: NMap Commands
« Reply #16 on: June 22, 2012, 10:07:59 pm »
The scan I get the most results with

Code: [Select]
nmap -p 1-65535 -sT -PN -T2 -A -v -v ip.ip.ip.ip
-p 1-65535 All ports
-sT TCP connect scan(not SYN scan)
-PN No Ping
-T2 Timing 2(slower it is the less likely to be detected or blocked)
-A Add version support and OS fingerprinting
-v -v Verbose, Verbose(yes twice makes it more verbose, lol)
If I help you or you appreciate my work, clicking that +1 button is the best thanks I could get.

My opinions are my own, you may agree or disagree with them, but they are only just that; opinions
For example: facebook is the microsoft of social networks

http://goo.gl/PiVjI

@DigitalGrinch
https://twitter.com/DigitalGrinch

I follow all iNinjas members back. PM me if I am not following you

TripMX

  • Newbie
  • Posts: 4
  • Reputation: 1
  • The one and only
    • TripMX Access GET
  • iDevices: iPhone and iPad
Re: NMap Commands
« Reply #17 on: February 10, 2013, 04:22:23 am »
Okay this is a down and dirty command guide for NMap. Nothing fancy. Just commands. Put whichever ones you want to use into the short cut menu of mobile terminal. When you want to run NMap just hit the appropriate command and add the IP address at the end. I still urge you all to get the NMap Manual and learn what each of the commands mean. That way you can customize these basic command lines to a more targeted scan.

Intense Scan
nmap -T4 -A -v -PE -PS22,25,80 -PA21,23,80,3389

Intense Scan Plus UDP
nmap -sS -sU -T4 -A -v -PE -PS22,25,80 -PA21,23,80,3389

Intense Scan, All TCP Ports
nmap -p 1-65535 -T4 -A -v -PE -PS22,25,80 -PA21,23,80,3389

Intense Scan, No Ping
nmap -T4 -A -v -PN

Ping Scan
nmap -sP -PE -PA21,23,80,3389

Quick Scan
nmap -T4 -F

Quick Scan Plus
nmap -sV -T4 -O -F –version-light

Quick Traceroute
nmap -sP -PE -PS22,25,80 -PA21,23,80,3389 -PU -PO –traceroute

Regular Scan
nmap

Slow Comprehensive Scan
nmap -sS -sU -T4 -A -v -PE -PP -PS21,22,23,25,80,113,31339 -PA80,113,443,10042 -PO --script all

grinchy scan
nmap -p 1-65535 -sT -PN -T2 -A -v -v ip.ip.ip.ip

Hi Ironman, considering all the PDF files in the Manuals section being all broken links, can you explain what these commands do or somehow re-upload the files, please?

Ironman

  • Administrator
  • Hero Member
  • *****
  • Posts: 5152
  • Reputation: 252
  • Badges:
  • Computers: ASUS UL50VT
  • iDevices: iPhone 5, iPhone 4S, iPhone 4, iPhone 3GS
Re: NMap Commands
« Reply #18 on: February 10, 2013, 09:53:59 am »
I believe these are only available now if you have an FTP account. If you need the NMap guide immediately you can use iFile to look in the NMap files for the manual. Or you could a Google NMap and find a guide online.
Click for How to Add Our Repo
If you're going to ask questions....
At least make them good ones.

Knowledge is the one thing that can never be taken from you

grinch

  • Administrator
  • Hero Member
  • *****
  • Posts: 1942
  • Reputation: 188
  • dIGITAL gRINCH
    • @DigitalGrinch
  • Badges:
  • iDevices: iPhone 3GS 4.3.3, HTC Evo V 4G ICS
Re: NMap Commands
« Reply #19 on: February 10, 2013, 05:52:08 pm »
Hi Ironman, considering all the PDF files in the Manuals section being all broken links, can you explain what these commands do or somehow re-upload the files, please?

The PDFs in https://ininjas.com/forum/index.php?topic=40.0 were all updated and should work. The link in https://ininjas.com/forum/index.php?topic=5.0 has been updated

What links are not working?

Having an account on the FTPD is a quicker way to download all the files at once, but all the links work
If I help you or you appreciate my work, clicking that +1 button is the best thanks I could get.

My opinions are my own, you may agree or disagree with them, but they are only just that; opinions
For example: facebook is the microsoft of social networks

http://goo.gl/PiVjI

@DigitalGrinch
https://twitter.com/DigitalGrinch

I follow all iNinjas members back. PM me if I am not following you

Don't like seeing ads? Click here to register!

TripMX

  • Newbie
  • Posts: 4
  • Reputation: 1
  • The one and only
    • TripMX Access GET
  • iDevices: iPhone and iPad
Re: NMap Commands
« Reply #20 on: February 13, 2013, 07:06:08 pm »
Thank you both for the quick replies!  I've never downloaded from a FTP/FTPD account...I have an old FTP account with iPage (if that even matters); when I try to download the files here normally, the process cannot be done due to the FTP not being setup on my device (I'm trying to download directly from my iPad [Safari Downloader]).

How do I set up this special sort of FTP or FTPD (never heard of this) account for downloading these FTP'd files?

grinch

  • Administrator
  • Hero Member
  • *****
  • Posts: 1942
  • Reputation: 188
  • dIGITAL gRINCH
    • @DigitalGrinch
  • Badges:
  • iDevices: iPhone 3GS 4.3.3, HTC Evo V 4G ICS
Re: NMap Commands
« Reply #21 on: February 13, 2013, 08:48:37 pm »
You can click any of the links and download the PDFs from the FTPD through the forum
or to download all files at once, and be able to explore the non-public parts of the FTPD you need an FTP client
FTPRush on windows
Filezilla on windows, mac or linux
AndFTP on ANDROiD
Unfortunately I have not found a free iOS app that can connect to SSL FTP. "FTPontheGO" works but it is a paid app
I have heard ncftp also works, which is command line ftp client

https://ininjas.com/forum/index.php?topic=4099.0
If I help you or you appreciate my work, clicking that +1 button is the best thanks I could get.

My opinions are my own, you may agree or disagree with them, but they are only just that; opinions
For example: facebook is the microsoft of social networks

http://goo.gl/PiVjI

@DigitalGrinch
https://twitter.com/DigitalGrinch

I follow all iNinjas members back. PM me if I am not following you