leebaird / discover

Custom bash scripts used to automate various penetration testing tasks including recon, scanning, enumeration, and malicious payload creation using Metasploit. For use with Kali Linux.
MIT License
3.41k stars 822 forks source link

Parse SalesForce #62

Closed flamecopper closed 8 years ago

flamecopper commented 8 years ago

Do I export the csv file and list it down here?

Create a free account at salesforce (https://connect.data.com/login). Perform a search on your target company > select the company name > see all. Copy the results into a new file.

Enter the location of your file:

What is the parser suppose to do?

L1ghtn1ng commented 8 years ago

It parses the output of the file with the rest of the output that discover finds

flamecopper commented 8 years ago

No, it doesn't work.

By Lee Baird

Create a free account at salesforce (https://connect.data.com/login). Perform a search on your target company > select the company name > see all. Copy the results into a new file.

Enter the location of your file: ~/Desktop/public/5132016-15_21_36-ConnectExport.csv

                       *** Invalid choice or entry. ***

Even though my file is right here.

root@osboxes:~/Desktop/public# ls 5132016-15_21_36-ConnectExport.csv Metasploit metasploitHelper

Alvin Oo,Tel:(65)91172830 New Email Address : oo.yekei.alvin@gmail.com MPP ID: D1000749

On 13 May 2016 at 15:42, J.Townsend notifications@github.com wrote:

It parses the output of the file with the rest of the output that discover finds

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/leebaird/discover/issues/62#issuecomment-218973488

L1ghtn1ng commented 8 years ago

Can you upload the file to github if it is possible. This will help debugging purposes

flamecopper commented 8 years ago

Hi Leebaird,

Please advise the correct steps.

Alvin Oo,Tel:(65)91172830 New Email Address : oo.yekei.alvin@gmail.com MPP ID: D1000749

On 13 May 2016 at 16:00, J.Townsend notifications@github.com wrote:

Can you upload the file to github if it is possible. This will help debugging purposes

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/leebaird/discover/issues/62#issuecomment-218976881

leebaird commented 8 years ago

Its not built to parse a csv download. You need to copy the text from the screen and paste it into a new txt file. That way you don't have to pay for anything. Then run the Discover against that.

L1ghtn1ng commented 8 years ago

From this I think it will be best to explicitly say paste the output in to a txt file

leebaird commented 8 years ago

Please go ahead and fix.

Lee

On May 13, 2016, at 5:39 PM, J.Townsend notifications@github.com wrote:

From this I think it will be best to explicitly say paste the output in to a txt file — You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/leebaird/discover/issues/62#issuecomment-219165849

L1ghtn1ng commented 8 years ago

Okay will do

L1ghtn1ng commented 8 years ago

Will do it when I get back