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

replay: remove hardcoded listen address #204

Merged
merged 1 commit into from
Dec 22, 2022
Merged

Conversation

tarunKoyalwar
Copy link
Member

@tarunKoyalwar tarunKoyalwar commented Dec 22, 2022

Proposed changes

  • Value of -http-addr is used instead of hardcoded ":80" as http listen address

closes #195

Checklist

  • Pull request is created against the dev branch
  • All checks passed (lint, unit/integration/regression tests etc.) with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@tarunKoyalwar
Copy link
Member Author

$  ./replay -output ~/test/logs/  -http-addr ":9238"
2022/12/22 14:13:03 scanme.sh:443 cei1arlnsevgrlh37n2g
2022/12/22 14:13:03 scanme.sh:443 cei1b95nsevgrlh37n30
2022/12/22 14:13:03 scanme.sh:443 cei1ba5nsevgrlh37n3g

@tarunKoyalwar tarunKoyalwar linked an issue Dec 22, 2022 that may be closed by this pull request
@tarunKoyalwar tarunKoyalwar self-assigned this Dec 22, 2022
@ehsandeep ehsandeep merged commit 69bf87f into dev Dec 22, 2022
@ehsandeep ehsandeep deleted the issue-195-replay-port branch December 22, 2022 09:24
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.

Option "-http-addr" is not working in replay
2 participants