Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

NetworkScanner #610

Closed
2 tasks done
jayadityadev opened this issue Oct 1, 2023 · 1 comment · Fixed by #611
Closed
2 tasks done

NetworkScanner #610

jayadityadev opened this issue Oct 1, 2023 · 1 comment · Fixed by #611
Assignees
Labels
good first issue Good for newcomers

Comments

@jayadityadev
Copy link
Contributor

Script Description -

This Python script allows you to perform a ping sweep on a range of IP addresses within a specified subnet to identify live hosts. It supports both Windows and Unix-like systems for the ping command. It provides a very friendly CLI along with examples on how to use.

README.md

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed
  • add pytest/unittest if possible

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🤝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

@jayadityadev jayadityadev added the good first issue Good for newcomers label Oct 1, 2023
@github-actions
Copy link

github-actions bot commented Oct 1, 2023

👋 @jayadityadev
Thank you for raising an issue. We will will investigate into the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.

Please keep in mind these instructions.

  • Create an issue for making any changes to the code. When the issue is approved you can make changes.
  • Pull the latest change from an upstream branch before starting the changing of code.
  • Add your file to a properly named directory (lowercase)
  • Use Flake8 locally for linting Python Code. - pip install flake8
  • Add pytest/unit test if possible
  • Add README.md for your script instructions to run the script with the required dependencies.
  • Script should be in plugin format. (if possible, it will be great)

Please Read Once the CONTRIBUTING Guidelines
for further instructions.

@codeperfectplus codeperfectplus linked a pull request Oct 10, 2023 that will close this issue
6 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant