Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace link that should be pointing directly to the project's page #7

Merged
merged 1 commit into from
Nov 22, 2015
Merged

Conversation

asjadsyed
Copy link
Contributor

the link http://www.nta-monitor.com/tools-resources/security-tools/arp-scan seems to be outdated; it takes you to a listing of their tools rather than the arp-scan tool page itself.

i found all matches and replaced them with what i think the link should be pointing at: http://www.nta-monitor.com/tools-resources/security-tools/arp-scan/

~/Git/arp-scan $ grep -rn http://www.nta-monitor.com/tools/arp-scan/ .
./arp-scan.c:490: printf("Starting %s with %u hosts (http://www.nta-monitor.com/tools/arp-scan/)\n",
./arp-scan.c:1198: fprintf(stdout, "See the arp-scan homepage at http://www.nta-monitor.com/tools/arp-scan/\n");
./arp-scan.1:640:Starting arp-scan 1.4 with 256 hosts (http://www.nta-monitor.com/tools/arp-scan/)
./arp-scan.1:677:Starting arp-scan 1.4 with 8 hosts (http://www.nta-monitor.com/tools/arp-scan/)
./arp-scan.1:701:.I http://www.nta-monitor.com/tools/arp-scan/

…p-scan seems to be outdated; it takes you to a listing of their tools rather than the arp-scan tool page itself.

i found all matches and replaced them with what i think the link should be pointing at: http://www.nta-monitor.com/tools-resources/security-tools/arp-scan/

~/Git/arp-scan $ grep -rn http://www.nta-monitor.com/tools/arp-scan/ .
./arp-scan.c:490:      printf("Starting %s with %u hosts (http://www.nta-monitor.com/tools/arp-scan/)\n",
./arp-scan.c:1198:   fprintf(stdout, "See the arp-scan homepage at http://www.nta-monitor.com/tools/arp-scan/\n");
./arp-scan.1:640:Starting arp-scan 1.4 with 256 hosts (http://www.nta-monitor.com/tools/arp-scan/)
./arp-scan.1:677:Starting arp-scan 1.4 with 8 hosts (http://www.nta-monitor.com/tools/arp-scan/)
./arp-scan.1:701:.I http://www.nta-monitor.com/tools/arp-scan/
royhills added a commit that referenced this pull request Nov 22, 2015
replace link that should be pointing directly to the project's page
@royhills royhills merged commit 69b2f70 into royhills:master Nov 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants