Advertisement
Guest User

help_me.txt

a guest
Aug 18th, 2013
608
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. ## file di aiuto ##
  2. -----------------------------------------
  3. ####### IMPOSTAZIONI ACCOUNT ########
  4.  
  5. account imageshack:
  6. Login: we_veg
  7. Password: psw@weVeg
  8.  
  9. account pastebin:
  10. Login: we_veg
  11. Password: psw@weVeg
  12.  
  13. #Add here any account that doesn't need a strong privacy
  14. #I know, it could be some privacy trouble, but if someone can take
  15. #control of your Bbox, this file is the last of your problem =)
  16.  
  17. -----------------------------------------
  18. ####### ALCUNE CONFIGURAZIONI #######
  19. #remember this fu****g settings are waste of mind =)
  20. #when needed just type help_me and voilà!
  21.  
  22. metasploit > db_connect dbVeg:backbox@127.0.0.1:5432/metadb
  23. > SSL port: 3790
  24. > Server Name: vegbox
  25. > User: weVeg
  26. > Password: psw@weVeg
  27. postgresql > utente: dbVeg psw: backbox db: metadb
  28. openvas > utente: admin psw: backbox http://localhost:9392/
  29. xplico > utente: weveg psw: psw@weVeg
  30.  
  31. -----------------------------------------
  32. ALIAS IN ZSH - BBOX PLUGIN
  33.  
  34. #NETWORKING STUFF#
  35. alias ping="ping -c 5" #Send only 5 ping
  36. alias net="sudo nano /etc/network/interfaces" #Edit your network interfaces
  37. alias net_lis="sudo netstat -plev" #Show open socket
  38. alias net_stat="sudo netstat -s" #Show statistic
  39. alias pxc="proxychains" #Proxychain shortcut
  40. alias mon0="sudo airmon-ng start wlan0" #Monitor mode shortcut
  41. alias publ="curl ifconfig.me" #Show your public IP
  42. alias publ-v="curl ifconfig.me/all" #Show all your public info
  43. alias tmh="ssh weveg@publ.ip.lol" #Take Me Home ;)
  44. ##Att!!##
  45. #alias cert="openssl req -new -x509 -nodes -out cert.pem -keyout cert.key -days 365" #Be careful ;)
  46.  
  47.  
  48. #VARIE#
  49. alias -s {png,jpg,JPG,jpeg,PNG,gif,GIF}=xdg-open #open images, just type name inside console
  50. alias -s {txt,sh,php,py,pl,rb}=gedit #open file with gedit (or change it with nano or vim), just type name inside console
  51. alias -s {mp3,ogg,flac,mpg,mpeg,avi,ogm,wmv,m4v,mp4,mov}=vlc #Open with vlc, just type name inside console
  52.  
  53. alias ora="date '+%X'" #print hours
  54. alias day="date '+%D'" #print day
  55. alias estragz="tar -zxvf" #estract tar.gz
  56. alias estrabz="tar -jxvf" #estract tar.bz2
  57. alias mktar="tar -cf" #build tar
  58. alias scrot="scrot -c -d 5" #screenshot with scrot
  59. alias cl="clear" #clear console
  60. alias erase="rm -rf" #erase file
  61. alias l+="ls */**" #list all
  62.  
  63. alias -g N="> /dev/null" #redirect in /dev/null
  64. alias -g G="|grep " #grep shortcut es: ls G .php
  65. alias -g C="| ccze -A" #if you use ccze this is a shortcut, may be change the -A flag
  66. alias -g line='| wc -l' #Count line eg: cat help_me line
  67. alias -g Sn='| sort -n' #Sort....
  68. alias -g Snr='| sort -nr' #Sort inverted
  69.  
  70. alias help_me="cat ~/.mybin/help_me.txt" #print this file plus other config
  71. alias help_mod="nano ~/.mybin/help_me.txt" #edit my own help file
  72. alias plugbox_mod="nano ~/.oh-my-zsh/plugins/bbox/bbox.plugin.zsh" #edit bbox plugin
  73. alias zsource="source ~/.zshrc" #source zsh config file
  74.  
  75. #alias flux_menu="nano ~/.fluxbox/fluxbox-menu" #for fluxbox user
  76. #alias flux_start="nano ~/.fluxbox/startup" #for fluxbox user
  77. #alias flux_app="nano ~/.fluxbox/apps " #for fluxbox user
  78.  
  79.  
  80. #YOUR TOOLS#
  81. ### PUT HERE YOUR SCRIPT SHORTCUT ###
  82. #e.g
  83. #alias metpay="sudo ~/.mybin/./MetPay.sh"
  84. alias gerix="sudo python ~/.mybin/gerix-wifi-cracker-master/./gerix.py"
  85.  
  86. #APT#
  87. alias upd="sudo apt-get update"
  88. alias upg="sudo apt-get upgrade"
  89. alias dupg="sudo apt-get dist-upgrade"
  90. alias inst="sudo apt-get -y install"
  91. alias remov="sudo apt-get remove"
  92. alias aure="sudo apt-get autoremove"
  93. alias clean="sudo apt-get clean"
  94. alias aclean="sudo apt-get autoclean"
  95. alias casea="sudo apt-cache search"
  96. alias repo="sudo nano /etc/apt/sources.list"
  97. alias threpo="sudo nano /etc/apt/sources.list.d/backbox-three-precise.list"
  98. alias instdeb="sudo dpkg -i"
  99. alias apti="sudo aptitude"
  100.  
  101. #SYSTEM#
  102. alias tool_upd="sudo backbox-update" #BackBox tool update
  103. alias log_kern="cat /var/log/kern.log" #Read kern.log
  104. alias log_sys="cat /var/log/syslog" #Read syslog
  105. alias log_auth="cat /var/log/auth.log" #Read auth.log
  106. alias forum="firefox http://forum.backbox.org/ &" #Open firefox with backbox forum
  107. alias crypt="sudo truecrypt" #Run truecrypt
  108. alias rw-='chmod 600' #This is a group of chmod shortcut
  109. alias rwx='chmod 700'
  110. alias r--='chmod 644'
  111. alias r-x='chmod 755'
  112. alias duf='du -s *(/N) | sort -nr | cut -f 2- | while read a; do du -sh "$a"; done' #Show sorted directoris size
  113. alias gpsea='gpg --search-keys' #Group of gpg shortcut
  114. alias gplst='gpg --list-keys --with-fingerprint'
  115. alias gpsig='gpg --list-sigs'
  116.  
  117. alias msf='sudo msfconsole'
  118. alias sniff='sudo ettercap -G &'
  119. alias shark='sudo wireshark &'
  120. alias anon='vidalia &'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement