Skip to content
View jeansouzak's full-sized avatar
🦈
🦈

Organizations

@gruposervices
Block or Report

Block or report jeansouzak

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. duf duf Public

    DUF (Download and Upload Files) - Fetch URL file, download and upload to a service with this package

    PHP 10 4

  2. brutal brutal Public

    A simple PHP Toolkit to parallel generate combinations, save and use the generated terms to brute force attack via the http protocol.

    PHP 4

  3. VirusTotal URL Scanner: Analyzing UR... VirusTotal URL Scanner: Analyzing URLs from a List and Generating a Suspicious URL Output File
    1
    import requests
    2
    import argparse
    3
    
                  
    4
    
                  
    5
    class URLAnalyzerInterface:
  4. Download latest FTP file (sync) usin... Download latest FTP file (sync) using Python example with nlst mlsd or mdtm support
    1
    ```python
    2
    import ftplib
    3
    import glob
    4
    import os
    5