Yuvalxp8

Send Info To MySQL From RegisterPage

Apr 4th, 2017
8,503
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 1.33 KB | None | 0 0
  1. <%@ page import="java.io.*,java.util.*,java.sql.*"%>
  2. <%@ page import="javax.servlet.http.*,javax.servlet.*" %>
  3. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
  4. <%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql"%>
  5. <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
  6.     pageEncoding="ISO-8859-1"%>
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  8. <html>
  9. <head>
  10. <link rel="stylesheet" type="text/css" href="cssForTopBar.css">
  11.  
  12. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  13. <title>Insert title here</title>
  14. </head>
  15. <body>
  16. <sql:setDataSource var="snapshot" driver="com.mysql.jdbc.Driver"
  17.              url="jdbc:mysql://localhost/usersinfo"
  18.              user="root"  password="Slnm1855"/>
  19.  
  20.     <sql:query dataSource="${snapshot}" var="result">
  21.         SELECT * FROM members;
  22.     </sql:query>
  23.     <sql:update dataSource="${snapshot}" var="insert">
  24.     INSERT INTO members (F_name, L_name, email, username, password) VALUES ('<%= request.getParameter("fname") %>', '<%= request.getParameter("lname") %>', '<%= request.getParameter("email") %>', '<%= request.getParameter("uname") %>', '<%= request.getParameter("pass") %>');
  25. </sql:update>
  26.  
  27. <%
  28.         response.sendRedirect("SQLHomePageLogin.jsp");
  29. %>
  30. </body>
  31. </html>
Advertisement
Comments
  • Beklimor
    66 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • Saxjukor
    60 days
    # CSS 0.06 KB | 0 0
    1. We just shared HQ data on our channel: https://t.me/theprotocolone
Add Comment
Please, Sign In to add comment