Skip to content

no3plane/OmegaScan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

* cmake
* g++

Build

quick satrt

To set up your build directory:

$ mkdir -p <path/to/omegascan>/build
$ cd <path/to/omegascan>/build
$ cmake ..

Note: all further commands listed below should be run from the build dir.

To build:

$ make

You can use the -j switch to build in parallel, e.g.,

$ make -j$(nproc)

more options

To use other ui instead of ctl:

$ cmake .. -DFTXUI

Note: src of FTXUI will be downloaded from https://github.com/ArthurSonzogni/ftxui and stored in <path/to/omegascan>/build/_deps/

About

Simple port scanner. It's just a school assignment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.7%
  • CMake 4.3%