Christopher e244fd35fc feat: Add ARP interface finder script and README (#33)
*  feat: Add ARP interface finder script and README

This commit adds a new script, `run.sh`, that finds all usable network
interfaces for `arp-scan` and exports them to a configuration file. The
script detects interfaces that are "UP" (usable for scanning), skips
virtual container interfaces (veth), and handles special cases like
`eth0@if46` that might be in different network namespaces.

Additionally, a README file is added to provide instructions on how to
run the command.

*  feat(arp-iface-finder): Use bash shebang for portability

Modify the shebang line in the `run.sh` script to use `#!/usr/bin/env bash`
instead of `#!/bin/bash`. This ensures the script will run on systems
where the bash binary is not located at `/bin/bash`, improving
portability.
2025-02-20 15:18:52 -06:00
2023-10-04 21:27:05 -05:00
2023-08-14 21:39:57 -05:00
2023-09-21 08:17:53 -05:00
2023-10-27 11:00:31 -05:00

BigBearScripts

YouTube Link: https://www.youtube.com/@bigbeartechworld

BigBearCommunity

If you have a suggestion for a video, post in the BigBearCommunity.

Support My Work

ko-fi

Description
No description provided
Readme MIT 1 MiB
Languages
Shell 99.2%
JavaScript 0.8%