Author Topic: Open Ports  (Read 2118 times)

0 Members and 1 Guest are viewing this topic.

Offline Diemecry

  • /dev/null
  • *
  • Posts: 11
  • Cookies: -39
    • View Profile
Open Ports
« on: December 13, 2015, 04:18:00 am »
So I have been using nmap and ncat to scan for random ports and stuff just for fun and to learn more about penetration for class however
(bare with me I am still just a scriptkiddy for the most part)
but now I want to know how do I get information with the open ports
How to see documents and grab files and all that stuff

I have been looking online but I haven't found anything so I thought I would ask here.

Hoping someone could at lest give me a link of where I can learn it.

Offline vanity

  • Serf
  • *
  • Posts: 39
  • Cookies: 6
  • Confidence is contagious, so is the lack of --VL
    • View Profile
Re: Open Ports
« Reply #1 on: December 13, 2015, 08:45:22 am »
skriptkiddy or SME no one is going to do the work for you. I suggest you begin looking here https://evilzone.org/tutorials/ and then learn to ask the right questions.

-V

Offline d!amond

  • Peasant
  • *
  • Posts: 60
  • Cookies: 15
    • View Profile
Re: Open Ports
« Reply #2 on: December 13, 2015, 09:12:05 am »
If I understood you correctly, you want to find more information about the ports that popped up during your scans and how to go from there?

A first step would be, to  ask google (like in so many other situations ;) ).

google 'port $Number'

To find useful information about the port and  the services running on it. Then you should find your way from there.

Vanity is right.

The question you asked, is perfect to type into a search-engine.
« Last Edit: December 13, 2015, 09:12:33 am by d!amond »

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Open Ports
« Reply #3 on: December 13, 2015, 09:41:49 am »
To directly answer your question - if you are on a local LAN and you see that there are ports like 443 and other SMB ports, there's a good chance that this computer has some open/closed shares as well which you can most likely access to see the files. Well, seeing how file sharing works in Windows, C partition is always shared by default for some reason - it's shared under c$, but to access it you need some system password.

Offline Diemecry

  • /dev/null
  • *
  • Posts: 11
  • Cookies: -39
    • View Profile
Re: Open Ports
« Reply #4 on: December 13, 2015, 05:48:35 pm »
skriptkiddy or SME no one is going to do the work for you. I suggest you begin looking here https://evilzone.org/tutorials/ and then learn to ask the right questions.

-V
no reason to be a dick man its a basic question that I needed help on

Offline TheWormKill

  • EZ's Scripting Whore
  • Global Moderator
  • Knight
  • *
  • Posts: 257
  • Cookies: 66
  • The Grim Reaper of Worms
    • View Profile
Re: Open Ports
« Reply #5 on: December 13, 2015, 06:38:41 pm »
no reason to be a dick man its a basic question that I needed help on
Wrong. This is a below-basic question, which can be deemed stupid. It is simple, uneducated, ignorant, and easy to solve by using your brain and a search engine. If you feel to do it this way instead, prepare for flame, insults, bitching, and you being looked upon as a skid, which you are.
Stuff I did: How to think like a superuser, Iridium

He should make that "Haskell"
Quote
<m0rph-is-gay> fuck you thewormkill you python coding mother fucker

Offline Diemecry

  • /dev/null
  • *
  • Posts: 11
  • Cookies: -39
    • View Profile
Re: Open Ports
« Reply #6 on: December 13, 2015, 10:57:09 pm »
That is the statement that is wrong nothing can be below basic basic is the starting ground everyone starts on just because you dont understand how to do it doesn't mean you have to post and act like you do

Offline white-knight

  • Knight
  • **
  • Posts: 190
  • Cookies: 26
    • View Profile
Re: Open Ports
« Reply #7 on: December 14, 2015, 01:37:22 am »
This is the beginners corner  :o

As you run your scans and find the open ports , you want to see what services are running on the open ports and what version.

Depending on the scan you use it may show you this . But if not you run different scans that will.  * nmap scripts also great *

Once you have the service and version you can get your google foo on and more than likely find vulnerabilities.

You can use google , security focus , exploit-db and so on.

You also want to find the OS version as this will also help in your exploitation for exploits and privilege escalation.
 


Offline vanity

  • Serf
  • *
  • Posts: 39
  • Cookies: 6
  • Confidence is contagious, so is the lack of --VL
    • View Profile
Re: Open Ports
« Reply #8 on: December 14, 2015, 03:16:49 am »
white-knight is correct. This is the beginners corner, and we all have to start somewhere.

I was not trying to be a dick. I posted the link to the tutorials section as it has many written tutorials in it many written by members here. It is a great resource to help find what you are looking for and then google can expand on that. Your question was very broad and unclear.


-V

Offline Diemecry

  • /dev/null
  • *
  • Posts: 11
  • Cookies: -39
    • View Profile
Re: Open Ports
« Reply #9 on: December 14, 2015, 03:51:06 am »
oh okay now I understand ill make sure to make things more clear next time then