Browse Source

Documentation for port scanning

Bob Mottram 7 years ago
parent
commit
22a64f389c
2 changed files with 330 additions and 272 deletions
  1. 3
    0
      doc/EN/faq.org
  2. 327
    272
      website/EN/faq.html

+ 3
- 0
doc/EN/faq.org View File

@@ -25,6 +25,7 @@
25 25
 | [[How is Tor integrated with Freedombone?]]                                                   |
26 26
 | [[Can I add a clearnet domain to an onion build?]]                                            |
27 27
 | [[Why use Github?]]                                                                           |
28
+| [[After using nmap or other scanning tool I can no longer log in]]                            |
28 29
 | [[Should I upload my GPG keys to keybase.io?]]                                                |
29 30
 | [[Keys and emails should not be stored on servers. Why do you do that?]]                      |
30 31
 | [[Why can't I access my .onion site with a Tor browser?]]                                     |
@@ -113,6 +114,8 @@ At present Github is useful just because of the sheer number of eyeballs and the
113 114
 The source code for this project is experimentally independently hosted, and it is expected that in future the main development will shift over to an independent site, maybe with mirrors on Github if it still exists in a viable form.
114 115
 
115 116
 Currently many of the repositories used for applications which are not yet packaged for Debian are on Github, and to provide some degree of resilliance against depending too much upon that copies of them also exist within disk images.
117
+* After using nmap or other scanning tool I can no longer log in
118
+This system tries to block port scanners. Any other system trying to scan for open ports will have their IP address added to a temporary block list for 24 hours.
116 119
 * Should I upload my GPG keys to keybase.io?
117 120
 It's not recommended unless there exists some compelling reason for you to be on there. That site asks users to upload the *private keys*, and even if the keys are client side encrypted with a passphrase there's always the chance that there will be a data leak in future and letter agencies will then have a full time opportunity to crack the passphrases.
118 121
 

+ 327
- 272
website/EN/faq.html
File diff suppressed because it is too large
View File