Wednesday, December 11, 2013

Wednesday, October 9, 2013

Tuesday, October 1, 2013

Friday, July 19, 2013

Discovering the real number of CPUs in the host server from inside of a VZ container

Researching about ffmpeg enconding in a VZ container I have discovered it is possible to get the real number of CPUs inside of a VZ container. I had to use different flags in compilation time but it works (at least in Proxmox): :O

Thursday, June 13, 2013

Websockets + Nodejs + Nginx

With the last version of Nginx, it supports http 1.1 with bidirectional websockets. So it is possible to use it with nodejs (by example).

A spanish intro in this post: http://www.securityartwork.es/2013/06/13/abstrayendo-websockets-ssl/

Here, my minimal-snippets: One plain and one for SSL:


;)

Tuesday, May 14, 2013

Searching full anonymous proxies

I have created a PoC to try to get full anonymous proxies. This script discovers if your IP is full changed and anonymous using a proxy. It works via NSE by NMAP.

I wrote one post about it in Spanish here: http://www.securityartwork.es/2013/05/14/a-vueltas-con-la-deteccion-de-proxys/

The PoC source code here: https://github.com/vicendominguez/http-open-proxy-anon

:)

Vte

Monday, April 15, 2013

Horrible script to show me the headers in the webserver to get the correct-real client ip

Horrible script to show me the headers in the webserver to get the correct-real client ip:


:|

Wednesday, March 6, 2013

dump xlsx in terminal and with "grep" tool you can search words

I worked in a company with the network inventory in a Excel. It was useful to search names and ips from linux terminal.

It dumps the xlsx file to console and I was using "grep" to search words or IP or whatever you want . May be you can get something else: :)

Monday, February 18, 2013

Migrating compatible fork'ed Nagios platforms....

May be this script will be useful for you. You can create another new one from here. It has two parts: :D

Wednesday, January 16, 2013

"Automagic" mount (at boot time) of a windows folder in FreeBSD 7

Mounting share folder at boot time looks like easy yeah.... but you need to know what the trick is.

From my gist: https://gist.github.com/vicendominguez/8806533
:)

Friday, January 4, 2013

Installing Navisphere CLI on CentOS 6.2

Yes! you need to find the NaviCLI-Linux-64-x86-en_US-7.31.25.1.24-1.x86_64.rpm file. And yes, it is not easy. Google is your friend.

;)

Wednesday, January 2, 2013

Commvault backups history from Windows Terminal.

It is tested with CommVault 9 and you will need to install qcommands (it comes with commvault).

The authentication is out of the script (at the moment). Remember to execute 'qlogin' to validate the user/pass first.

:)