+ Reply to Thread
Results 1 to 7 of 7

Thread: Cracking the System - Scanning

  1. #1
    Showstopper's Avatar
    Showstopper is offline Programmer
    Join Date
    Jul 2009
    Posts
    170
    Blog Entries
    3
    Rep Power
    12

    Cracking the System - Scanning

    This is the next part of the guide which will cover scanning.

    Cracking the System - Scanning:
    by Showstopper


    The next thing to do when trying to gain access to a system is scanning. Note that when scanning you are touching the system and scans can easily be picked up by an IDS. Scanning in short gives a layout of the targets network.

    As stated scanning is detected but most administrators ignore or dont even know what they are looking at.

    The most used scanning tool is nmap, but there are many.

    TCP connection:
    When you scan your target using TCP communication, there are six TCP flags can be utilized during packet transmission. A flag will indicate whether the sent packets are syn, fin, urg, psh, ack or rst packets.

    Lets talk about the most common TCP Scan types. There are full scan, half open scan, stealth scan, and ack scan.

    full: Completes 3 way TCP. Gives accurate results, but picked up easily.

    half open: If the remote replies back to you after you have sent syn request, this means the port is open.

    stealth: Scan ports randomly and reduces the speed.

    There are many others these are just some main ones.

    Next is UDP & ICMP Scanning UDP and ICMP connections most of the times are blocked at the firewall level.

    UDP works by sending the packet and forgetting it. Say we came across a port and its open then that port on the system will not reply back because UDP doesnt give you the delivery packets during communication. Since there was no reply then it is probably open.

    That is the basics of scanning. If you have any questions on anything let me know and I will do my best to help you.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: Cracking the System - Scanning

    Very informative, +rep! At CodeCall, if you scan the servers it will automatically ban your IP, forever. This means your TCP/UDP requests are dropped completely. Be careful who you scan if you care not to be blocked

  4. #3
    Deathcry's Avatar
    Deathcry is offline Learning Programmer
    Join Date
    Feb 2007
    Posts
    69
    Rep Power
    0

    Re: Cracking the System - Scanning

    do you know a good tutorial that will discuss this topic in depth in c++.
    the code is with you

  5. #4
    Showstopper's Avatar
    Showstopper is offline Programmer
    Join Date
    Jul 2009
    Posts
    170
    Blog Entries
    3
    Rep Power
    12

    Re: Cracking the System - Scanning

    Quote Originally Posted by Deathcry View Post
    do you know a good tutorial that will discuss this topic in depth in c++.
    Port scanning?

  6. #5
    relapse's Avatar
    relapse is offline Programming Expert
    Join Date
    Jul 2009
    Location
    Intrawebs
    Posts
    479
    Blog Entries
    2
    Rep Power
    0

    Re: Cracking the System - Scanning

    So, once you've got all of the open ports, what next?

  7. #6
    Showstopper's Avatar
    Showstopper is offline Programmer
    Join Date
    Jul 2009
    Posts
    170
    Blog Entries
    3
    Rep Power
    12

    Re: Cracking the System - Scanning

    Quote Originally Posted by relapse View Post
    So, once you've got all of the open ports, what next?
    That is in the next tutorial which I have already submitted, just waiting for someone to accept it.

  8. #7
    bbqroast's Avatar
    bbqroast is offline Programming God
    Join Date
    Jul 2010
    Posts
    506
    Blog Entries
    9
    Rep Power
    9

    Re: Cracking the System - Scanning

    Quote Originally Posted by Jordan View Post
    Very informative, +rep! At CodeCall, if you scan the servers it will automatically ban your IP, forever. This means your TCP/UDP requests are dropped completely. Be careful who you scan if you care not to be blocked
    Meh, turn off my router turn it back on. Ban FAILED
    Please, write clearly with proper structure. Double spacing makes the text feel un-jointed, Capitalizing Every Word Means People Stop Before Every Word Sub-Consciously Which Is A Pain In The Backside, and use code tags! (The right most styling box).

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Cracking the System - Footprinting
    By Showstopper in forum Security Tutorials
    Replies: 3
    Last Post: 06-01-2011, 09:10 AM
  2. Cracking the System - Vulnerability Assessment
    By Showstopper in forum Security Tutorials
    Replies: 1
    Last Post: 06-01-2011, 07:30 AM
  3. using the office document scanning in application
    By ann06 in forum C# Programming
    Replies: 0
    Last Post: 02-08-2010, 03:43 AM
  4. Need Help with .NET code for scanning network
    By hoser2001 in forum C# Programming
    Replies: 4
    Last Post: 06-20-2007, 07:33 AM
  5. Scanning Images
    By Paradine in forum C and C++
    Replies: 4
    Last Post: 10-31-2006, 10:20 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts