Tuesday, December 25, 2018

Setting up networking on any linux machine from scratch

Setting up networking on any linux machine from scratch Main Issue: At times when you install a new linux machine, you are not aware what is the logical name of the network adapter. Solution: #to know the logical name of the network interface sudo lshw -C network You are trying to install something like Openssh-server, it says not available in repository Solution: #to ensure all packages are updated such as ifconfig sudo apt-get update At times ifconfig is not present Solution: #to install ifconfig apt install net-tools Replace below eth0...

Wednesday, July 27, 2016

Configuring Centos with Apache , Mysql and PHP

http://www.tecmint.com/things-to-do-after-minimal-rhel-centos-7-installation/#C6 before installing apache, fix the hostname, /etc/hosts file ================================================= Install Apache ================================================= # yum install httpd LISTEN 80 , change it to any port you like # firewall-cmd --add-service=http # firewall-cmd --permanent --add-port=3221/tcp # firewall-cmd --reload # systemctl restart httpd.service # systemctl start httpd.service # systemctl enable httpd.service ================================================= Install...

Thursday, May 19, 2016

Using grep to find multiple keywords in multiple directories recursively

Using grep to find multiple keywords in multiple directories recursively using the following command you will be able to find multiple keywords in multiple directories recursively Command: egrep -rwn Example: egrep -rwn '64.exe|m64.exe|s64.exe|s.aspx|sm.exe|ps.exe|vnc.exe|sm.bat|bruter.exe|kiss.exe|pl.exe|A.exe|xcmd.exe|share.exe|Unet.exe|splitter.exe|m32.exe|lsass.exe|wsc-x64.exe|psexec.exe|w.aspx|wce.exe|sexe.cab' /home/security/...

Thursday, September 17, 2015

Enhanced Mitigation Experience Toolkit 5.2

Enhanced Mitigation Experience Toolkit 5.2 I recently came across this utility from microsoft that helps to stop malwares on systems. As currently working on Security Operation Center (SOC) , its one tool to test out and see how it really works  the tool can be downloaded from Microsoft website below. https://www.microsoft.com/en-us/download/details.aspx?id=46366 Will post feedback if i get time. thank...

Tuesday, April 8, 2014

IIS Crypto - enable or disable protocols, ciphers, hashes and key exchange algorithms on Windows Server 2003, 2008 and 2012

IIS Crypto IIS Crypto is a free tool that gives administrators the ability to enable or disable protocols, ciphers, hashes and key exchange algorithms on Windows Server 2003, 2008 and 2012. It also lets you reorder SSL/TLS cipher suites offered by IIS, implement best practices with a single click and test your website. ...

Thursday, January 9, 2014

AD Integration for Policy Planner in Firemon Version 7.0.2

AD Integration for Policy Planner in Firemon Version 7.0.2 v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Normal 0 false false false false EN-US X-NONE X-NONE ...

Page 1 of 1012345Next

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More