OpenCart 2 Search Engine Friendly URLs
Search engine friendly (SEF), human-readable or clean URLs are URLs that make sense to both humans and search engines because they explain the path to the particular page they point to. Using SEF URLs you can convert the standard URLs such as: …
How To Set Up FileZilla FTPS Server Behind NAT in Passive Mode
How To Set Up FileZilla FTPS Server Behind NAT in Passive Mode This guide assumes you have a static public IP, NAT router, Windows, and FileZilla Server installed. Log on to the FileZilla Server Interface. Open Settings from the Edit menu. Press Passive…
SQL datetimeconversion
more Execute the following T-SQL scripts in Microsoft SQL Server Management Studio (SSMS) Query Editor to demonstrate T-SQL CONVERT and CAST functions in transforming string SQL date formats, string time & string datetime data to datetime data type.…
NET Framework Data Provider for SQL Server connection strings
more Standard Security Server=myServerAddress;Database=myDataBase;User Id=myUsername; Password=myPassword; SQL Server 2000 SQL Server 2005 SQL Server 2008 SQL Server 2012 SQL Server 7.0 Trusted Connection…
Brute Forcing (무작위 대입공격)은 정말 구닥다리가 되었나?
<Caution> : 본 포스팅은 연구 목적으로 작성되었으며, 허가 받지 않은 대상에 대한 공격 테스트를 절대 금합니다. 악의적인 목적으로 이용할 시 발생하는 모든 법적 책임은 자신에게 있습니다. 이는 해당 글을 열람할 때 동의하였다는 것을 의미합니다. 얼마전 iCloud 해킹으로 인해 헐리우드 스타들의 누드 사진이 노출되는 소동이 있었다. 사실 이것을 애플이 “해킹 당한것”으로 봐야할지 말아야할지는 의견이 분분한 것…