Skip to content

Instantly share code, notes, and snippets.

View FatihDurmus's full-sized avatar
🤡
Happy for now

Fatih Durmuş FatihDurmus

🤡
Happy for now
View GitHub Profile
@FatihDurmus
FatihDurmus / collect-sysinfo.py
Created May 28, 2020 04:25 — forked from emrekgn/collect-sysinfo.py
Collect system information (BIOS, CPU, GPU, installed packages, motherboard and more) in a cross-platform manner!
#!/usr/bin/env python
"""
Print (and write to JSON file) system information in a cross-platform manner.
Output contains information about platform, BIOS, CPU, memory, disk, GPU, network, peripheral devices, installed
packages, motherboard and users.
This script heavily relies on psutil and some other bash/powershell commands. See requirements.txt for dependency list.
@FatihDurmus
FatihDurmus / JSRat.ps1
Created December 25, 2019 12:33 — forked from C4rt/JSRat.ps1
Fileless JavaScript Reverse HTTP Shell
<#
Author: Casey Smith @subTee
License: BSD3-Clause
.SYNOPSIS
Simple Reverse Shell over HTTP. Execute Command Javascript Backdoor
---
if(isset($_POST['username'])){
$username = $_POST['username'];
$password = $_POST['password'];
$title = $_POST['title'];
$body = $_POST['body'];
$connect = mysql_connect("localhost","fatihdur_deneme","110303");
if (!$connect)