Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/2.1.0 #1147

Draft
wants to merge 94 commits into
base: master
Choose a base branch
from
Draft

Release/2.1.0 #1147

wants to merge 94 commits into from

Commits on Dec 13, 2023

  1. Update models.py

    Add Send Notifications to Lark
    iuime committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    567cbce View commit details
    Browse the repository at this point in the history
  2. Update forms.py

    Add Send Notifications to Lark
    iuime committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    738dc06 View commit details
    Browse the repository at this point in the history
  3. Update common_func.py

    Add Send Notifications to Lark
    iuime committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    7850694 View commit details
    Browse the repository at this point in the history
  4. Update notification.html

    Add Send Notifications to Lark
    iuime committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    daf11b2 View commit details
    Browse the repository at this point in the history
  5. Update 0001_initial.py

    Add Send Notifications to Lark
    iuime committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ef69478 View commit details
    Browse the repository at this point in the history
  6. Update views.py

    Add Send Notifications to Lark
    iuime committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    a910f20 View commit details
    Browse the repository at this point in the history
  7. Update tasks.py

    Add Send Notifications to Lark
    iuime committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    bf57294 View commit details
    Browse the repository at this point in the history
  8. Update notification.html

    iuime committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    35390e1 View commit details
    Browse the repository at this point in the history
  9. Update notification.html

    Update logo
    iuime committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    7f127f5 View commit details
    Browse the repository at this point in the history
  10. Update common_func.py

    Update message format to support markdown
    iuime committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e93b51b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. use django-env in settings.py

    fopina committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    756d94a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    c7f2492 View commit details
    Browse the repository at this point in the history
  2. ops(docker-compose): upgrade to 2.23.3

    Lot of crucial fixes: docker/compose@v2.23.0...v2.23.3
    AnonymousWP authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    2c9f694 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5970e67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    925cf4f View commit details
    Browse the repository at this point in the history
  5. Convert answer to lowercase

    jxdv authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    d7590da View commit details
    Browse the repository at this point in the history
  6. update input + typo in install.sh

    jxdv authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    0262d54 View commit details
    Browse the repository at this point in the history
  7. not exposing postgres publicly

    noraj authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    fd1f31f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ccaafb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    39bc170 View commit details
    Browse the repository at this point in the history
  10. fix(migrations): revert sudo and use echo

    Using `make migrate` right away did not work, tried multiple things.
    AnonymousWP authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    65b7dcd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8bff3bc View commit details
    Browse the repository at this point in the history
  12. Update README with debug procedure

    psyray authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    14d36f0 View commit details
    Browse the repository at this point in the history
  13. Update README.md

    Co-authored-by: AnonymousWP <50231698+AnonymousWP@users.noreply.github.com>
    yogeshojha and AnonymousWP committed May 12, 2024
    Configuration menu
    Copy the full SHA
    c1f8ef1 View commit details
    Browse the repository at this point in the history
  14. README modifications

    psyray authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    f52d000 View commit details
    Browse the repository at this point in the history
  15. Add celery log for DEBUG

    psyray authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    b8a74c3 View commit details
    Browse the repository at this point in the history
  16. Add debug log to celery tasks part

    psyray authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    9dba1cb View commit details
    Browse the repository at this point in the history
  17. Fix typo

    yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    e423a5a View commit details
    Browse the repository at this point in the history
  18. Refactor CSS and add missing div

    psyray authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    5198f05 View commit details
    Browse the repository at this point in the history
  19. Add external ip at bottom of the page

    psyray authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    e451660 View commit details
    Browse the repository at this point in the history
  20. Change bad var call for ip

    psyray authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    ba0d0c4 View commit details
    Browse the repository at this point in the history
  21. Upgrade Django to 3.2.23

    psyray authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    b91d6a8 View commit details
    Browse the repository at this point in the history
  22. Update Django dependencies

    psyray authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    ede6717 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    32a4542 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c4abf57 View commit details
    Browse the repository at this point in the history
  25. fix: typo

    AnonymousWP authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    7c785b1 View commit details
    Browse the repository at this point in the history
  26. Added initiated_by, aborted_by in model

    Signed-off-by: Yogesh Ojha <yogesh.ojha11@gmail.com>
    yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    e134412 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2d62331 View commit details
    Browse the repository at this point in the history
  28. Added aborted user details

    yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    29f5dbe View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    eb99775 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5ba8a54 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    dc70ad1 View commit details
    Browse the repository at this point in the history
  32. Update web/targetApp/templates/target/add.html

    Co-authored-by: Anonymoussaurus <50231698+AnonymousWP@users.noreply.github.com>
    2 people authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    8e354eb View commit details
    Browse the repository at this point in the history
  33. Update web/targetApp/templates/target/add.html

    Co-authored-by: Anonymoussaurus <50231698+AnonymousWP@users.noreply.github.com>
    2 people authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    2fc942e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    eb345c5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    d32e77b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c0de383 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    9ec2aca View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    2e681f8 View commit details
    Browse the repository at this point in the history
  39. it's -> its

    jxdv authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    e40e7b9 View commit details
    Browse the repository at this point in the history
  40. fix some typos / mistakes in README

    jxdv authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    9925e4a View commit details
    Browse the repository at this point in the history
  41. add parenthesis

    Co-authored-by: Anonymoussaurus <50231698+AnonymousWP@users.noreply.github.com>
    2 people authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    ecbf370 View commit details
    Browse the repository at this point in the history
  42. Update README.md

    Co-authored-by: Anonymoussaurus <50231698+AnonymousWP@users.noreply.github.com>
    2 people authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    a0715f0 View commit details
    Browse the repository at this point in the history
  43. update key generation function

    jxdv authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    8a553fb View commit details
    Browse the repository at this point in the history
  44. rename var

    jxdv authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    8b7c468 View commit details
    Browse the repository at this point in the history
  45. update key length

    jxdv authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    0f37678 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    460f560 View commit details
    Browse the repository at this point in the history
  47. Add important subdomains button

    psyray authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    0338d94 View commit details
    Browse the repository at this point in the history
  48. Add listener on is_important button

    psyray authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    4fbe8d2 View commit details
    Browse the repository at this point in the history
  49. Fix indentation

    psyray authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    72e4ef1 View commit details
    Browse the repository at this point in the history
  50. update codeql to v3

    jxdv authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    260303c View commit details
    Browse the repository at this point in the history
  51. replace .format() with f-strings

    jxdv authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    8debafa View commit details
    Browse the repository at this point in the history
  52. remove non-existet params from docstrings

    jxdv authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    70aa537 View commit details
    Browse the repository at this point in the history
  53. optimize get_nmap_cmd based on TODO

    jxdv authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    b250fe3 View commit details
    Browse the repository at this point in the history
  54. simplify xml2json func

    jxdv authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    cd0312b View commit details
    Browse the repository at this point in the history
  55. use f-strings

    jxdv authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    559d11c View commit details
    Browse the repository at this point in the history
  56. small python cleanup

    jxdv authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    15fae92 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    5fcc55a View commit details
    Browse the repository at this point in the history
  58. fix(migrations): add sudo

    Without sudo, it results in an error
    AnonymousWP authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    d0da481 View commit details
    Browse the repository at this point in the history
  59. fix(migrations): revert sudo and use echo

    Using `make migrate` right away did not work, tried multiple things.
    AnonymousWP authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    96db99f View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    ff035ce View commit details
    Browse the repository at this point in the history
  61. fix some typos / mistakes in README

    jxdv authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    5a98ad4 View commit details
    Browse the repository at this point in the history
  62. remove duplicates

    yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    7bb9d42 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    a023d40 View commit details
    Browse the repository at this point in the history
  64. Add Erdem Ozgen to CONTRIBUTORS.md

    ErdemOzgen authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    9238735 View commit details
    Browse the repository at this point in the history
  65. Add langchain library

    ErdemOzgen authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    6cbbe0b View commit details
    Browse the repository at this point in the history
  66. Add ollama dockerservice

    ErdemOzgen authored and yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    266f898 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    75ebc3d View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    bc4f407 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    d800081 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    36967f8 View commit details
    Browse the repository at this point in the history
  71. add ui for llm toolkit

    yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    034c425 View commit details
    Browse the repository at this point in the history
  72. add new llm button

    yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    2e48082 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    78bb203 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    474bb25 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    b8e9920 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    1f35de3 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    5ab92fc View commit details
    Browse the repository at this point in the history
  78. fix using ollama vs openai

    yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    75cadb9 View commit details
    Browse the repository at this point in the history
  79. fix requirements

    yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    bbf3ef8 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    95f5384 View commit details
    Browse the repository at this point in the history
  81. Merge pull request #1259 from yogeshojha/feature/llm

    Add LLM Toolkit
    yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    56da132 View commit details
    Browse the repository at this point in the history
  82. Merge pull request #1230 from fopina/use/djangoenv

    use django-env
    yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    0365285 View commit details
    Browse the repository at this point in the history
  83. Merge pull request #1137 from iuime/master

    Add Lark to notifications.
    yogeshojha committed May 12, 2024
    Configuration menu
    Copy the full SHA
    d7641f5 View commit details
    Browse the repository at this point in the history