• Your Very First Hacker Script: Scan for Open Ports
  • L in u X ba sics for h acke rs g e t t I n g s t a r t e d w I t h




    Download 7,3 Mb.
    Pdf ko'rish
    bet98/125
    Sana14.05.2024
    Hajmi7,3 Mb.
    #232858
    1   ...   94   95   96   97   98   99   100   101   ...   125
    Bog'liq
    linuxbasicsforhackers

    ./WelcomeScript.sh
    What is your name?
    OccupytheWeb
    What chapter are you on in Linux Basics for Hackers?
    8
    Welcome OccupytheWeb to Chapter 8 of Linux Basics for Hackers!
    As you can see, your script took input from the user, placed it into vari-
    ables, and then used those inputs to make a greeting for the user.


    86
    Chapter 8
    This is a simple script, but it taught you how to use variables and take 
    input from the keyboard. These are both crucial concepts in scripting that 
    you will need to use in more complex scripts in future.
    Your Very First Hacker Script: Scan for Open Ports
    Now that you have some basic scripting skills, let’s move to some slightly 
    more advanced scripting that has real-world application to hacking. We’ll 
    use an example from the world of black hat hacking. Black hat hackers are 
    those with malicious intentions, such as stealing credit card numbers or 
    defacing websites. White hat hackers are those with good intentions, such 
    as helping software developers or system administrators make their systems 
    more secure. Gray hat hackers are those who tend to move between these 
    two extremes.
    Before you continue, you need to become familiar with a simple yet 
    essential tool named nmap that comes installed on Kali by default. You’ve 
    likely heard the name; nmap is used to probe a system to see whether it 
    is connected to the network and finds out what ports are open. From the 
    open ports discovered, you can surmise what services are running on the 
    target system. This is a crucial skill for any hacker or system administrator.
    In its simplest form, the syntax for running an nmap scan looks like this:
    nmap
    Not too difficult. The simplest and most reliable nmap scan is the TCP 
    connect scan, designated with the 
    -sT
    switch in nmap. So, if you wanted to 
    scan IP address 192.168.181.1 with a TCP scan, you would enter the following:

    Download 7,3 Mb.
    1   ...   94   95   96   97   98   99   100   101   ...   125




    Download 7,3 Mb.
    Pdf ko'rish

    Bosh sahifa
    Aloqalar

        Bosh sahifa



    L in u X ba sics for h acke rs g e t t I n g s t a r t e d w I t h

    Download 7,3 Mb.
    Pdf ko'rish