Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
misc changes πŸ‘¨β€πŸ’»
Browse files Browse the repository at this point in the history
  • Loading branch information
SirCryptic authored Feb 11, 2023
1 parent 21f5bdc commit d464522
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ echo "#!/bin/bash
bash /usr/share/doc/phisherprice/phisherprice.sh" '${1+"$@"}' > phisherprice;
echo "#!/bin/bash
python /usr/share/doc/phisherprice/sshscan.py" '${1+"$@"}' > sshscan;
chmod +x phisherprice;
sudo cp phisherprice /usr/bin/;
chmod +x phisherprice.sh;
sudo cp phisherprice.sh /usr/bin/;
sudo cp sshscan.py /usr/bin/;
rm phisherprice;
if [ -d "/usr/share/doc/phisherprice" ] ;
Expand All @@ -41,17 +41,17 @@ __________.__ .__ .__ __________ .__
| ___/ | \| |/ ___/ | \_/ __ \_ __ \ ___/\_ __ \ |/ ___\/ __ \
| | | Y \ |\___ \| Y \ ___/| | \/ | | | \/ \ \__\ ___/
|____| |___| /__/____ >___| /\___ >__| |____| |__| |__|\___ >___ >
\/ \/ \/ \/ PhisherPrice || Version 2.1 \/ \/\e[1;34m
\/ \/ \/ \/ PhisherPrice || Version 2.8 \/ \/\e[1;34m
Created by "Sir Cryptic ~ NULLSec"
NULL Security Forums | https://nullsec.online\e[1;31m
\e[1;31m
Usage of PhisherPrice for attacking targets without prior mutual consent is ILLEGAL.
The Developer is NOT responsible for any damage caused by this script.
PhisherPrice is intented FOR EDUCATIONAL PURPOSES ONLY!
[βœ”]====================================================================[βœ”]
[βœ”] phisherprice installed successfully! [βœ”]
[βœ”]====================================================================[βœ”]
[βœ”] βœ”βœ”βœ” You can execute the script by typing sudo phisherprice ! [βœ”]
[βœ”] βœ”βœ”βœ” You can execute the script by typing sudo phisherprice.sh ! [βœ”]
[βœ”]====================================================================[βœ”]
\e[1;36m
'
Expand Down

0 comments on commit d464522

Please sign in to comment.