Skip to content

Instantly share code, notes, and snippets.

View haxcited's full-sized avatar

Onur Can Yükrük haxcited

View GitHub Profile
#!/usr/bin/env python3
import socket
HOST = '10.10.10.147'
PORT = 1337
with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s:
s.connect((HOST, PORT))
s.sendall(b'ls /home/')
;; thanks emacsomancer for the config
;; alert
(use-package alert
:ensure t
:config
(require 'alert)
(setq alert-default-style 'libnotify)
(setq alert-fade-time 300)
(setq alert-persist-idle-time 300))
#!/usr/bin/env bash
echo "Enter name of the program: "
read progname
echo "progname is $progname"
echo "enter name of the seed domain for amass "
read seed
echo "seed domain is: $seed"
# create project directory
set-option -g history-limit 1000000
set -g status-bg colour26
set -g status-fg colour16
# remap prefix from 'C-b' to 'C-x'
unbind C-b
set-option -g prefix C-x
bind-key C-x send-prefix
# splits hor ver
sudo apt install git keynav wget curl w3m-img autocutsel xterm rxvt-unicode xsel
;;helm
(setq helm-mini-default-sources '(helm-source-recentf
helm-source-bookmarks
helm-source-buffer-not-found))
gtk-key-theme-name = "Emacs"
gtk-theme-name="Adwaita-dark"
clear
#daemonize
#ctrl+shift+semicolon start , grid 3x3 #,grid-nav on
ctrl+alt+f start , grid 3x3 #,grid-nav on
#e grid-nav toggle
ctrl+r restart
Escape end
ctrl+bracketleft end
;;key-chord
(require 'key-chord)
(key-chord-mode +1)
(key-chord-define-global "jj" 'ace-jump-word-mode)
(key-chord-define-global "jb" 'helm-buffers-list)
(key-chord-define-global "jk" 'helm-show-kill-ring)
(key-chord-define-global "jg" 'gist-region)
(package-initialize)
(when (not package-archive-contents)
(package-refresh-contents))
;;add the packages which you want to install
(defvar my-packages '(;;buradan ihtiyaclari belirle onlari ac sadece
anzu
ace-jump-mode
all-the-icons