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:mbischoping/httpscreenshot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:master
Choose a base ref
...
head repository:breenmachine/httpscreenshot
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.
  • 17 commits
  • 7 files changed
  • 5 contributors

Commits on Jan 14, 2021

  1. - Modify code to work with Python 3

    - remove requesocks hard dependency - Ran code through Black linter/formater - Modify to use Geckodriver by default, PhantomJS seemed defunct
    Jesse Osiecki committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    1ea535aView commit details
    Browse the repository at this point in the history
  2. Remove PhantomJS

    Jesse Osiecki committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    6439a9fView commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Added XML match for masscan xml

    - yapf reordered imports
    Jesse Osiecki committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    dbc98feView commit details
    Browse the repository at this point in the history
  2. PEP8 cleanup

    Change Firefox headless option to use non-deprecated method add import socket
    Jesse Osiecki committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    56deb0cView commit details
    Browse the repository at this point in the history
  3. Setup.cfg for linter

    Jesse Osiecki committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    fdb7ed0View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Configuration menu
    Copy the full SHA
    0de1adeView commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    510b318View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

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

Commits on Jan 10, 2022

  1. various fixes

    updated headless browser to use chrome driver manager updated the URL queue to a defaultdict from collections updated file parsing to now parse gnmap and xml from nmap and masscan updated requirements.txt to include webdriver_manager (updated headless) and lxml (used by cluster script) updated install-dependencies.sh based on a fresh install of Ubuntu 20.04.3 LTS
    @jstnkndy
    jstnkndy authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    a30c140View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Update Dockerfile

    Changing dockerfile comment pointing to https://hub.docker.com/r/andmyhacks/httpscreenshot as it's 5 years out of date
    @jesse-osiecki
    jesse-osiecki authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    341de08View commit details
    Browse the repository at this point in the history
  2. Update Dockerfile

    typo
    @jesse-osiecki
    jesse-osiecki authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    27859beView commit details
    Browse the repository at this point in the history
  3. Update README.md

    @jesse-osiecki
    jesse-osiecki authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    5e73d39View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4397b57View commit details
    Browse the repository at this point in the history
  5. - Add switch to cli to allow choice between Chrome/Firefox, keeping the

     -p headless flag as an option for both Default is Firefox as the previous changes defaulting to Chrome breaks previous functionality
    @jesse-osiecki
    jesse-osiecki committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    cba2861View commit details
    Browse the repository at this point in the history
  6. remove sudo

    @jesse-osiecki
    jesse-osiecki committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    8acef3aView commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Merge pull requestbreenmachine#38from jesse-osiecki/browser-flag

    Add switch to cli to allow choice between Chrome/Firefox
    @breenmachine
    breenmachine authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    0ef8f8fView commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Update requirements.txt

    @jstnkndy
    jstnkndy authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f081c69View commit details
    Browse the repository at this point in the history
Loading