Skip to content
View juljeanpierre's full-sized avatar
:electron:
Updates coming soon...
:electron:
Updates coming soon...

Block or report juljeanpierre

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 Loading

  1. Footprint, An information-gathering ... Footprint, An information-gathering script that allows you to find available information about an URL, host name, IP address or domain, including country, state or province, city, name of the network provider, administrator, and technical-support contact information.
    1
    import requests
    2
    import sys
    3
    import socket
    4
    from ipwhois import IPWhois
    5
    from pprint import pprint
  2. QRCodeScanner QRCodeScanner Public

    A simple Android QR Scanning App. That allows for the scanning of QR codes.

    Java

  3. Cipher_Challenge Cipher_Challenge Public

    Solve the quest by locating 2 keys.

    HTML

  4. geopest geopest Public

    HTML

  5. Extracting sbls from Spamhaus Extracting sbls from Spamhaus
    1
    import os
    2
    import urllib.request
    3
    import re
    4
    from bs4 import BeautifulSoup
    5
    
                  
  6. AWS_Inspector_Finding_Delivery_S3 AWS_Inspector_Finding_Delivery_S3 Public

    This article helps you Push Inspector findings automatically to an S3 bucket after a vulnerability assessment scan has completed.

    Python 6 1