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

struct.error: unpack_from requires a buffer of at least 3 bytes #6

Open
yousefElo opened this issue Aug 27, 2019 · 5 comments
Open

Comments

@yousefElo
Copy link

Hi Everyone ;

When I try running GTscan in LAB environment I get below error :

Traceback (most recent call last):
File "GTScan.py", line 355, in
tcap_recv = unpack_from('!BBB', tcap_reply, offset=66)
struct.error: unpack_from requires a buffer of at least 3 bytes

in pcap traces I see that SCTP is well established, but M3UA was not. I see that the client send a user initiated abort

@SigPloiter
Copy link
Owner

SigPloiter commented Sep 1, 2019 via email

@yousefElo yousefElo reopened this Sep 2, 2019
@yousefElo
Copy link
Author

127.0.0.2 is GTscan IP address, and 127.0.0.1 is my ss7 server both located in the same machine :

image

here are full pcap traces :
test_gtscan.zip

@SigPloiter
Copy link
Owner

SigPloiter commented Sep 4, 2019 via email

@SigPloiter
Copy link
Owner

can you tell me what m3ua server are you using so i can replay the issue

@yousefElo
Copy link
Author

I am using jss7, attached is java code :
Server.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants