Giter Site home page Giter Site logo

endian_toolbox's Introduction

Endian Toolbox

Addon for Endian Firewall 3.2, This tool allows to use : ping, traceroute , dig, nslookup, NMAP and Speedtest on Web Interface, for operation correct it is necessary install NMAP and SpeedTest-Cli, But if you don´t install this item, only ping, traceroute,dig and nslookup are available

Version:

v.1

Requirements/optinal:

Installation:

curl -Lo menu-toolbox.pl https://raw.githubusercontent.com/leandroscardua/endian_toolbox/master/menu-toolbox.pl
curl -Lo toolbox.cgi https://raw.githubusercontent.com/leandroscardua/endian_toolbox/master/toolbox.cgi
mv menu-toolbox.pl /home/httpd/menus/main/
mv toolbox.cgi /home/httpd/cgi-bin/
chmod 755 /home/httpd/menus/main/menu-toolbox.pl
chmod 755 /home/httpd/cgi-bin/toolbox.cgi

Or Install all features:

cd /tmp/
curl -Lo menu-toolbox.pl https://raw.githubusercontent.com/leandroscardua/endian_toolbox/master/menu-toolbox.pl
curl -Lo toolbox.cgi https://raw.githubusercontent.com/leandroscardua/endian_toolbox/master/toolbox.cgi
curl -Lo nmap.zip https://github.com/leandroscardua/endian_nmap/blob/master/nmap.zip?raw=true
curl -Lo speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
mv menu-toolbox.pl /home/httpd/menus/main/
mv toolbox.cgi /home/httpd/cgi-bin/
chmod 755 /home/httpd/menus/main/menu-toolbox.pl
chmod 755 /home/httpd/cgi-bin/toolbox.cgi
chmod +x speedtest-cli
mv speedtest-cli /usr/bin/
unzip -u nmap.zip
cd nmap
cp -R ** /
chmod 755 /usr/bin/nmap
chmod 755 /usr/bin/ndiff
mkdir /lib64
ln -s /lib/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2
cd /tmp/
rm -rf nmap.zip
rm -rf nmap    

Or Install using script

curl -Lo install.sh https://raw.githubusercontent.com/leandroscardua/endian_toolbox/master/install.sh
chmod +x install.sh

Or Install using rpm packet

cd /tmp/
curl -Lo toolbox-endian3-1.0-1.x86_64.rpm https://github.com/leandroscardua/endian_toolbox/blob/master/toolbox-endian3-1.0-1.x86_64.rpm
rpm -Uvh toolbox-endian3-1.0-1.x86_64.rpm

endian_toolbox's People

Contributors

leandroscardua avatar

Watchers

James Cloos avatar  avatar

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.