Skip to content

Instantly share code, notes, and snippets.

View Cdaprod's full-sized avatar
🏠
Learn something new everyday!

David Cdaprod

🏠
Learn something new everyday!
View GitHub Profile
@Cdaprod
Cdaprod / Xss_Backend_Setup.md
Created July 22, 2023 17:22
Using Nodejs server.js to detect and record Xss payloads being fired

Setting up a backend server to record and log data from your XSS payloads requires creating a simple web application. This guide will show you how to set up a basic server using Node.js and Express, with data logging to a text file.

Step 1: Setting up the Environment

  1. Install Node.js.
  2. Initialize a new project by running:
    mkdir xss-backend
    cd xss-backend
    npm init -y
@Cdaprod
Cdaprod / Langchain-Github_Repo_Query.ipynb
Last active July 25, 2023 03:05
The only way to reference your github repository 😏
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/usr/bin/env python
# coding: utf-8
# In[ ]:
import os
import requests
import fnmatch
import argparse
@Cdaprod
Cdaprod / Crawl-Web-QA.ipynb
Last active July 25, 2023 19:20
web-qa.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Cdaprod
Cdaprod / shodan_query_notebook.ipynb
Created August 1, 2023 01:46
Shodan Query Notebook and Visualization
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Cdaprod
Cdaprod / shodan_query_notebook.ipynb
Created August 1, 2023 01:49
Shodan Query Notebook and Visualization
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Cdaprod
Cdaprod / shodan_query_notebook.ipynb
Created August 1, 2023 01:51
Shodan Query Notebook and Visualization
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Cdaprod
Cdaprod / shodan_query_notebook.ipynb
Created August 1, 2023 01:51
Shodan Query Notebook and Visualization
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Cdaprod
Cdaprod / Search my gists.md
Created August 1, 2023 04:02 — forked from santisbon/Search my gists.md
How to #search gists

Enter this in the search box along with your search terms:

Get all gists from the user santisbon.
user:santisbon

Find all gists with a .yml extension.
extension:yml

Find all gists with HTML files.
language:html

@Cdaprod
Cdaprod / recon_data_to_aws_dynamodb.ipynb
Last active August 1, 2023 17:57
This Jupyter Notebook provides an interactive tutorial on how to ingest reconnaissance data into AWS DynamoDB. Tailored for cybersecurity enthusiasts, researchers, and professionals, it offers a systematic guide to seamlessly parse recon tool outputs and store them efficiently on AWS. Whether you're new to data storage on the cloud or a seasoned…
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.