Skip to content

Instantly share code, notes, and snippets.

View progsmile's full-sized avatar
🎓

Denys Klymenko progsmile

🎓
View GitHub Profile
@progsmile
progsmile / scan-and-ddos-sample-commands.md
Last active March 28, 2022 10:17
Scan and ddos sample commands

Tools

Get my server IP

  • dig TXT +short o-o.myaddr.l.google.com @ns1.google.com

Get target server IP

  • host <something.com>

Scan and analyze

Instant website tech analisys

  • Wappolizer Chrome Plugin
@progsmile
progsmile / AdminCrudController.php
Last active May 10, 2017 19:33
Crud Controller
<?php
namespace Core\Http\Controllers;
use App;
use View;
use Redirect;
use Illuminate\Http\Request;
use Core\Contracts\AdminRepositoryContract;
import toastr from 'toastr'
// this = jQuery element .ajaxLink
export default {
redirectHome(){
location.href = '/';
},