I recently moved into Mountain Lion (OSX 10.8) and the first thing I wanted was to install rvm to be able to get ruby 1.9.3 in the machine and be able to do some development with it, but as usual it was not as easy as it seemed (The joke is on me!) so here are the steps I took to install rvm and ruby 1.9.3 in OSX Mountain Lion.
Tags: compile ruby, install rvm, mountain lion, OSX, Ruby, rvm
Posts Tagged “Ruby”
Apr
10
2012
wpscan: [ERROR] Install missing ruby gem.LoadError: no such file to load — nokogiriPosted by alex in ErrorsIt is possible to receive an error after updating wpscan via “svn up” complaining about the nokogiri gem. This might be confusing because likely you already have the nokogiri gem installed on Backtrack Linux however it is likely a simple path issue. To resolve you can issue the below gem install –user-install command as shown in the below example. Tags: --user-install, backtrack, gem, gem install, Linux, nokogiri, Ruby, WordPress, WP, wpscan, wpscan.rb
Mar
19
2012
Backtrack 5 : Information Gathering : Web Application Analysis : CMS Identification : wpscanPosted by alex in SecurityOne of my favorite apps in Backtrack Linux that I recently discovered is wpscan. There are a ton of WordPress sites in the wild and using wpscan is an excellent way to begin an audit on a WP site. There are a couple things that wpscan does that is really amazing such as enumerating logins from WordPress sites and enumerating WordPress plugins that are installed. Below are a couple examples of how wpscan can be useful for WordPress web site analysis. Tags: backtrack, backtrack 5, bruteforce, bt5, cms identification, enumerate, information gathering, jetpack, Linux, plugins, Ruby, timthumb, web application analysis, WordPress, WP, wpscan
May
03
2011
SELinux prevented ruby from reading files stored on a NFS filesytemPosted by alex in SecurityWhile working on a server farm for a client I kept running into some issues with one of the servers. The issue appeared to be a single CentOS Linux server in a cluster of ten CentOS Linux servers configured exactly the same as the other nine CentOS Linux servers was having issues writing to a network storage device. Initially I figured that the CentOS Linux server having the issues had some permission issues with the directory that was mounted to the SAN (Storage Area Network) however after minimal troubleshooting it was verified that the permissions were identical to the other servers. I started looking through other logs on the server having the issue and located some SELinux errors that were noticeably related to the issue at hand. Below I describe where the SELinux error was located, what the specific errors were, and how I was able to resolve the errors on this specific CentOS Linux server. Tags: /a, /var/log/messages, boolean, CentOS, distro, getsebool, httpd, httpd_use_nfs, Linux, ls, messages, network file system, nfs, Ruby, san, sealert, security enhanced linux, selinux, setroubleshoot, setsebool, storage area network, switch, value
Dec
10
2010
Redmine: The following error occured while sending email notification: 530 5.7.0 Must issue a STARTTLS command first.Posted by alex in InsightsRecently while working on a CentOS Linux server I downgraded Ruby version 1.8.7 p302 to Ruby version 1.8.6 p399 because of a project that was built for Ruby 1.8.6. The server is a development CentOS Linux server with numerous other projects already operational on it and so downgrading Ruby caused a couple issues one of which was with Redmine project management software. The issue was with sending email notifications for things such as file uploads, added issues, issue updates, etc. Below I describe the error in more detail, the reason for the error, and how to resolve the error sending email notifications. Tags: 1.8.6, 1.8.7, action_mailer_optional_tls, authenticity_token, CentOS, domain, email.yml, enable_starttls_auto, error, gmail, Linux, password, plugin, redmine, Ruby, smtp.gmail.com, STARTTLS, TLS, username |









Entries (RSS)