Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
B3TA-BLOCKER authored Aug 18, 2024
1 parent 21f8a15 commit ce4e6bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ Automate-network-scanning
│ └── example_usage.py
├── network_scanner
│ ├── __init__.py
│ ├── bash_commands
│ │ └── command_script.sh
│ ├── main.py
│ ├── scanner.py
│ └── utils.py
Expand All @@ -43,7 +41,6 @@ Automate-network-scanning
- **`examples/`**: Example scripts demonstrating how to use the tool.
- **`network_scanner/`**: Core package of the project containing the main functionality.
- **`__init__.py`**: Initializes the package.
- **`bash_commands/`**: Directory containing shell scripts used by the tool.
- **`main.py`**: Contains primary functions for network scanning.
- **`scanner.py`**: Additional scanning-related functions.
- **`utils.py`**: Utility functions used across the package.
Expand Down

0 comments on commit ce4e6bb

Please sign in to comment.