1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 03:19:02 +00:00

Convert some file encodings from ISO-8859-2 to UTF-8

https://secwiki.org/w/Nmap/Code_Standards
This commit is contained in:
dmiller
2014-02-12 19:49:43 +00:00
parent c9fe124e3d
commit 2896c21989
6 changed files with 7 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ result in a large number of accounts being locked out on the database server.
-- - oracle-brute.sid argument
-- Revised 07/25/2011 - v0.3 - added support for guessing default accounts
-- changed code to use ConnectionPool
-- Revised 03/13/2012 - v0.4 - revised by L<EFBFBD>szl<EFBFBD> T<EFBFBD>th
-- Revised 03/13/2012 - v0.4 - revised by László Tóth
-- added support for SYSDBA accounts
-- Revised 08/07/2012 - v0.5 - revised to suit the changes in brute
-- library [Aleksandar Nikolic]