All Projects → parsiya → Parsia-Code

parsiya / Parsia-Code

Licence: MIT License
Contains random code and some of my older projects

Programming Languages

python
139335 projects - #7 most used programming language
go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Parsia-Code

SwiftyCodeView
Fully customizable UI Component for verification codes written in swift with RxSwift support!
Stars: ✭ 86 (+330%)
Mutual labels:  code
VerificationCode
简单的滑动验证码JS插件 图片验证码
Stars: ✭ 15 (-25%)
Mutual labels:  code
Domainker
BugBounty Tool
Stars: ✭ 40 (+100%)
Mutual labels:  code
Bijou.js
Bijou.js: Useful JavaScript snippets in one simple library
Stars: ✭ 30 (+50%)
Mutual labels:  code
go-captcha
Go Captcha is a behavioral captcha, which implements the generation of random verification text and the verification of click position information.
Stars: ✭ 86 (+330%)
Mutual labels:  code
windows-nt-vscode-theme
A Windows NT/2000 theme for VS Code 🎉
Stars: ✭ 63 (+215%)
Mutual labels:  code
security-code
A powerful security code input supports dynamic configuration of the number of input boxes.
Stars: ✭ 63 (+215%)
Mutual labels:  code
gsql
GSQL is a structured query language code builder for golang.
Stars: ✭ 106 (+430%)
Mutual labels:  code
opendev
OpenDev is a non-profit project that tries to collect as many resources (assets) of free use for the development of video games and applications.
Stars: ✭ 34 (+70%)
Mutual labels:  code
cpplint-extension
vscode cpplint extension
Stars: ✭ 17 (-15%)
Mutual labels:  code
parse-cloud-class
Extendable way to set up Parse Cloud classes behaviour
Stars: ✭ 40 (+100%)
Mutual labels:  code
micro-code-analyser
A tiny Node.js microservice to detect the language of a code snippet
Stars: ✭ 21 (+5%)
Mutual labels:  code
find-sec-bugs-demos
Repository to showcase various configuration recipes with various technologies
Stars: ✭ 33 (+65%)
Mutual labels:  code
pix-payload-generator.net
Gerar payload para qrcode estático PIX. (Sistema de pagamento instantâneo do Brasil) Sem a necessidade de conexão com um PSP.
Stars: ✭ 23 (+15%)
Mutual labels:  code
cosy
阿里云智能编码插件(Alibaba Cloud AI Coding Assistant)是一款AI编程助手,它提供代码智能补全和IDE内的代码示例搜索能力,帮助你更快更高效地写出高质量代码。
Stars: ✭ 211 (+955%)
Mutual labels:  code
Hacktoberfest-2021
An Open Source repository to Teach people How to contribute to open sources.
Stars: ✭ 98 (+390%)
Mutual labels:  code
open-gsa-redesign
A fresh start for open.gsa.gov.
Stars: ✭ 27 (+35%)
Mutual labels:  code
coding-untuk-semua
Coding untuk semua, kumpulan materi-materi untuk belajar coding/pemrograman.
Stars: ✭ 18 (-10%)
Mutual labels:  code
XS-Labs-Style-Guide
XS-Labs Coding Style Guide for C, C++, Objective-C and x86 Assembly
Stars: ✭ 20 (+0%)
Mutual labels:  code
code-examples
Short code snippets written by our open source community!
Stars: ✭ 60 (+200%)
Mutual labels:  code

Random Code

This repository contains most of the code that I write for my blog posts. I realized I have random repositories on Github. I am consolidating them into one.

Individual Licenses

Most code in this repository is governed under the MIT. Some code may have a different license, check each directory for a license file.

Security Code

Security code will be mostly in https://github.com/parsiya/Go-Security.

Code Index

This table will help but may not be current. Look inside each individual directory to see the code.

WinAppDbg Tutorials

Code for my set of WinAppDbg tutorials.

  1. Copy the winappdbg directory to your Virtual Machine.
  2. Install Python, WinAppDbg and other software using instructions in part 1.
  3. Follow the tutorials and enjoy.
  4. If code is wrong, make an issue here or yell at me on Twitter/email/etc.

Proof of Concepts

Code WSL Remote RCE - CVE-2021-43907

See the blog at https://parsiya.net/blog/2021-12-20-rce-in-visual-studio-codes-remote-wsl-for-fun-and-negative-profit.

Also exists in https://github.com/parsiya/code-wsl-rce.

Semgrep

Semgrep Autofix

Practice rules and code for the blog A Hands-On Intro to Semgrep's Autofix.

Go

Go is dope, also see https://github.com/parsiya/Go-Security.

Cryptopals

Doing the Cryptopals challenges with lol no generics.

Gophercises

Gophercises by Jon Calhoun.

Blackfriday and gographviz

Code for blog post Blackfriday's Parser and Generating graphs with gographviz.

Byte Wrangling and Windows Filetime

Code for blog post Windows Filetime Timestamps and Byte Wrangling with Go.

filePath.Ext notes

Code for blog post filepath.Ext Notes.

SANS Holiday Hack Challenge 2018

See the write-up at:

Files:

  • decrypt.go: Decrypts the password vault.
  • cleaned-malware.ps1: Cleaned version of the PowerShell malware.

Python

Hipchat Proxy

Small proxy that I wrote for proxying Hipchat.

Malware Adventure

Small text adventure written in Python using PAWS (Python Adventure Writing System). Created as part of the class activity for "Advanced Topics in Computer Security" in 2013 at Johns Hopkins.

PAWS 2.1 is a fork by Matthias C. Hormann at https://github.com/Moonbase59/PAWS. PAWS was originally created by Roger Plowman.

Customizing SimpleHTTPServer

Code for the blog post Customizing Python's SimpleHTTPServer.

pcap2csv

A few python scripts to extract information from pcap files to csv.

.NET Remoting

Code and example program used in:

Burp

Mostly Burp extension code.

Cryptography in Python Burp Extensions

Code and example program used in:

Hiding OPTIONS in Burp

Code used in:

Swing in Python Burp Extensions

Using Mozilla Rhino to Run JavaScript in Java

Code used in:

Java SQLite Test

Sample code to learn how to interact with a SQLite database in Java with org.xerial.sqlite-jdbc.

Cryptography

Cryptopals in C

Doing the first few cryptopals challenges in C (why?!).

Decrypting an Application's Encrypted Log

This code decrypts an application's logs. It uses the Mersenne Twister Engine with a specific seed to create a key stream. See the blog post at:

Endpoint Discovery using Windows DNS Cache

A couple of PowerShell scripts that use the Windows DNS cache to discover application endpoints.

Octopress Image Popup Plugin Forked

This is a fork of the Octopress Image Popup Plugin at https://github.com/ctdk/octopress-image-popup by Jeremy Bingham. The original instructions did not work for me out of the box so I made some minor changes. Because it has a different license, I am keeping it in a separate repository.

Calculator in C++

I found this code in an old archive. It's some calculator I wrote back in undergrad. It draws shapes on the screen and depending on where you click, you get a number. Pretty much all of it was done manually. The only thing I remember, is that I needed to have C:\\egavga.bgi for it to work. Fun times.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].