View Issue Details

IDProjectCategoryView StatusLast Update
0000081apt-panopticonFeaturepublic2019-12-28 21:21
Reporteronefang Assigned Toonefang  
PrioritynoneSeverityfeatureReproducibilityN/A
Status closedResolutionno change required 
Fixed in Version0.1 
Summary0000081: Add a simple open connection test. Maybe.
Description
nc -z -w 5 <IP> 80

Thanks to Beerbelott for the suggestion, that's what his checker script does.
TagsNo tags attached.

Relationships

child of 0000046 acknowledgedonefang Make even more generic and package as a standalone MirrorChecker package. 

Activities

onefang

onefang

2019-11-04 10:56

administrator   ~0000220


$ nc -z -w 10 sledjhamr.org 80; echo $?                                                                                                               
0
$ nc -z -w 5 212.227.11.169 80; echo $?                                                                                                               
1
onefang

onefang

2019-12-17 12:29

administrator   ~0000242

The problem here with 212.227.11.169 is that most of the time it responds to nc, but times out on actual web stuff.
onefang

onefang

2019-12-28 21:21

administrator   ~0000256

I think --low does the job.

Issue History

Date Modified Username Field Change
2019-07-17 22:06 onefang New Issue
2019-07-17 22:06 onefang Status new => assigned
2019-07-17 22:06 onefang Assigned To => onefang
2019-09-10 05:56 onefang Relationship added child of 0000046
2019-11-04 10:56 onefang Note Added: 0000220
2019-12-17 12:29 onefang Note Added: 0000242
2019-12-28 21:21 onefang Status assigned => closed
2019-12-28 21:21 onefang Resolution open => no change required
2019-12-28 21:21 onefang Fixed in Version => 0.1
2019-12-28 21:21 onefang Note Added: 0000256