Skip to content
View Fatimas1997's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Fatimas1997

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. PentestFileUploadWizard PentestFileUploadWizard Public

    Python script that generates commands to use for file transfer in a Pentest or CTF activity

    Python 1

  2. How to intercept HTTP traffic from a... How to intercept HTTP traffic from a Flutter application with Burp (Android and iOS)
    1
    # Intercepting traffic on Android and iOS Flutter applications
    2
    
                  
    3
    I recently stumbled upon an application developed with Flutter, and since it was my first time seeing it, I surprisingly couldn't intercept its requests. After some digging on google, I created this tutorial with the steps that personally worked for me and I wanted to share them in hope to help someone else. 
    4
    Note that the applications that I tested didn't have certificate pinning implemented. I'll update this file once I get to test an application that has it (if I'll be able to bypass it  😃 ).  
    5
    To simplify the explanation I refer to the machine that hosts Burp as Kali, but you can use whatever linux machine you want.