Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miohtama/mfabrik.scanner
Easy network scanning for Python
https://github.com/miohtama/mfabrik.scanner
Last synced: 11 days ago
JSON representation
Easy network scanning for Python
- Host: GitHub
- URL: https://github.com/miohtama/mfabrik.scanner
- Owner: miohtama
- Created: 2010-07-30T14:16:11.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-07-30T17:13:28.000Z (over 14 years ago)
- Last Synced: 2024-11-11T12:45:36.209Z (2 months ago)
- Language: Python
- Homepage:
- Size: 113 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Introduction
============mfabrik.scanner is a Python application for easy network scanning.
The application itself is simple, but the dependency and download process is complex.
The application is distirbuted as `buildout `_ file which will
download, configure, compile and install necessary dependencies* libpcap
* libdnet
* Python libpcap wrapper
* Python libdnet wrapper
* `scapy `_
* mfabrik.scanner
Buildout will take care of it that you can actually use pcap and dnet Python modules -
they are not distributed or packaged in modern manner and made easily available on PyPi.
This is were `hexagonit.recipe.cmmi - compile, make. make install buildout recipe `_
will save you. We do pretty nasty things like running Python code in pre-configure-hooks
to set-up buildout properly.Because the procedure heavily depends on freely available development tools,
like C compiler, Windows users may or may not find this useful.Installation
============Checkout the source from Github using Git.
Example::
git
python bootstrap.by
bin/buildout
Usage
=====Example::
bin/scanner
Kudos
-----*
Author
------`mFabrik Research Oy `_ - Python and Plone professionals for hire.
* `mFabrik web site `_
* `mFabrik mobile site `_
* `Blog `_