Posted in December 15, 2010 ¬ 4:51 pmh.admin
Double Bounce Soap Security is a way of making sure that the requester of the information through a soap call is verified. Generally Soap calls can be made by anyone to get access to methods on a server that is accepting Soap calls. If you want to verify that as a requester you are who [...]
Read the rest of this entry »
Posted in May 28, 2010 ¬ 4:30 pmh.admin
The last Bash Script I wrote was to be run by the server’s crontab once a week to create a gnupg key-pair, send the public key in an email to the person who runs the orders through, write the private key to the order’s config file. The keys are used to encrypt and decrypt the [...]
Read the rest of this entry »
Developmentbah-scripting-for-secuirty, Bash Script, bash-scripting-security, bash-scripts-security, bash-security, bash-security-script, bash-security-scripting, bash-security-scripts, create-bash-script-for-security, Crontab, Gnupg, gpg-bash-script, gpg-batch-bash-script, gpg-c-bash-script, Key Pair, secure-bash-script-code, secure-server-bash-script, security, security-and-bash-script-linux, security-bash-scripting
Posted in April 2, 2010 ¬ 5:20 pmh.admin
The dry run on New site had a bug where wordpress is not able to file_put_contents. WordPress has a function called unzip_file() that will unzip a zipped folder and put it into a designated folder. This function is located in wp_admin/includes/file.php. The bug came up when when the script was trying to take a zipped [...]
Read the rest of this entry »