portscanner/ │ ├── cmd/ │ └── portscanner/ │ └── main.go # Entry point of the application │ ├── internal/ │ ├── scanner/ │ │ ├── tcp.go # Contains TCP scanning logic │ │ ├── udp.go # Contains UDP scanning logic │ │ └── syn.go # (Optional) SYN scanning logic, more advanced │ │ │ └── ui/ │ └── tui.go # Terminal UI logic using a package like tview │ ├── pkg/ │ └── utils/ │ └── utils.go # Helper functions (e.g., parsing ports, error handling) │ ├── go.mod # Go module file for dependency management ├── go.sum # Go module dependency file (generated) └── README.md # Project description and instructions
-
Notifications
You must be signed in to change notification settings - Fork 0
Ayushi40804/PoRtScAnNeR
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published