Giter Site home page Giter Site logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024

Original comment by [email protected] on 16 Aug 2010 at 3:50

  • Added labels: ****
  • Removed labels: ****

from security-onion.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024

Original comment by [email protected] on 14 Oct 2010 at 11:56

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from security-onion.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
http://www.pintumbler.org/Code/squert

Original comment by [email protected] on 1 Nov 2010 at 8:18

  • Added labels: ****
  • Removed labels: ****

from security-onion.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
aptitude install php5-mysql graphviz

Original comment by [email protected] on 12 Nov 2010 at 9:04

  • Added labels: ****
  • Removed labels: ****

from security-onion.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
################################################
# Squert
################################################
cd /var/www
wget http://sourceforge.net/projects/squert/files/squert_0.6.tgz/download
tar zxvf download
rm download
mysql -N -B --user=root --password -e "GRANT SELECT ON server1_db.* TO 
'readonly'@'localhost' IDENTIFIED BY 'securityonion';"
cat squert/.scripts/Ip2c/ip2c.sql | mysql -uroot -p -U server1_db
sed -i 's|exec /usr/local/bin/tclsh|exec /usr/bin/tclsh|g' 
squert/.scripts/Ip2c/ip2c.tcl
sed -i 's|set DBPASS "apassword"|set DBPASS "securityonion"|g' 
squert/.scripts/Ip2c/ip2c.tcl
sed -i 's|set DBNAME sguildb|set DBNAME server1_db|g' 
squert/.scripts/Ip2c/ip2c.tcl
mysql -N -B --user=root --password -e "GRANT ALL PRIVILEGES ON 
server1_db.mappings TO 'readonly'@'localhost' IDENTIFIED BY 'securityonion';"
sed -i 's|$rulePath = "/rules/et_rules";|$rulePath = 
"/etc/snort/rules/snort.rules";|g' squert/config.php
sed -i 's|//$ip2c = 'no';|$ip2c = 'no';|g' squert/config.php
sed -i 's|$ip2c = 'yes';|//$ip2c = 'yes';|g' squert/config.php
# The following lines don't work due to the single tick marks.  Perform 
manually for now.
sed -i 's|$dbName = 'sguildb';|$dbName = 'server1_db';|g' squert/config.php
sed -i 's|$dbPass = 'readonly';|$dbPass = 'securityonion';|g' squert/config.php

# Squert is now available at:
# http://localhost/squert/squert.php

Original comment by [email protected] on 13 Nov 2010 at 3:44

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

from security-onion.

Related Issues (20)

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.