Skip to content
View woswos's full-sized avatar
🐢
🐢

Organizations

@mujin @inancmechatronicsclub @jupyterlab @A5-015 @march-for-science-nyc @reimaginefarm
Block or Report

Block or report woswos

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

  1. CAPTCHA-Monitor CAPTCHA-Monitor Public

    Check if websites return CAPTCHAs or block Tor using real web browsers!

    Python 4 2

  2. A5-015/ramen A5-015/ramen Public

    Raft Consensus Algorithm Coupled With an IEEE 802.11 Based Mesh Network for Embedded Systems

    C++ 8

  3. A5-015/flyway A5-015/flyway Public

    A crowdedness forecasting application for NYUAD students, showcasing time-series forecasting using a recurrent neural network and modular model design

    Jupyter Notebook 2

  4. This script creates a proxy server b... This script creates a proxy server between the Tor Browser and Tor to capture requests/responses, using the seleniumwire library. You can access and modify the HTTP headers that are being sent/received, including the onion services. Note: You need to have Tor installed and running on the localhost while running this script.
    1
    import os
    2
    from seleniumwire import webdriver
    3
    from selenium.webdriver.firefox.firefox_profile import FirefoxProfile
    4
    from selenium.webdriver.firefox.firefox_binary import FirefoxBinary
    5