MakerGram Logo

    MakerGram

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups

    [Solved] Help needed to setup burpsuits!

    General Discussion
    3
    10
    191
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Nandu
      Nandu last edited by salmanfaris

      While configuring burpsuite with my web browser i am stuck at a point.Can anyone help me out?

      1 Reply Last reply Reply Quote 0
      • salmanfaris
        salmanfaris last edited by salmanfaris

        @Nandu Can you please elaborate your query? like where you stoked at? If you have any error please share that also, that's may help to find the solutions!

        Nandu 1 Reply Last reply Reply Quote 0
        • Nandu
          Nandu @salmanfaris last edited by

          @salmanfaris while we are configuring an ip address to your web browser like 127.0.0.1 with port 8080 web browsers like firefox mayn't allow us to continue to stream,they will show an error.At that time we should import some extra certificates to browser security settings .Here we need to import portswigger certificate.I have uploaded it ,but then also browser isnt reading that certificate.Hence in burpsuite i cant intercept any site addresses.

          H 1 Reply Last reply Reply Quote 1
          • H
            husinul @Nandu last edited by

            @Nandu Bro i want to know, where you import the cerificate, in firefox after setting up manual proxy in network settings go to http://burp and download ca cerficate, To install cerficate go to privacy&security tab in firefox option, and select view certificate option, while in authorities tab you may find old certificate, delete that one and import the newy downloaded and check mark all the conditions, if you do this, you can easily intercept pages, if it is not worked just close and restart the burpsuite again.

            Nandu 1 Reply Last reply Reply Quote 1
            • Nandu
              Nandu @husinul last edited by

              @husinul in my browser http://burp isn't working that's why i have exported certificate from the burpuite software itself.There is an option for exporting certificate in der format.

              H 1 Reply Last reply Reply Quote 0
              • H
                husinul @Nandu last edited by

                @Nandu yes i got this, in that way also you can import the certificate.

                Nandu 1 Reply Last reply Reply Quote 0
                • Nandu
                  Nandu @husinul last edited by

                  @husinul but after adding also web browser isn't responding.
                  one doubt:In your browser is http://burp working.

                  1 Reply Last reply Reply Quote 0
                  • H
                    husinul last edited by

                    Did you remove old certificate, mine is working.

                    Nandu 1 Reply Last reply Reply Quote 0
                    • Nandu
                      Nandu @husinul last edited by

                      @husinul yes.

                      1 Reply Last reply Reply Quote 0
                      • Nandu
                        Nandu last edited by

                        Problem no longer exists.Thankyou

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        Recent Posts

                        • Hi team,

                          Any one have experience in Altium schematic designing.
                          I am facing some issue in Hierarchy->harness in Schematic.
                          The offpage number for harness is not showing, and while generation the smart PDF if we click the harness port /green box the page want to go there automatically, but that also not working.

                          • read more
                        • D

                          @salmanfaris thank you so much man, I'll try this and update you shortly. Thank you once again.

                          Best,
                          Dipu

                          • read more
                        • Hi @dipu_varghese ,

                          Here is the sample input from the binary edge impulse inference,

                          Predictions (DSP: 16 ms., Classification: 1 ms., Anomaly: 2 ms.): idle: 0.91016 snake: 0.08203 updown: 0.00391 wave: 0.00391 anomaly score: -0.067”

                          And from here for example we can try to get the updown values only by attaching the device to another controller and read the Serial string directly.

                          void setup() { // Start serial communication at 9600 baud Serial.begin(9600); } void loop() { // Wait until there is data available on the serial port while (!Serial.available()) { // Do nothing } // Read the input string from the serial port String inputString = Serial.readStringUntil('\n'); // Find the position of the "updown" value in the input string int updownPos = inputString.indexOf("updown:"); // If the "updown" value was found in the input string if (updownPos >= 0) { // Extract the "updown" value from the input string String updownString = inputString.substring(updownPos + 8, inputString.indexOf('\n', updownPos)); // Convert the "updown" value to a float float updownValue = updownString.toFloat(); // Output the "updown" value Serial.println(updownValue); } }

                          The sketch should then output the "updown" value, which is 0.08203.

                          Hope this will be helpful, let me know if you need more clarification.

                          • read more
                        • D

                          @salmanfaris any updates?

                          Best,
                          Dipu

                          • read more
                        • D

                          @salmanfaris Hope you're doing well, did you get sometime to work on this?

                          Best,
                          Dipu

                          • read more
                        By MakerGram | A XiStart Initiative | Built with ♥ NodeBB
                        Copyright © 2023 MakerGram, All rights reserved.
                        Privacy Policy | Terms & Conditions | Disclaimer | Code of Conduct