Skip to content

Instantly share code, notes, and snippets.

@mucahidbaris
mucahidbaris / index
Last active April 13, 2024 17:18
teknoloji ve framework
ag ve vpn local ağ için Tailscale ve wireguard tailscale ilk buldugum
https://selfh.st/apps/
Güvenlik İzleme, İzinsiz Giriş Algılama/Önleme
https://suricata.io/
https://www.snort.org/
https://github.com/BloodHoundAD/BloodHound
https://zeek.org/
https://github.com/ossimlabs/ossim
https://github.com/gamelinux/prads/
https://www.ossec.net/
https://github.com/arkime/arkime
https://wazuh.com/
https://www.iventoy.com/ PXE server boot için agdan boot yapma
https://www.ventoy.net/en/index.html iso ile boot için grup4dos tarzı birşey
@mucahidbaris
mucahidbaris / dddos
Last active April 13, 2024 10:56
mysql türkçe karakter sorunu ve import işlemi
Chargen
Dominate
SNMP
Heatbeat
mDNS
Netbios
TriGemini Multi Attack
TeamSpeak 3
Quake 3 Attack
Improve SSYN
@mucahidbaris
mucahidbaris / backup.php
Created March 3, 2024 15:04
php mysql and folder backup
<?php
/*/*$backup = new Backup();
// Mysql yedeği almak için
$mysqlBackup = $backup->mysql([
'host' => 'localhost',
'user' => 'xx',
'pass' => 'xx',
'dbname' => 'xx',
'file' => __DIR__ . '/backup.sql'
@mucahidbaris
mucahidbaris / theme
Last active December 5, 2023 18:39
theme bank
https://themelock.com/html-file/687034675-porto-v100-responsive-html5-template.html
https://themelock.com/html-file/687034697-materialpro-v81-material-design-bootstrap-5-admin-template.html
güzel https://themelock.com/html-file/687035153-dogri-healthcare-amp-medical-html-template.html
https://pinokio.computer/ magaza gibi bütün yapay zeka araçları mevcut
https://huggingface.co/HuggingFaceH4/zephyr-7b-beta
https://www.roboassist.ai/ website için chat ai
@mucahidbaris
mucahidbaris / tema
Last active December 2, 2023 20:20
tema
https://azim.hostlin.com/Optiflex/index.html
https://preview.themeforest.net/item/poolix-pool-cleaning-renovation-wordpress-theme/full_screen_preview/48916229
güzel fir firma sitesi tasarımı
https://www.tendacn.com/products/11ac-mesh.html
@mucahidbaris
mucahidbaris / karalama
Last active December 3, 2023 15:46
karalama
https://stackoverflow.com/questions/53778880/how-can-i-decode-php-code-that-using-goto-statement
işlerim
hydroart
metakart
pemm otomasyon
özkar enerji
selefkon counter laps
@mucahidbaris
mucahidbaris / javascirpt
Last active July 11, 2023 20:45
javascirpt
sweat alaert js ile silme işlemi
<script type="text/javascript">
$(document).ready(function(){
$(".btn-danger").on("click",function(){
var id = jQuery(this).prevAll('input[name="id"]').val();
var Data = "id="+id;
//alert(Data);