Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: taylorwin/python_scripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: xx0hcd/python_scripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 20, 2017

  1. Create bing_ip_mod.py

    xx0hcd authored Dec 20, 2017
    Configuration menu
    Copy the full SHA
    3a914e5 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. cleaned up script.

    removed some manual config parts.
    xx0hcd authored May 3, 2018
    Configuration menu
    Copy the full SHA
    13416ce View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Create rev_dns.py

    xx0hcd authored Jul 30, 2018
    Configuration menu
    Copy the full SHA
    a0616f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. added rstrip

    Noticed the output had '.' added to the end of each line. Fixed in line 38 and 39.
    xx0hcd authored Jul 31, 2018
    Configuration menu
    Copy the full SHA
    4e7803c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Create azure_api.py

    xx0hcd authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    d9e2348 View commit details
    Browse the repository at this point in the history
  2. Update azure_api.py

    xx0hcd authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    4416b41 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Create azure_subs2nmap.py

    Goes through all Azure subscriptions that you have access to, pulls out the public IP's, and creates a list you can use with nmap -iL.
    xx0hcd authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    e347961 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Create pci_masscan.py

    xx0hcd authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    c3ef2b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Update pci_masscan.py

    xx0hcd authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    5ac11d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    33851b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Create pci_masscan.py

    Was having some issues with reports writing correctly with python-masscan so wrote this using subprocess instead.
    xx0hcd authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    787d411 View commit details
    Browse the repository at this point in the history
Loading