Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dec0mrad3/aa7fc246391041d5ece812430beaf6e2 to your computer and use it in GitHub Desktop.
Save dec0mrad3/aa7fc246391041d5ece812430beaf6e2 to your computer and use it in GitHub Desktop.

Revisions

  1. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 2 additions and 3 deletions.
    5 changes: 2 additions & 3 deletions Pentest-Service-Enumeration-Screenshots.md
    Original file line number Diff line number Diff line change
    @@ -42,12 +42,11 @@ Add command dirb for service http
    pse -a http 'dirb http://$IP -r -o $OUTPUTFILE'
    ```

    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Tue_May_26_2020_1590524779812.png)

    ## After
    A view of the commands for the http service after I've added the dirb http command:

    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Tue_May_26_2020_1590524829080.png)
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Tue_May_26_2020_1590527558291.png)

    # Variable Expansion
    Currently only \$IP and \$PORT will be expanded (if set)
    @@ -56,4 +55,4 @@ Example:
    IP=10.11.1.10 pse http
    ```

    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Tue_May_26_2020_1590524914570.png)
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Tue_May_26_2020_1590527604991.png)
  2. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Tue_May_26_2020_1590527604991.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  3. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Tue_May_26_2020_1590527558291.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  4. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 18 additions and 13 deletions.
    31 changes: 18 additions & 13 deletions Pentest-Service-Enumeration-Screenshots.md
    Original file line number Diff line number Diff line change
    @@ -3,8 +3,8 @@ To view basic usage just type:
    ```
    pse
    ```
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Mon_May_25_2020_1590465949145.png)

    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Tue_May_26_2020_1590524462791.png)
    # Listing commands for a service
    ```
    pse <service-name>
    @@ -14,7 +14,8 @@ pse smb
    ```
    ## Default view
    The default view does not include descriptions for commands
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Mon_May_25_2020_1590465986541.png)

    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Tue_May_26_2020_1590524505112.png)

    ## Verbose view
    The verbose view includes descriptions for commands
    @@ -24,31 +25,35 @@ pse -v <service-name>
    Example:
    pse -v smb
    ```
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Mon_May_25_2020_1590466061323.png)

    ## Variable Expansion
    Currently only \$IP and \$PORT will be expanded (if set)
    ```
    Example:
    IP=10.11.1.10 pse smb
    ```
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Mon_May_25_2020_1590466252832.png)
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Tue_May_26_2020_1590524535900.png)

    # Adding commands for a service
    In this example I am adding the dirb command for the https service

    ## Before
    I'm listing out what already exists for the http service
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Mon_May_25_2020_1590466287860.png)

    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Tue_May_26_2020_1590524702028.png)

    ## Add the command
    Add command dirb for service http
    ```
    pse -a http 'dirb http://$IP -r -o $OUTPUTFILE'
    ```

    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Tue_May_26_2020_1590470690651.png)
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Tue_May_26_2020_1590524779812.png)

    ## After
    A view of the commands for the http service after I've added the dirb http command:
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Tue_May_26_2020_1590470651660.png)

    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Tue_May_26_2020_1590524829080.png)

    # Variable Expansion
    Currently only \$IP and \$PORT will be expanded (if set)
    ```
    Example:
    IP=10.11.1.10 pse http
    ```

    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Tue_May_26_2020_1590524914570.png)
  5. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Tue_May_26_2020_1590524914570.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  6. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Tue_May_26_2020_1590524829080.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  7. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Tue_May_26_2020_1590524779812.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  8. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Tue_May_26_2020_1590524702028.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  9. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Tue_May_26_2020_1590524535900.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  10. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Tue_May_26_2020_1590524505112.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  11. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Tue_May_26_2020_1590524462791.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  12. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Tue_May_26_2020_1590520645724.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  13. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 35 additions and 11 deletions.
    46 changes: 35 additions & 11 deletions Pentest-Service-Enumeration-Screenshots.md
    Original file line number Diff line number Diff line change
    @@ -1,30 +1,54 @@
    # Basic Usage
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Sun_May_24_2020_1590381397170.png)
    To view basic usage just type:
    ```
    pse
    ```
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Mon_May_25_2020_1590465949145.png)

    # Listing commands for a service
    ```
    pse <service-name>
    Example:
    pse smb
    ```
    ## Default view
    The default view does not include descriptions for commands
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Sun_May_24_2020_1590381504723.png)
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Mon_May_25_2020_1590465986541.png)

    ## Verbose view
    The verbose view includes descriptions for commands
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Sun_May_24_2020_1590381578777.png)
    ```
    pse -v <service-name>
    Example:
    pse -v smb
    ```
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Mon_May_25_2020_1590466061323.png)

    ## Variable Expansion
    Currently only \$IP and \$PORT will be expanded (if set)
    ```
    Example:
    IP=10.11.1.10 pse smb
    ```
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Mon_May_25_2020_1590466252832.png)

    # Adding commands for a service
    In this example I am adding the dirb command for the http service
    In this example I am adding the dirb command for the https service

    ## Before
    I'm listing out what already exists for the http service
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Sun_May_24_2020_1590381660915.png)
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Mon_May_25_2020_1590466287860.png)

    ## Add the command
    The command with arguments is added for dirb.
    Add command dirb for service http
    ```
    pse -a http 'dirb http://$IP -r -o $OUTPUTFILE'
    ```

    I have escaped variables with a backslash.

    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Sun_May_24_2020_1590381719524.png)
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Tue_May_26_2020_1590470690651.png)

    ## After
    A view of the commands for the http service after I've added the dirb command:
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Sun_May_24_2020_1590381771712.png)
    A view of the commands for the http service after I've added the dirb http command:
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Tue_May_26_2020_1590470651660.png)
  14. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Tue_May_26_2020_1590470690651.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  15. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Tue_May_26_2020_1590470651660.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  16. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Tue_May_26_2020_1590470576896.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  17. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Mon_May_25_2020_1590466287860.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  18. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Mon_May_25_2020_1590466252832.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  19. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Mon_May_25_2020_1590466061323.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  20. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Mon_May_25_2020_1590465986541.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  21. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Mon_May_25_2020_1590465949145.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  22. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Mon_May_25_2020_1590456265518.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  23. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Mon_May_25_2020_1590456207400.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  24. @ssstonebraker ssstonebraker revised this gist May 26, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Mon_May_25_2020_1590456160955.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  25. @ssstonebraker ssstonebraker revised this gist May 25, 2020. 1 changed file with 30 additions and 1 deletion.
    31 changes: 30 additions & 1 deletion Pentest-Service-Enumeration-Screenshots.md
    Original file line number Diff line number Diff line change
    @@ -1 +1,30 @@
    ‎‎​
    # Basic Usage
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Sun_May_24_2020_1590381397170.png)

    # Listing commands for a service

    ## Default view
    The default view does not include descriptions for commands
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Sun_May_24_2020_1590381504723.png)

    ## Verbose view
    The verbose view includes descriptions for commands
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Sun_May_24_2020_1590381578777.png)

    # Adding commands for a service
    In this example I am adding the dirb command for the http service

    ## Before
    I'm listing out what already exists for the http service
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Sun_May_24_2020_1590381660915.png)

    ## Add the command
    The command with arguments is added for dirb.

    I have escaped variables with a backslash.

    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Sun_May_24_2020_1590381719524.png)

    ## After
    A view of the commands for the http service after I've added the dirb command:
    ![image](https://gist.github.com/ssstonebraker/3b96125491139a84aba408f3a0d4b088/raw/images---Sun_May_24_2020_1590381771712.png)
  26. @ssstonebraker ssstonebraker revised this gist May 25, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Sun_May_24_2020_1590381771712.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  27. @ssstonebraker ssstonebraker revised this gist May 25, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Sun_May_24_2020_1590381719524.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  28. @ssstonebraker ssstonebraker revised this gist May 25, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Sun_May_24_2020_1590381660915.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  29. @ssstonebraker ssstonebraker revised this gist May 25, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Sun_May_24_2020_1590381578777.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  30. @ssstonebraker ssstonebraker revised this gist May 25, 2020. 1 changed file with 0 additions and 0 deletions.
    Binary file added images---Sun_May_24_2020_1590381504723.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.