NmapBrutes
                                
                                 NmapBrutes copied to clipboard
                                
                                    NmapBrutes copied to clipboard
                            
                            
                            
                        一路回车按默认选项会有bug
if service in to_scan or to_scan == 'all':
这行如何按默认选项, to_scan 的值 为['all'],因为

建议改为:
        if service in to_scan or to_scan == ['all']: