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: bl4de/security-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: evidencebp/security-tools
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
  • 9 files changed
  • 1 contributor

Commits on Nov 6, 2024

  1. hasher.py superfluous-parens

    Removed unneeded parenthesis in if
    evidencebp committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    876b808 View commit details
    Browse the repository at this point in the history
  2. virustotal.py superfluous-parens

    Removed unneeded parenthesis in if
    evidencebp committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6edcfd5 View commit details
    Browse the repository at this point in the history
  3. denumerator\denumerator.py too-many-branches main

    The main function had 13 branches while it is recommended to have at most 12.
    I extracted one function, _set_output_directory.
    This is a minimal change fixing the alert/
    evidencebp committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8aee6c8 View commit details
    Browse the repository at this point in the history
  4. denumerator\denumerator.py too-many-branches enumerate_domains

    enumerate_domains had 15 branches while 12 are recommended.
    I removed the handling of UnicodeError and subprocess.TimeoutExpired which just pass, as the else.
    I also extracted _handle_nmap
    evidencebp committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    3408aba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b66422b View commit details
    Browse the repository at this point in the history
  6. xmlrpc_amplif_bruteforce.py line-too-long

    Made 2 readable lines shorter
    evidencebp committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    08b68b2 View commit details
    Browse the repository at this point in the history
  7. redir_gen\redirgen.py line-too-long

    Made a readable line shorter
    evidencebp committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    bf96403 View commit details
    Browse the repository at this point in the history
  8. Vi\vi.py unnecessary-pass

    Removed two unnecessary pass commands.
    They look like leftovers.
    evidencebp committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4249d63 View commit details
    Browse the repository at this point in the history
  9. ip_generator.py line-too-long

    Made a readable line shorter
    evidencebp committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    12b06da View commit details
    Browse the repository at this point in the history
  10. hexview\hexview.py too-many-boolean-expressions

    If had 6 terms, it is recommended not to have more than 5.
    I extracted the logic of checking two variable, making the logic more structured.
    evidencebp committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    21b2f31 View commit details
    Browse the repository at this point in the history
  11. diggit\diggit.py unnecessary-pass

    print_banner comment says that it should print the credits but it implementation is just pass.
    I removed the function and the single call to it, giving the same credit in less code.
    evidencebp committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0510cc9 View commit details
    Browse the repository at this point in the history
Loading