Minor adjustments to README files

This commit is contained in:
Bernardo Damele 2010-02-21 19:12:41 +00:00
parent e05785fef6
commit ccec743ba1
3 changed files with 4 additions and 9 deletions

View File

@ -18,7 +18,3 @@ To be able to execute it on Windows you have to rename it to end with
'.com' or '.exe': '.com' or '.exe':
> ren nc_exe nc.exe > ren nc_exe nc.exe
Happy hacking!
Bernardo Damele A. G. <bernardo.damele@gmail.com>

View File

@ -76,7 +76,3 @@ SQLMAP: [*] shutting down at: 16:23:21
SQLMAP: SQLMAP:
[*] Auxiliary module execution completed [*] Auxiliary module execution completed
msf auxiliary(wmap_sqlmap) > msf auxiliary(wmap_sqlmap) >
Happy hacking!
Bernardo Damele A. G. <bernardo.damele@gmail.com>

View File

@ -1 +1,4 @@
Compile only the Release version because the Runtime library option (Project Properties -> Configuration Properties -> C/C++ -> Code Generation) is set to "Multi-threaded (/MT)", which statically links everything into executable and doesn't compile Debug version at all. Compile only the Release version because the Runtime library option
(Project Properties -> Configuration Properties -> C/C++ -> Code
Generation) is set to "Multi-threaded (/MT)", which statically links
everything into executable and doesn't compile Debug version at all.