diff --git a/extra/dbgtool/README.txt b/extra/dbgtool/README.txt index 03711f0a1..fa55859a1 100644 --- a/extra/dbgtool/README.txt +++ b/extra/dbgtool/README.txt @@ -18,7 +18,3 @@ To be able to execute it on Windows you have to rename it to end with '.com' or '.exe': > ren nc_exe nc.exe - - -Happy hacking! -Bernardo Damele A. G. diff --git a/extra/msfauxmod/README.txt b/extra/msfauxmod/README.txt index 38d3da97f..6ca799015 100644 --- a/extra/msfauxmod/README.txt +++ b/extra/msfauxmod/README.txt @@ -76,7 +76,3 @@ SQLMAP: [*] shutting down at: 16:23:21 SQLMAP: [*] Auxiliary module execution completed msf auxiliary(wmap_sqlmap) > - - -Happy hacking! -Bernardo Damele A. G. diff --git a/extra/runcmd/windows/README.txt b/extra/runcmd/windows/README.txt index e30bdaa8c..b75508d5a 100644 --- a/extra/runcmd/windows/README.txt +++ b/extra/runcmd/windows/README.txt @@ -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. \ No newline at end of file +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.