Coder Social home page Coder Social logo

debian-gnu-linux-profiles's People

Contributors

bins94 avatar citypw avatar codetronaut avatar dvyukov avatar gtrunsec avatar hghwng avatar jactry avatar jun-test avatar n3o4po11o avatar pchaigno avatar persmule avatar plummm avatar samson-w avatar shiheyuan avatar xx94xuan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

debian-gnu-linux-profiles's Issues

failed to generate the cert

shawn@debian8-test:~/secureboot$ make
certtool -s --bits=2048 --outfile pk.key
Generating a self signed certificate...
You must specify --load-privkey
Makefile:12: recipe for target 'pk.key' failed
make: *** [pk.key] Error 1

@persmule could you plz fix it?

Need to Update

The issue:

Unknown enabled syscall when running syz-manager with open$proc.

The reason

It is not getting compiled with the main syz-manager bin during make all

The workaround

Since syzkaller has been updated, heres how I got it to work:

  1. make bin/syz-extract
    1.5 the kernel dir you specify needs to be compiled , so that the next step can be done without errors.
  2. bin/syz-extract -os linux -arch amd64 -sourcedir /home/rk/kernels/linux-4.19.6 my_test.txt
  3. HERE , make generate
  4. It may give error in go19.go, ignore.
  5. make
  6. now it will work with the custom .cfg

Also, the options (-linux) have been deprecated. need to be updated in guide, but the help message spit out by the syzkaller is pretty self-explanantory.
make generate needs to be added ASAP.

Thanks

Logstash parser error

Hello,

With this settings,All Bro logs will be under Index bro-xxx*,

~/src# cat > /etc/logstash/conf.d/bro-software.conf << EOF 
input {
	kafka {
		topics => ["software"]
		group_id => "bro_logstash"
     		bootstrap_servers => "192.168.1.147:9092"
     		codec => json
     		auto_offset_reset => "earliest"
   	}
}

output {
	elasticsearch {
     		hosts => ["192.168.1.142:9200"]
		index => "bro-software"
		document_type => "software"
   	}
}

From:https://github.com/hardenedlinux/Debian-GNU-Linux-Profiles/blob/master/NSM/docs/ELK_with_bro_ID_doc.mkd#create-new-logstash-configuration

As you can see here,
https://raw.githubusercontent.com/hardenedlinux/Debian-GNU-Linux-Profiles/master/NSM/docs/image/create_pattern_5.png

AA,RA,RD,TC...,should not be here

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.