Skip to content

Instantly share code, notes, and snippets.

View ogu83's full-sized avatar

OGUZ ogu83

View GitHub Profile
@BankSecurity
BankSecurity / Simple_Rev_Shell.cs
Last active October 23, 2024 04:43
C# Simple Reverse Shell Code
using System;
using System.Text;
using System.IO;
using System.Diagnostics;
using System.ComponentModel;
using System.Linq;
using System.Net;
using System.Net.Sockets;
@balzer82
balzer82 / DNNRegressor-Example.py
Last active July 28, 2021 18:02
Example of a Deep Neural Network Regressor with Tensorflow Learn (contrib)
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Tensorflow DNNRegressor in Python
# CC-BY-2.0 Paul Balzer
# see: http://www.cbcity.de/deep-learning-tensorflow-dnnregressor-einfach-erklaert
#
TRAINING = True
WITHPLOT = False