Giter Site home page Giter Site logo

reddyyz / astsu Goto Github PK

View Code? Open in Web Editor NEW
122.0 122.0 20.0 1.1 MB

A network scanner tool, developed in Python 3 using scapy.

License: MIT License

Python 100.00%
icmp-packet network-discovery network-scanner network-tools packet port-scanner scapy syn-scan tcp-scanner tool udp-scanning

astsu's Issues

ERROR

I HAVE THIS ERROR
image

weird behaviour

Hello,
installed following the indications and the result is:

/usr/bin/astsu:63: SyntaxWarning: "is" with a literal. Did you mean "=="?
if protocol is "TCP":
/usr/bin/astsu:79: SyntaxWarning: "is" with a literal. Did you mean "=="?
elif protocol is "UDP":
/usr/bin/astsu:144: SyntaxWarning: "is" with a literal. Did you mean "=="?
if protocol is "TCP":
/usr/bin/astsu:146: SyntaxWarning: "is" with a literal. Did you mean "=="?
elif protocol is "UDP":
/usr/bin/astsu:187: SyntaxWarning: "is" with a literal. Did you mean "=="?
if protocol is "TCP" and stealth:
/usr/bin/astsu:189: SyntaxWarning: "is" with a literal. Did you mean "=="?
elif protocol is "TCP" and not stealth:
/usr/bin/astsu:191: SyntaxWarning: "is" with a literal. Did you mean "=="?
elif protocol is "UDP":
Traceback (most recent call last):
File "/usr/bin/astsu", line 5, in
from scapy.all import *
File "/usr/lib/python3/dist-packages/scapy/all.py", line 18, in
from scapy.arch import *
File "/usr/lib/python3/dist-packages/scapy/arch/init.py", line 56, in
from scapy.arch.linux import * # noqa F403
File "/usr/lib/python3/dist-packages/scapy/arch/linux.py", line 29, in
from scapy.packet import Packet, Padding
File "/usr/lib/python3/dist-packages/scapy/packet.py", line 29, in
from scapy.extlib import PYX
File "/usr/lib/python3/dist-packages/scapy/extlib.py", line 21, in
from matplotlib import get_backend as matplotlib_get_backend
File "/usr/lib/python3/dist-packages/matplotlib/init.py", line 207, in
_check_versions()
File "/usr/lib/python3/dist-packages/matplotlib/init.py", line 202, in _check_versions
if LooseVersion(module.version) < minver:
AttributeError: module 'numpy' has no attribute 'version'

OS: Kali2020.2
Any hint?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.