Skip to content

la1n23/la1n-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Init script for HTB pwnbox

add to ~/my_data/user_init

#!/bin/bash
cd ~/ && git clone https://github.com/la1n23/la1n-tools.git && bash la1n-tools/init.sh

or

cd ~/ && git clone https://github.com/la1n23/la1n-tools.git && bash la1n-tools/init.sh

VPN

Run visudo and add:

lain ALL=(ALL) NOPASSWD: /usr/bin/openconnect
lain ALL=(ALL) NOPASSWD: /usr/sbin/openconnect

vim formatters for c/php/perl/json/sql

curl -sSL https://raw.githubusercontent.com/la1n23/tools/refs/heads/master/vim-autoformat.sh|bash

Obsidian plugins:

  • Folder notes
  • Painter
  • git
  • Task Marker
  • Templater
  • Regex Find/Replace
  • Excalidraw
  • Mermaid-tools (flow charts)
  • Markmind

Postman

Certs for proxy

ls ~/.config/Postman/proxy
certificates  postman-proxy-ca.crt  postman-proxy-ca.key

Firefox

Burpsuite configuration

Setting up CA

Visit http://burp and click to the upper right corner to download CA

Extensions:

Must have

  • request minimizer
  • Logger++ for exporting history as HAR file
  • https://github.com/yeswehack/PwnFox/
  • JWT Editor
  • InQL - graphql helper
  • Hackvertor - tag-based encoder
  • HTTP Request smuggler
  • JS Link Finder
  • Auth analyzer / Autorize

Misc

  • Turbo intruder
  • copy request as ffuf
  • Content Type Converter
  • Pram Miner (RMB -> Guess Headres - find unkeyd cache header)
  • Collaborator Everywhere
  • https://github.com/C-960/HTTP-Request-Converter - copy as fetch
  • get all urls (GAU analogue)

Bambdas

return requestResponse.httpService().host().matches("([\\.|\\w])*genius\\.com");

Download Jython88 https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.4/jython-standalone-2.7.4.jar

Cracked https://www.dr-farfar.com/burp-suite-professional-full/

About

Configs, scripts, tools, recipes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors