Git Product home page Git Product logo

auto-pwe's Introduction

Hi, I'm "Levi's Wings" 👋

  • 🖥️ Penetration Testing Student
  • 📜 "Every time I surf the Internet, I feel like I don't know anything."
  • ⌨️ CTF player of TryHackMe and HackTheBox

Languages:

Python Bash LaTeX

Stats

leviswings's GitHub Stats

auto-pwe's People

Contributors

leviswings avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

auto-pwe's Issues

Problema con Redshift

Estoy usando una maquina virtual y el sistema operativo parrot security de MATE.
Tengo un problema desde que inicio sesion y aunque le de a cerrar esa ventana continua apareciendo.
Nunca he usado redshift y no se como se usa o como solucionarlo, me pasa justo despues de correr el script con el parametro 1 y volver a hacer login.
image

No va el update

He visto nuevas funciones y nuevo diseño, me encantaría que subiesen por aquí el update, ya que el update no ba, suena en mi cabeza desactualizaooooooooo

Silencien eso por favor
E instalen el update :D

Problema encontrando Terminal

Hola, tengo un problema al instalar Auto-PWE.
Primero antes de empezar le he dado update y upgrade a Parrot.
Luego de dar el primer paso y completarlo se indica: [!] Logearse indicando bspwm y ejecutar el script nuevamente para el paso 2...
Al salir y entrar de nuevo a Parrot en bspwm no encuentro la forma de abrir el Terminal. Los comandos no estan operativos.
Por favor ayuda.

Problema para hacer capturas

Usando bspwm + sxhkd + polybar + rofi

Al hacer Impr Pant, no se abre el menú que se abría en el escritorio Mate para hacer capturas de pantalla.

Lo máximo que he conseguido ha sido abriendo mate-screenshot desde rofi, pero al hacer la captura aparece rofi en medio de la pantalla con lo cual es imposible capturar nada.

Shift + Impr Pant para capturar solo una región tampoco funciona.

powerlevel10k error

Buenas!

Ante todo, gracias por el currazo que os habéis pegado para hacer esto :)

He detectado un problema al lanzar el script 2, no se puede conectar al github de powerlevel10k (https://gitee.com/romkatv/powerlevel10k.git):
Clonando en '/home/user/powerlevel10k'...
fatal: no es posible acceder 'https://gitee.com/romkatv/powerlevel10k.git/':Failed to connect to gitee.com port 443: Conexión rehusada
Por el navegador tampoco va. ¿Hay alternativa a esto?

¡Gracias y buen finde!

Vale, edito:

He encontrado esto:
https://github.com/romkatv/powerlevel10k.git

RE-RE EDITO:

Problema, solucionado. Cambias el link en ambas funciones y funciona sin problema:

function powerlevel10k_zsh_username(){
# Eliminar existencias
rm -f -r ~/powerlevel10k 2>/dev/null
rm -f ~/.zshrc 2>/dev/null
# Instalando powerlevel10k
echo -e "${yellow}\n$(cat $info_path/$info_lang | awk 'NR==76') $(whoami)${end}\n"
cd && git clone --depth=1 https://github.com/romkatv/powerlevel10k ~/powerlevel10k; check
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >> ~/.zshrc ; check
echo -e "${purple}\n$(cat $info_path/$info_lang | awk 'NR==77') $(whoami)\n${end}"
sleep 5
zsh
}
function powerlevel10k_zsh_root(){
# Eliminar existencias
sudo rm -f -r /root/powerlevel10k 2>/dev/null
sudo rm -f /root/.zshrc 2>/dev/null
# Instalando powerlevel10k
sudo echo -e "${yellow}\n$(cat $info_path/$info_lang | awk 'NR==76') root${end}\n"
sudo git clone --depth=1 https://github.com/romkatv/powerlevel10k /root/powerlevel10k; check
sudo echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >> /root/.zshrc; check
echo -e "${purple}\n$(cat $info_path/$info_lang | awk 'NR==77') root\n${end}"
sleep 5
sudo zsh
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.