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 progress bar #42

Open
Ansh5748 opened this issue Jan 23, 2025 · 1 comment
Open

Add progress bar #42

Ansh5748 opened this issue Jan 23, 2025 · 1 comment

Comments

@Ansh5748
Copy link

What happened

No progress indication during scans

What did you expect to happen

  • Visual progress bar
  • Percentage completion
  • ETA for scan completion

How to reproduce

  1. Start any scan
  2. Notice lack of progress indicator

Error messages and logs

N/A - Missing feature

@Ansh5748
Copy link
Author

I'll implement the progress tracking system.

Implementation Details:

  1. Code Changes:

    • Add tqdm integration
    • Create progress tracking
    • Implement ETA calculation
  2. New Files:

    • progress_tracker.py: Progress logic
    • progress_display.py: UI components
  3. Modified Files:

    • attack_orchestrator.py: Add progress updates
    • core.py: Integrate tracking
  4. Testing Strategy:

    • Test progress accuracy
    • Verify ETA calculations
    • Check UI display

Assign me this Issue

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

No branches or pull requests

1 participant