SkyHorse.Org

modsec.sh updated

September 3rd, 2006 SkyHorse

I’ve updated the modsec.sh script to include some new rules from gotroot.com.

Check out its new permanent page at http://www.skyhorse.org/web-server-administration/auto-update-modsecurity-rules-modsecsh/

Tags: cPanel, Downloads, hacking, hosting, mod-security, WHM

Related posts:

  • Auto update modsecurity rules – modsec.sh
  • The Definite Guide of Obscure Tweaks to Install and Maintain cPanel / WHM (version 10)
  • Server-side redirection (a.k.a. tunneling) with PHP

Posted in WHM, cPanel, hacking | No Comments »

Free SMS’s – Hacked software circulates on the net

April 3rd, 2006 SkyHorse

Reports have been surging recently of some form of “hacked” — especially prepared — software that enables anyone with an internet connection to send free sms’s to any mobile phone in the world.
After intensive investigation, our research department (i.e. me) has come across such program and can confirm the rumours: it works.
In the 90’s, after the original idea, if I’m not mistaken by Mirabilis (ICQ), the concept of pc-to-mobile messages has sprung dozens of online companies willing to offer the service free of charge. In return, advertisement was placed either on the provider’s website or embedded on the messaging application. After the .com burst, like most other “genius” ideas, it went bust and most services closed their doors due to the high cost charged by mobile operators.
More recently, SMS.ac started to offer the same kind of service: free sms texts to anyone in the world. It even includes your own contacts book and also a poor attempt at replicating the flourishing “social-networking” services, such as Orkut or Hi5. The downside of their product is a very low reliability (90% of my texts don’t get delivered) and an annoying obsession with self-promoting the service by automatically sending invitation e-mails to anyone on your address book, just a thin line below being considered an internet spamming worm.
Now, there have *always* been ways to send free sms messages. There are several open-relay gateways on the internet, just no one seems to know about them. The protocols used also only allow savvy computer experts to usefully use them anyway. The software in question here is probably using one or more of these “hidden” gateways to deliver the service, but however it does it, it delivers results. It also installs an annoying tool bar to your web browser, if you are not careful enough to remove that option on install.
I feel tempted to post a direct URL to download the aforementioned software, but after seeking legal and expert advice I have to refrain from doing so for the time being.
(I’ll give a hint to those computer hackers to try to decipher it: d3d3LmNyYWNrc29mdC5uZXQ=)
Meanwhile, our Chief Reengineering Officer (i.e. Bytter) is in charge of looking inside this system and extrapolating exactly what it does, what servers and protocols it uses.
If we ever get that we might, maybe, just share it with you!

–

Update:
Well, the reverse engineering seems to reveal the sms messages are not free. It is even worse than we expected: they are charged to the recipient.
The software seems to route information through a pay service, charging £0.35 or €0.50 per message received. I cannot imagine the consequences if this kind of software fell on the wrong hands (it must have already). I would really advise everyone to contact their mobile phone operator and request these kind of messages to be blocked before reaching their mobile straight away. Mobile phone operators, at least in the UK, are not responsible and will not refund any charges for the reception of value-added messages such as this one (or any other one for that matter, including ringtones).

Update 2:
Found out about a FireFox extension that allows you to send SMS’s within the award-winning browser.

Update 3 (03/04/2006):
The same service that brings you mobile phone location tracking in the UK promises to deliver up to 10 free sms messages a day. What’s the catch I ask? Lost of privacy probably… http://traceamobile.fonetastic.com/sms/v1/

Tags: Downloads

Related posts:

  • Crontab script
  • DirectAdmin to cPanel : a partial BASH solution
  • modsec.sh updated

Posted in Downloads | 4 Comments »

SouthPark and Futurama episodes download in avi dvd-rip

March 20th, 2006 SkyHorse

For all South Park and / or Futurama fans (like me) there is a Russian server hosting most of the episodes with fantastic dvd quality. Grab them while you can!!! (I suspect it will go down fairly soon!)

South Park and Futurama episodes in avi with dvd quality download links

Tip: copy and paste this link into a new browser window, they have restricted deep-linking in their pages…:
http://www.mrtwig.net/board/viewtopic.php?t=899

Tags: Downloads

Related posts:

  • modsec.sh updated
  • Free SMS’s – Hacked software circulates on the net
  • Auto update modsecurity rules – modsec.sh

Posted in Downloads | No Comments »

Auto update modsecurity rules – modsec.sh

November 12th, 2005 SkyHorse

Based on an existing script (which didn’t work very well for me) I have come up with one that should cater for everyone’s needs with minimal changes.
Modsecurity’s main website is http://www.gotroot.com


Click here to download modsec.sh

Tags: Downloads, hacking, hosting

Related posts:

  • modsec.sh updated
  • The Definite Guide of Obscure Tweaks to Install and Maintain cPanel / WHM (version 10)
  • WordPress is hacked: All Upgrade to 2.1.2

Posted in Downloads, hacking, hosting | No Comments »

DirectAdmin to cPanel : a partial BASH solution

September 21st, 2005 SkyHorse

I’m one of those who spent hours moving from DirectAdmin to cPanel, and in the meantime I’ve developed a couple of usefull tools to help me do it.

For the sanity of everyone ever trying to achieve this, forget googling because there is no tool available ATM. No one has ever started a script simply because the transition from DA to CP are so different that it is unthinkable.

There are scripts to move from cPanel to DirectAdmin though

I’ve started a BASH script that basically takes the files already available under the directories “backup” and “domains”, puts them nicely under one directory and tar-gzips it all. (the backup and domains directories come from untaring the User Backup created under DirectAdmin)

you then have to upload the resulting tar-gzip to the newly created cPanel account and untar-zip it. The file manager in cPanel does this with a click.

This script still has LOADS of problems, and if you’re unexperienced with the linux FS, permissions, etc… don’t come this way

What this does, however, is saving a lot of time if the accounts in question have many e-mails accounts (I did this because some of my clients had 100+ emails), and also takes care of the user files (public_html and everything else)

Resuming, this is what the script does:

- copy the quota file
- copy the IMAP folders and inbox folder of the main account
- copy the squirrelmail settings
for EACH e-mail account it does this:
- generate the entry and update the shadow and passwd file with its username and password (you keep everyone’s passwords!)
- copy the IMAP folders and inbox to the respective directory

to the domain files, it does this also:
- update references in every file (php, html, etc) by removing “domains/domain.net”
(ie /home/skyhorse/domains/skyhorse.org/public_html becomes /home/skyhorse/public_html)

This does not handle FTP settings, subdomain settings, dns settings, or anything else.
But hey, it saved me hundreds of hours of pain…

It is easily improved, so if you do, please send it back to me

BTW, the scripts assumes you’re using the SAME username in directadmin and in cpanel for each account, and the same domains as well.

It can also take a bit of hard disk space, since it literally duplicates the accounts files. If this is an issue, script around it to use the /tmp directory or even better, do some pipelining with tar

One last thing, although you see the CHMOD command being used, when untaring all files loose the damn permissions.
you NEED to change the permissions manually (inbox NEEDS to be group writable) or find a way to resolve the issue, which I couldn’t.

Here it is anyway, remember to replace the variables with your own settings:

# bash
# Copyleft (C) SkyHorse 2004
# for each account:
# put passwd as passwd + shadow
# quota (if != 0)
# into ~/etc/%domain%
GENDOMAIN=domain.com
GENUSERNAME=accuser
NEWACCPASS=accpass
MYFILESPATH=/home/skyhorse/temp_sites

mkdir result
mkdir result/mail
mkdir result/mail/$GENDOMAIN
mkdir result/etc
mkdir result/etc/$GENDOMAIN

cp $MYFILESPATH/$GENUSERNAME/backup/$GENDOMAIN/email/quota result/etc/quota
chmod 644 result/etc/quota

touch result/etc/shadow
chmod 640 result/etc/shadow

touch result/etc/passwd
chmod 644 result/etc/passwd

chmod 660 $MYFILESPATH/$GENUSERNAME/backup/email_data/imap/*
cp $MYFILESPATH/$GENUSERNAME/backup/email_data/imap/* result/mail
cp $MYFILESPATH/$GENUSERNAME/backup/email_data/pop/$GENUSERNAME result/mail/inbox
chmod 660 result/mail/inbox

mkdir result/.sqmaildata
cp $MYFILESPATH/$GENUSERNAME/backup/email_data/squirrelmail/* result/.sqmaildata

ENTRY=`cat $MYFILESPATH/$GENUSERNAME/backup/$GENDOMAIN/email/passwd`
for line in $ENTRY
do
login=`echo $line | sed s/[:].*//`
pass=`echo $line | sed s/.*[:]//`
mkdir result/mail/$GENDOMAIN/$login
mkdir result/mail/$login

echo $login:x:32120:622::/home/$GENUSERNAME/mail/$GENDOMAIN/$login:/usr/local/cpanel/bin/noshell >> result/etc/passwd
echo $login:$pass::::::: >> result/etc/shadow

chmod 750 result/mail/$GENDOMAIN/$login
cp $MYFILESPATH/$GENUSERNAME/backup/$GENDOMAIN/email/data/pop/$login result/mail/$GENDOMAIN/$login/inbox
chmod 660 result/mail/$GENDOMAIN/$login/inbox

cp $MYFILESPATH/$GENUSERNAME/backup/$GENDOMAIN/email/data/imap/$login/.mailboxlist result/mail/$GENDOMAIN/$login/
cp $MYFILESPATH/$GENUSERNAME/backup/$GENDOMAIN/email/data/imap/$login/mail/* result/mail/$GENDOMAIN/$login/

touch result/mail/$login/inbox
chmod 660 result/mail/$login/inbox
done

cp result/etc/* result/etc/$GENDOMAIN/

#domain files
cd domains/$GENDOMAIN
#update file references – this one liner deletes domains/domain.net in every file of the tree.
# efectively changes:
#/home/username/domains/domain.net/public_html into
#/home/username/public_html
find ./ -type f -exec sed -i ’s/domains\/$GENDOMAIN\///’ {} \;

cp -R * ../../result
cd ../../result

tar –owner=$GENUSERNAME –group=$GENUSERNAME -czf ../$GENUSERNAME-$GENDOMAIN.tar.gz *
cd ..

#upload tar.gz
#I have ncftpput installed, but because most people don’t, I’ve commented it out
#ncftpput -u $GENUSERNAME -p $NEWACCPASS localhost / $GENUSERNAME-$GENDOMAIN.tar.gz

#database:

#mysql

#subdomains

#ftp

Tags: cPanel, directadmin, Downloads, hosting, Programming, scripts, Web Design, WHM

Related posts:

  • The Definite Guide of Obscure Tweaks to Install and Maintain cPanel / WHM (version 10)
  • Server-side redirection (a.k.a. tunneling) with PHP
  • modsec.sh updated

Posted in Downloads, Programming, Web Design | No Comments »

« Previous Entries
  • Tags

    AI apple behavioural-targeting business christianity Computing cPanel deep packet inspection design Downloads Games GNU/Linux google hacking hacking Hardware headphones hosting Ideas Instant Messaging iphone islam marketing online-advertising online media Personal Philosophy phorm poker Programming satire scripts Security sociology startups technology Travel ubuntu v-moda Visionarism web-2.0 web-marketing Web Design WHM wunderloop
  • Popular posts

    1. 100% A2DP aka Stereo Bluetooth on Mac OS X: finally an easy and quality solution
    2. 40% Snus: Do it the Swedish way
    3. 13% Interest-based behavioural targeting cookies: What do they know about you?
    4. 10% Banksy: The Hacker of the Art world
    5. 9% The Definite Guide of Obscure Tweaks to Install and Maintain cPanel / WHM (version 10)
    6. 9% Monitoring your server
    7. 8% Google Trends: what the world is searching for
    8. 8% DirectAdmin to cPanel : a partial BASH solution
    9. 7% What is... Behavioural Targeting? Part I: Contextual, Re-targeting and Interest-based targeting
    10. 6% Free SMS's - Hacked software circulates on the net
  • Pages

    • About
    • Web Server Administration
      • Auto update modsecurity rules – modsec.sh
      • DirectAdmin to cPanel : a partial BASH solution
      • The Definite Guide of Obscure Tweaks to Install and Maintain cPanel / WHM (version 10)
        • Configuring E-mail (Exim) related areas
        • Fixing open DNS servers
        • Monitoring your server
        • Scripts and misc information
        • Security by Obscurity
        • Tweaking apache web server
  • Twitter Updates

    • Ads

    • RSS NMA

      • Moonfruit Twitter campaign attracts most attention 3 July, 2009
      • Dailymotion appoints new CEO 3 July, 2009
      • MySpace to cut 100 UK jobs 2 July, 2009
    • RSS Brand Republic

      • What this year's Cyber Lions winners can teach us 3 July, 2009
      • COI calls sexual health creative pitch 3 July, 2009
      • Ofcom invites bids for regional radio licence 3 July, 2009
    • RSS iMedia Connection: Consumer Strategies

      • 5 outstanding corporate blogs
      • Surefire steps to SEO success abroad
      • Peter Guber's magic formula for marketing success
    • RSS Behavioural Targeting news

      • Ad industry reacts to behavioural targeting outcry - Research Magazine 3 July, 2009
      • Industry Groups Agree on Strict Guidelines for Behavioral Targeting - ClickZ News 2 July, 2009
      • Firefox 3.5: Faster, but add-ons may be broken - Examiner.com 1 July, 2009
      • Connect the Thoughts - Adweek 29 June, 2009
      • Omnicom Readies Behavioral Targeting Services Suite - Mediapost.com 24 June, 2009
    • RSS Adotas

      • Automakers Need to Become Better Conversationalists 2 July, 2009
      • Affiliates can win in the media buy game 2 July, 2009
      • Readers weigh in on ATT, ad networks and the iPhone 2 July, 2009
    • RSS MarketingVox

      • New Facebook Features Give Users Privacy Control 2 July, 2009
      • Industry Buzz & Snippets: 07/02/09 2 July, 2009
      • Most Marketers Pursue Email, Social Media Marriage 2 July, 2009
    • RSS SimsCity blog

      • Attaching pixels to pages 2 January, 2009
      • Frequency capping 28 December, 2008
      • ITV player 27 December, 2008
    • RSS Donald Hamilton

      • Online ad spending bucks trends 29 September, 2008
      • Ad:Tech 25 September, 2008
      • Phorm in the clear? 18 September, 2008
    • RSS Segmentacion por comportamiento

      • Microsoft refuerza sus capacidades de segmentación mediante BT. 12 June, 2009
      • La importancia del Behavioural Targeting en Inglaterra. 1 June, 2009
      • The RightMedia Problem, The Microsoft Lesson, And Why OpenX Will Eventually Win 29 May, 2009
    • RSS Sandlines

      • Behavioural targeting and online publishers 23 April, 2009
      • What’s the French for ‘teaser campaign’ 22 April, 2009
      • Gmail dot hell 27 March, 2009
    • RSS ladig.net

      • Mit „Behavioral“ den optimalen Werbe-Weg finden 8 May, 2009
      • Mit ToDo und Toodledo das Chaos beherschen 6 May, 2009
      • Die PS auf die Strasse bringen! 30 April, 2009
    • Ads

    • Blogroll

      • 90kts
      • Acxiom Poker Nights
      • Amy’s blog
      • Bytter’s blog
      • morena flor no samba da saudade
      • Not Quite There Yet
      • Swedish Pirate Party
    • Cartoons

      • Geek & Poke
      • Order of the Stick
      • User Friendly
    • Gaming

      • Neverwinter Nights
    • online media

      • Knowledge for the Digital Economy
      • Mike on Ads
    • Personal

      • Atelier de Camisa
      • Banksy
      • Designarte
      • My Amazon Wishlist
      • SkyServers.Org
    • Science

      • Hermetic Research
      • New Scientist
      • Rex Research
      • ScienceBox
      • Wired
    • Security

      • GPG4Win
      • GPGol
      • GPGShell
      • Mod Security
      • Offline Windows NT(2k,XP) Password Recovery
    • Web Design

      • PageStrength
      • SiteScore
      • UrlTrends
    • Akismet

      48,133 spam comments
      blocked by
      Akismet
    • 28 day stats


      1,104
      Unique
      Visitors
      Powered By Google Analytics

    © 2003 - 2009 Paulo Cunha | SkyHorse.Org is proudly powered by WordPress | Theme based on Bob