Skip to content

Commit

Permalink
Initial degreaser commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
lancealt committed Jul 21, 2014
1 parent 76fb4b4 commit bf9dd1b
Show file tree
Hide file tree
Showing 28 changed files with 5,581 additions and 0 deletions.
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions Makefile.am
@@ -0,0 +1,15 @@
bin_PROGRAMS = degreaser
degreaser_SOURCES = src/degreaser.cpp \
src/scan.cpp \
src/scanner.cpp \
src/subnet.cpp \
src/subnet_list.cpp \
src/random.cpp \
src/linux_firewall.cpp \
src/output/output_csv.cpp \
src/output/output_curses.cpp \
src/output/output_console.cpp
degreaser_CXXFLAGS = ${CRAFTER_CXXFLAGS}
degreaser_LDADD = ${CRAFTER_LIBS} ${CAPNG_LDADD} ${CURSES_LIB}
man_MANS = degreaser.1

0 comments on commit bf9dd1b

Please sign in to comment.