Giter Club home page Giter Club logo

Comments (6)

Mzack9999 avatar Mzack9999 commented on May 24, 2024 1

@hahwul This is definitely an issue related to the maximum interger size between x86 and x86_64 architecture as indeed they require a different memory allocation. We will address this shortly, thank you very much for reporting the issue!

from naabu.

hahwul avatar hahwul commented on May 24, 2024

First, i temporarily adjusted the value of the rand.Intn and installed it.
(Is int size different per OS bit in golang..?........)

130         // Construct all the network layers we need.
131         ip4 := layers.IPv4{
132                 SrcIP:    s.srcIP,
133                 DstIP:    s.host,
134                 Version:  4,
135                 TTL:      255,
136                 Protocol: layers.IPProtocolTCP,
137         }
138         tcpOption := layers.TCPOption{
139                 OptionType:   layers.TCPOptionKindMSS,
140                 OptionLength: 4,
141                 OptionData:   []byte{0x12, 0x34},
142         }
143         randSeq := 1000000000 + rand.Intn(89999)
144

from naabu.

Ice3man543 avatar Ice3man543 commented on May 24, 2024

Hi @hahwul, thanks for creating this issue. This seems like something we need to investigate. We'll check this out and let you know!

from naabu.

hahwul avatar hahwul commented on May 24, 2024

@Ice3man543
Thank you! If you need any information, please mention me :D

from naabu.

Ice3man543 avatar Ice3man543 commented on May 24, 2024

@hahwul this should be fixed in the latest release. Thanks for reporting this issue!

from naabu.

parthmalhotra avatar parthmalhotra commented on May 24, 2024

Latest version not working on 32 bit @Ice3man543

from naabu.

Related Issues (20)

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.