Skip to main content

Featured Post

Kali Linux Terminal Customization Tutorial

Today I'll show you guys how to change kali linux terminal header text.

How to upload shell on wordrpess websites


You will need:

1) Admin access to Wordress panel
2) Any php shell
3) Brain

First you need to go to:

Appearance -> Editor

Choose any themes you wanna.

For example i selected "Twenty Twelve"
Now select one file from right site (It must be .PHP file)

When select you can edit it now.
Take your shell source and paste it there.
Now just save it. (If you got an error try other file,or simply you can't edit plugins)

THEMENAME I SELECTED = twentytwelve
FILE I SELECTED = footer.php

You just need to access it now.
By default template in wordpress are located in:

Code:
www.site.com/wp-content/themes/THEMENAME/FILE.php

So our final link would be

Code:
www.website.com/wp-content/themes/twentytwelve/footer.php

DONE !


Happy Hacking :D

Comments

Popular posts from this blog

7,000 Dorks for Sql Injection

7,000 Dorks for hacking into various sites               about.php?cartID=         accinfo.php?cartId=         acclogin.php?cartID=         add.php?bookid=         add_cart.php?num=         addcart.php?         addItem.php         add-to-cart.php?ID=         addToCart.php?idProduct=         addtomylist.php?ProdId=         adminEditProductFields.php?intProdID=         advSearch_h.php?idCategory=         affiliate.php?ID=         affiliate-agreement.cfm?storeid=  ...

[Bank Transfer Tutorial] Prepaid Card Cashout

1. You will goto card.com and get a prepaid card with checking acc using the bank logs info to sign up with, only change the billing address to your drop address. It will take 3-5 days for you to receive and activate the card but you can deposit after registration is successfull. And as far as you havent caused any changes on the account, the owner will not be notified. 2. Go to venmo and register an account with the prepaid account details. Verify the venmo acc with the ssn and dob. 3. After a day, add the prepaid account to your venmo acc and verify it. Add the bank log details to the venmo acc and verify it. Two days gone. 4. On the third day, load less than $11,000 in your venmo balance. 5. On the next day, cashout less than $10000 into your prepaid account. the money is yours. 6. The mail containing the card would have reached your drop. Activate it online and cashout immediately. Warning. 1. Prepaid cards take only $10,000 and less. If more than $1000...

How to use google dorks (Google dork using)

Hello guys , today i will show you that, how to use google dork for hacking, Its very basic and most important thing for hacking ;) . So, Let's start - You can use google dorks to find SQL injection vulnerabilities. Here is an example of google dork: Code: inurl:index.php?id= +.com This one will search for "index.php?id" in the URL in .com domains Here is list with SQLi dorks: Code: http://pastebin.com/wUyRb0k8 You can add + (domainhere) Here are some examples: Code: inurl: index.php?id= +.com inurl: index.php?id= +.net inurl: index.php?id= +.org inurl: index.php?id= +.cc inurl: index.php?id= +.ws inurl: index.php?id= +.edu inurl: index.php?id= +.gov Also you could search for keywords by that way: Code: inurl:index.php?id= intext"keyword" just type intext"keyword" and change keyword with something for example credit card. I think this is enough for basics of google dorks, since I don't want 1000000000000 defanced websites after publishing this....