Skip to main content

Posts

Showing posts from May, 2014

Admin Find

---------------------------------------------- ---------------------------------------------- /private.php /robots.txt /photoalbum/upload/ /_vti_pvt/ :5800/ /phpMyAdmin/ /config.html/ /_private/ admin1.php admin1.html admin2.php admin2.html yonetim.php yonetim.html yonetici.php yonetici.html adm/ admin/ admin/account.php admin/account.html admin/index.php admin/index.html admin/login.php admin/login.html admin/home.php admin/controlpanel.html admin/controlpanel.php admin.php admin.html admin/cp.php admin/cp.html cp.php cp.html administrator/ administrator/index.html administrator/index.php administrator/login.html administrator/login.php administrator/account.html administrator/account.php administrator.php administrator.html login.php login.html modelsearch/login.php moderator.php moderator.html moderator/login.php moderator/login.html moderator/admin.php moderator/admin.html moderator/ account.php account.html controlpanel/ controlpanel.php controlpanel.html admincontrol.php adminco...

SQL Dorks

-------------------------------------------------------------------------------- Admin 22-05-2014, 08:20 PM cat.asp?-cat= productlist.asp?catalogid= Category.asp?category_id= Category.cfm?category_id= category.asp?cid= category.cfm?cid= category.asp?cat= category.cfm?cat= category.asp?id= index.cfm?pageid= category.asp?catid= Category.asp?c= Category.cfm?c= productlist.cfm?catalogid= productlist.asp?catalogid= viewitem.asp?catalogid= viewitem.cfm?catalogid= catalog.cfm?catalogId= catalog.asp?catalogId= department.cfm?dept= department.asp?dept= itemdetails.cfm?catalogId= itemdetails.asp?catalogId= product_detail.asp?catalogid= product_detail.cfm?catalogid= product_list.asp?catalogid= product_list.cfm?catalogid= ShowProduct.cfm?CatID= ShowProduct.asp?CatID= search_results.cfm?txtsearchParamCat= search_results.asp?txtsearchParamCat= itemdetails.cfm?catalogId= itemdetails.asp?catalogId= store-page.cfm?go= store-page.asp?go= Detail.cfm?CatalogID= Detail.asp?CatalogID= browse.cfm?category_i...

Top 5 interview questions and how to answer them

I n a job interview, almost every employer will ask you questions like 'Why did you quit your last job?' 'What is your greatest weakness?' Such seemingly simple questions are often the game changers in an interview. So how do you ace them? Q uestion 1: Tell me something about yourself      Don't read out from the CV. Highlight only what's relevant.      Don't elaborate on a single point/area unless you are asked to do so. For example, when you are talking about your family, the employer definitely doesn't need to know where your great grandfather worked unless he did something commendable like winning the Nobel, fighting the World War... and that has inspired you in some way.     Keep it brief and to the point. Talk about your family, education, professional experience, special skills and your career objective.       Practice in advance and compile the info...

Super Key | Candidate Key | Primary Key | Composite Key

Super Key : A Super Key is a set of one or more attributes that can identify all other attributes uniquely within a relation. Super key stands for superset of Candidate key. Candidate key : Candidate keys are defined as the set of fields from which primary key can be selected. It is an attribute or set of attribute that can act as a primary key for a table to uniquely identify each record in that table.     Primary key : Primary key is a candidate key that is most appropriate to become main key of the table. It is a key that uniquely identify each record in a table.   Primary Key Composite Key :  Composite key that consist of two or more attributes that uniquely identify an entity occurance is called  Composite key . Composite key   Example: Consider a Relation or Table R1. Let A,B,C,D,E are the attributes of this relation. R(A,B,C,D,E) A→BCDE This means the attribute 'A' uniquely determines the other attributes B,C,D,E. BC...