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

Add timeout functionality to scanner #39 #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Ansh5748
Copy link

Closes #39

Added timeout functionality to the honeypot scanner:

  1. Implemented TimeoutManager class
  2. Added timeout parameter to scanner initialization
  3. Updated report template with timeout info
  4. Added graceful scan termination
  5. Tested with various timeout values

Testing completed:

  • Local scans (127.0.0.1) with 1-300s timeouts
  • External scans (8.8.8.8)
  • Verified timeout reporting
  • Confirmed clean termination

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.

Add timeout parameter for scans
1 participant