Skip to content

Conversation

@joshuay03
Copy link
Contributor

Pull Request

Category

Maintenance

Feature/Issue Description

Q: Please give a brief summary of your feature/fix
A: TODO

Q: Give a technical rundown of what you have changed (if applicable)
A: TODO

@joshuay03 joshuay03 temporarily deployed to Integrate Pull Request November 16, 2025 06:48 — with GitHub Actions Inactive
@joshuay03 joshuay03 temporarily deployed to Integrate Pull Request November 16, 2025 07:08 — with GitHub Actions Inactive
@joshuay03 joshuay03 temporarily deployed to Integrate Pull Request November 16, 2025 07:09 — with GitHub Actions Inactive
@joshuay03 joshuay03 temporarily deployed to Integrate Pull Request November 16, 2025 07:16 — with GitHub Actions Inactive
@joshuay03 joshuay03 had a problem deploying to Integrate Pull Request November 16, 2025 07:16 — with GitHub Actions Failure
@joshuay03 joshuay03 temporarily deployed to Integrate Pull Request November 16, 2025 14:42 — with GitHub Actions Inactive
@joshuay03 joshuay03 had a problem deploying to Integrate Pull Request November 16, 2025 14:42 — with GitHub Actions Failure
@joshuay03 joshuay03 temporarily deployed to Integrate Pull Request November 16, 2025 14:44 — with GitHub Actions Inactive
@joshuay03 joshuay03 had a problem deploying to Integrate Pull Request November 16, 2025 14:44 — with GitHub Actions Failure
@joshuay03 joshuay03 temporarily deployed to Integrate Pull Request November 16, 2025 14:50 — with GitHub Actions Inactive
@joshuay03 joshuay03 temporarily deployed to Integrate Pull Request November 16, 2025 15:07 — with GitHub Actions Inactive
runs-on: ubuntu-latest
steps:
- name: "Checkout the repository"
uses: actions/checkout@v4
Copy link
Contributor

@zinduolis zinduolis Nov 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version 5 has been recently released. Can we please use it instead of 4 is possible?

https://github.com/actions/checkout


- name: 'Checkout the repository'
- name: "Checkout the repository"
uses: actions/checkout@v4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we please use version 5 if possible?

xssraysdetails = BeEF::Core::Models::Xssraysdetail.where(hooked_browser_id: hb.id)
xssraysdetails.destroy_all
rescue StandardError => e
rescue StandardError
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can the error at least be logged?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the purpose of loosening the conditions?

configuration = BeEF::Core::Configuration.instance
proto = configuration.get('beef.http.https.enable') == true ? 'https' : 'http'
hook_uri = "#{proto}://#{configuration.get('beef.http.host')}:#{configuration.get('beef.http.port')}/demos/report.html"
# configuration = BeEF::Core::Configuration.instance
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the purpose of commenting these out?

ip = Regexp.last_match(2)
port = Regexp.last_match(3)
url = Regexp.last_match(4)
Regexp.last_match(4)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the purpose of this?

port = Regexp.last_match(3)
discovered = Regexp.last_match(4)
url = Regexp.last_match(5)
Regexp.last_match(5)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the purpose of this?

@zinduolis zinduolis temporarily deployed to Integrate Pull Request December 9, 2025 06:05 — with GitHub Actions Inactive
@zinduolis zinduolis closed this Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants