Skip to content

suduma/netglub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netglub

netglub is an open source OSINT framework.

Authors

This repository is a fork of www.netglub.org from the original authors at Diateam

Changes

some small changes I have done so far:

  • I have updated the source and build files to be compatible with modern versions of graphviz
  • build files have been enhanced for other linux build environments (e.g. Debian testing)

I just leave this here for others until I can test the whole framework. For now I was able to build all three components with Debian testing.

Compile from source

Install dependencies (Debian testing):

sudo aptitude install build-essential zlib1g-dev qt4-qmake qt4-dev-tools \
qt4-default graphviz-dev libz3-dev

Then compile the three software components:

  • qng (GUI)
cd qng && qmake && make
  • master
cd master && qmake && make
  • slave
cd slave && qmake && make

License

The original authors distributed netglub as GPLv3. The same license applies here.

About

netglub is an open source OSINT framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published