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

IndexErrorが出るかも #43

Open
RyosukeDTomita opened this issue Aug 26, 2024 · 0 comments
Open

IndexErrorが出るかも #43

RyosukeDTomita opened this issue Aug 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@RyosukeDTomita
Copy link
Owner

syn_scan.run()

File "/usr/local/lib/python3.12/site-packages/my_portscanner/scan_tools/SynScan.py", line 41, in run
if response_packet[TCP].flags == "SA":
~~~~~~~~~~~~~~~^^^^^
File "/usr/local/lib/python3.12/site-packages/scapy/packet.py", line 1327, in getitem
raise IndexError("Layer [%s] not found" % name)
IndexError: Layer [TCP] not found
docker run ghcr.io/ryosukedtomita/my_portscanner:0.1.3 -sS -p0-65535 200 0.09s user 0.09s system 0% cpu 33:32.08 total

条件は不明

@RyosukeDTomita RyosukeDTomita added the bug Something isn't working label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant