Skip to content

AsterExcrisys/web_probe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebProbe

WebProbe is a modern, command-line network probing tool written in Java 21. This projects aims to take different web/network probing tools (such as CUrl or NMap) and include them into a single application. Be aware, however, that the tools supported by this application are actually just attempted portings of the originals to Java, thus they are not as reliable.

Possible future name: NetProbe


🚀 Features


📦 Requirements

  • Java 21
  • Maven 3.8+
  • (Optional) Native access for packet capturing (requires libpcap on Unix or WinPcap/Npcap on Windows)

🔧 Build Instructions

# Clone the repository
git clone https://github.com/AsterExcrisys/web_probe.git
cd web_probe

# Build the project
mvn clean package

📁 Project Structure

web_probe/
├── src/
│   ├── main/
│   │   └── java/
│   │       └── com/asterexcrisys/webprobe/
│   └── test/
│       └── java/
│           └── com/asterexcrisys/webprobe/
├── pom.xml
├── LICENSE
└── README.md

📄 License

This project is licensed under the GNU GPLv3 License. See the LICENSE file for details.

About

WebProbe is a modern, command-line network probing tool written in Java 21. This projects aims to take different web/network probing tools (such as CUrl or NMap) and include them into a single application.

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages