随笔分类 -  PHP

摘要:'."\n"); fclose($Lm_File); function Encode($Str, $Key_Num, &$Key) { do{ $Key = RandString($Key_Num); }while(strpos($Str, $Key) !== false); return InsertString($Str,$Key,$Key_Num); } function RandString($Num) { $Str = 'abcdefghijklmnopq... 阅读全文
posted @ 2014-01-04 11:03 c0re 阅读(342) 评论(0) 推荐(0)
摘要:xx.html邮件欺骗社工必备-邮件欺骗要伪造的邮件: 发送到: 主题: 内容: email_spoof_script.php您的邮件已发送成功. 这是您的电子邮件: From: $fromTo: $emailSubject: $subjectMessage: $message"; ?> 阅读全文
posted @ 2013-12-31 13:33 c0re 阅读(1374) 评论(0) 推荐(0)