Archive for June, 2010
I recently was asked by some guys on my team if it was possible to get email notifications for every commit to svn with a description of what was removed, what was committed and a diff if possible. Now it seems like this would be easy and maybe even built into subversion so I checked into that first. There was a ruby script which can be made as a hook-script which is supposed to send email notifications. I spent quite some time trying to get it to work and didn’t have much luck so I decided to research some other options. I ran across a python program which was written specifically for this task called svnmailer.
Below I will detail the steps needed to get svnmailer working on your system:
Read the rest of this entry »
Tags: commit, commit_subject_prefix, email, hook-script, mymodule, path, post-commit, pysvn, python, repo, repository, Subversion, svn, svn-mailer, svnmailer
5 Comments »
If you you receive the following with a Ruby on Rails site:
Ruby On Rails Error:
Only specific requests are allowed.
ActionController::MethodNotAllowed
Only get, head, post, put, and delete requests are allowed.
The solution is to kill existing web/app server processes and restart the web/app server. Then, reload the page.
By (author) Sam Ruby, Dave Thomas, David Heinemeier Hansson
| List Price: |
$43.95 USD |
| New From: |
$29.65 In Stock |
| Used from: |
$0.01 In Stock |
|
|
|
|
| List Price: |
$34.99 USD |
| New From: |
$3.99 In Stock |
| Used from: |
$0.01 In Stock |
Release date January 11, 2008.
|
|
Tags: ActionController, MethodNotAllowed, rails, request, restart, RoR, web server
No Comments »
Posted by alex in Security
Dmitry or Deepmagic Information Gathering Tool is an all in one host information tool included in Backtrack 4′s Information Gathering section. Personally I prefer doing most info gathering using tools built into Linux however it is nice to run a tool like this in the background and come back later if you are multi-tasking. Before getting into the details of Dmitry please see this article relating to a Segmentation Fault that can occur with Dmitry on Backtrack 4.
Read the rest of this entry »
Tags: backtrack, backtrack 4, deepmagic information gathering tool, dmitry, domain, email address search, host, information gathering, netcraft, port scan, sub domain, target, TCP port scan, whois lookup
2 Comments »
Posted by alex in Security
We have been working on a bunch of Backtrack 4 articles recently and one that I started writing awhile back but never finished was on Dmitry or the Deepmagic Information Gathering Tool. When using the TCP Portscan module combined with the output to a file switch, which is done using the -p switch for the TCP Portscan and -o + filename for the output to a file, you will receive a Segmentation Fault. Below is an example when running Dmitry from within Backtrack 4.
Read the rest of this entry »
Tags: -o, -p, -pb, backtrack, backtrack 4, deepmagic information gathering tool, dmitry, information gathering, port scan, segmentation fault, TCP port scan
No Comments »
Posted by alex in Insights
Last night I was working on a project for a customer where the application was going to reference external images after the changes I made. One of the custom parts of the project included modifying the thousands of rows that currently existed in the MySQL database. I needed away to modify one of the columns in a MySQL database table by adding data to the front of that column in each row.
Read the rest of this entry »
Tags: add data, column, CONCAT, database, field, modify, mysql, row, set, sql, statement, syntax, table, update, where
No Comments »
|