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 819 forks source link

Update.sh not working? #130

Closed Bizz247 closed 5 years ago

Bizz247 commented 5 years ago

Hey guys I followed the steps that are outlined on this repository, however I cannot get update.sh to run nor can I get discover.sh to run. When launching discover, terminal just sits there blank forever.. I'm a bit of n00b, but it seems like there is something wrong..

root@<##Redacted##>:/# git clone https://github.com/leebaird/discover /opt/discover/ Cloning into '/opt/discover'... remote: Enumerating objects: 49, done. remote: Counting objects: 100% (49/49), done. remote: Compressing objects: 100% (31/31), done. remote: Total 1609 (delta 24), reused 33 (delta 18), pack-reused 1560 Receiving objects: 100% (1609/1609), 1.88 MiB | 733.00 KiB/s, done. Resolving deltas: 100% (949/949), done. root@<##Redacted##>:/# cd /opt/discover/ root@<##Redacted##>:/opt/discover# ./update.sh

Updating Discover. fatal: Not a git repository (or any of the parent directories): .git

L1ghtn1ng commented 5 years ago

Hey, you forgot the .git part of the clone from your output so you need to git clone https://github.com/leebaird/discover.git and hopefully that will fix your issues


From: Bizz247 notifications@github.com Sent: Monday, May 20, 2019 3:50:41 PM To: leebaird/discover Cc: Subscribed Subject: [leebaird/discover] Update.sh not working? (#130)

Hey guys I followed the steps that are outlined on this repository, however I cannot get update.sh to run nor can I get discover.sh to run. When launching discover, terminal just sits there blank forever.. I'm a bit of n00b, but it seems like there is something wrong..

root@<##Redacted##>:/# git clone https://github.com/leebaird/discover /opt/discover/ Cloning into '/opt/discover'... remote: Enumerating objects: 49, done. remote: Counting objects: 100% (49/49), done. remote: Compressing objects: 100% (31/31), done. remote: Total 1609 (delta 24), reused 33 (delta 18), pack-reused 1560 Receiving objects: 100% (1609/1609), 1.88 MiB | 733.00 KiB/s, done. Resolving deltas: 100% (949/949), done. root@<##Redacted##>:/# cd /opt/discover/ root@<##Redacted##>:/opt/discover# ./update.sh

Updating Discover. fatal: Not a git repository (or any of the parent directories): .git

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/leebaird/discover/issues/130?email_source=notifications&email_token=AA3V2QXXNMIKK5SP3YJGGLDPWK3EDA5CNFSM4HOCXSA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GUX3YHQ, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA3V2QXX7OF35QRP2V5376TPWK3EDANCNFSM4HOCXSAQ.

Bizz247 commented 5 years ago

Hey, you forgot the .git part of the clone from your output so you need to git clone https://github.com/leebaird/discover.git and hopefully that will fix your issues ____ From: Bizz247 notifications@github.com Sent: Monday, May 20, 2019 3:50:41 PM To: leebaird/discover Cc: Subscribed Subject: [leebaird/discover] Update.sh not working? (#130) Hey guys I followed the steps that are outlined on this repository, however I cannot get update.sh to run nor can I get discover.sh to run. When launching discover, terminal just sits there blank forever.. I'm a bit of n00b, but it seems like there is something wrong.. root@<##Redacted##>:/# git clone https://github.com/leebaird/discover /opt/discover/ Cloning into '/opt/discover'... remote: Enumerating objects: 49, done. remote: Counting objects: 100% (49/49), done. remote: Compressing objects: 100% (31/31), done. remote: Total 1609 (delta 24), reused 33 (delta 18), pack-reused 1560 Receiving objects: 100% (1609/1609), 1.88 MiB | 733.00 KiB/s, done. Resolving deltas: 100% (949/949), done. root@<##Redacted##>:/# cd /opt/discover/ root@<##Redacted##>:/opt/discover# ./update.sh Updating Discover. fatal: Not a git repository (or any of the parent directories): .git — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub<#130?email_source=notifications&email_token=AA3V2QXXNMIKK5SP3YJGGLDPWK3EDA5CNFSM4HOCXSA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GUX3YHQ>, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA3V2QXX7OF35QRP2V5376TPWK3EDANCNFSM4HOCXSAQ.

No dice with that method either.. : \

root@<##Redacted##>:/# git clone https://github.com/leebaird/discover.git /opt/discover Cloning into '/opt/discover'... remote: Enumerating objects: 49, done. remote: Counting objects: 100% (49/49), done. remote: Compressing objects: 100% (31/31), done. remote: Total 1609 (delta 24), reused 33 (delta 18), pack-reused 1560 Receiving objects: 100% (1609/1609), 1.88 MiB | 0 bytes/s, done. Resolving deltas: 100% (949/949), done. Checking connectivity... done. root@<##Redacted##>:/# cd opt/discover root@<##Redacted##>:/opt/discover# ls -al total 244 drwxr-xr-x 9 root root 4096 May 20 23:22 . drwxr-xr-x 7 root root 4096 May 20 23:22 .. -rw-r--r-- 1 root root 2261 May 20 23:22 alias -rwxr-xr-x 1 root root 186952 May 20 23:22 discover.sh drwxr-xr-x 8 root root 4096 May 20 23:22 .git -rw-r--r-- 1 root root 1081 May 20 23:22 LICENSE drwxr-xr-x 2 root root 4096 May 20 23:22 misc drwxr-xr-x 2 root root 4096 May 20 23:22 mods drwxr-xr-x 5 root root 4096 May 20 23:22 notes drwxr-xr-x 2 root root 4096 May 20 23:22 parsers -rw-r--r-- 1 root root 5149 May 20 23:22 README.md drwxr-xr-x 6 root root 4096 May 20 23:22 report drwxr-xr-x 2 root root 4096 May 20 23:22 resource -rwxr-xr-x 1 root root 6769 May 20 23:22 update.sh root@<##Redacted##>:/opt/discover# ./update.sh

Updating Discover. fatal: Not a git repository (or any of the parent directories): .git

L1ghtn1ng commented 5 years ago

What OS are you using?


From: Bizz247 notifications@github.com Sent: Tuesday, May 21, 2019 12:24:34 AM To: leebaird/discover Cc: J.Townsend; Comment Subject: Re: [leebaird/discover] Update.sh not working? (#130)

Hey, you forgot the .git part of the clone from your output so you need to git clone https://github.com/leebaird/discover.git and hopefully that will fix your issues … ____ From: Bizz247 notifications@github.commailto:notifications@github.com Sent: Monday, May 20, 2019 3:50:41 PM To: leebaird/discover Cc: Subscribed Subject: [leebaird/discover] Update.sh not working? (#130https://github.com/leebaird/discover/issues/130) Hey guys I followed the steps that are outlined on this repository, however I cannot get update.sh to run nor can I get discover.sh to run. When launching discover, terminal just sits there blank forever.. I'm a bit of n00b, but it seems like there is something wrong.. root@<##Redacted##>:/# git clone https://github.com/leebaird/discover /opt/discover/ Cloning into '/opt/discover'... remote: Enumerating objects: 49, done. remote: Counting objects: 100% (49/49), done. remote: Compressing objects: 100% (31/31), done. remote: Total 1609 (delta 24), reused 33 (delta 18), pack-reused 1560 Receiving objects: 100% (1609/1609), 1.88 MiB | 733.00 KiB/s, done. Resolving deltas: 100% (949/949), done. root@<##Redacted##>:/# cd /opt/discover/ root@<##Redacted##>:/opt/discover# ./update.sh Updating Discover. fatal: Not a git repository (or any of the parent directories): .git — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub<#130https://github.com/leebaird/discover/issues/130?email_source=notifications&email_token=AA3V2QXXNMIKK5SP3YJGGLDPWK3EDA5CNFSM4HOCXSA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GUX3YHQ>, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA3V2QXX7OF35QRP2V5376TPWK3EDANCNFSM4HOCXSAQ.

No dice with that method either.. : \

root@<##Redacted##>:/# git clone https://github.com/leebaird/discover.git /opt/discover Cloning into '/opt/discover'... remote: Enumerating objects: 49, done. remote: Counting objects: 100% (49/49), done. remote: Compressing objects: 100% (31/31), done. remote: Total 1609 (delta 24), reused 33 (delta 18), pack-reused 1560 Receiving objects: 100% (1609/1609), 1.88 MiB | 0 bytes/s, done. Resolving deltas: 100% (949/949), done. Checking connectivity... done. root@<##Redacted##>:/# cd opt/discover root@<##Redacted##>:/opt/discover# ls -al total 244 drwxr-xr-x 9 root root 4096 May 20 23:22 . drwxr-xr-x 7 root root 4096 May 20 23:22 .. -rw-r--r-- 1 root root 2261 May 20 23:22 alias -rwxr-xr-x 1 root root 186952 May 20 23:22 discover.sh drwxr-xr-x 8 root root 4096 May 20 23:22 .git -rw-r--r-- 1 root root 1081 May 20 23:22 LICENSE drwxr-xr-x 2 root root 4096 May 20 23:22 misc drwxr-xr-x 2 root root 4096 May 20 23:22 mods drwxr-xr-x 5 root root 4096 May 20 23:22 notes drwxr-xr-x 2 root root 4096 May 20 23:22 parsers -rw-r--r-- 1 root root 5149 May 20 23:22 README.md drwxr-xr-x 6 root root 4096 May 20 23:22 report drwxr-xr-x 2 root root 4096 May 20 23:22 resource -rwxr-xr-x 1 root root 6769 May 20 23:22 update.sh root@<##Redacted##>:/opt/discover# ./update.sh

Updating Discover. fatal: Not a git repository (or any of the parent directories): .git

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/leebaird/discover/issues/130?email_source=notifications&email_token=AA3V2QQEG3WMCPT5CXNCJLLPWMXLFA5CNFSM4HOCXSA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV2KOHI#issuecomment-494184221, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA3V2QQRJ4TYY3AGR354CJDPWMXLFANCNFSM4HOCXSAQ.

Bizz247 commented 5 years ago

What OS are you using? ____ From: Bizz247 notifications@github.com Sent: Tuesday, May 21, 2019 12:24:34 AM To: leebaird/discover Cc: J.Townsend; Comment Subject: Re: [leebaird/discover] Update.sh not working? (#130) Hey, you forgot the .git part of the clone from your output so you need to git clone https://github.com/leebaird/discover.git and hopefully that will fix your issues … ____ From: Bizz247 notifications@github.commailto:notifications@github.com Sent: Monday, May 20, 2019 3:50:41 PM To: leebaird/discover Cc: Subscribed Subject: [leebaird/discover] Update.sh not working? (#130<#130>) Hey guys I followed the steps that are outlined on this repository, however I cannot get update.sh to run nor can I get discover.sh to run. When launching discover, terminal just sits there blank forever.. I'm a bit of n00b, but it seems like there is something wrong.. root@<##Redacted##>:/# git clone https://github.com/leebaird/discover /opt/discover/ Cloning into '/opt/discover'... remote: Enumerating objects: 49, done. remote: Counting objects: 100% (49/49), done. remote: Compressing objects: 100% (31/31), done. remote: Total 1609 (delta 24), reused 33 (delta 18), pack-reused 1560 Receiving objects: 100% (1609/1609), 1.88 MiB | 733.00 KiB/s, done. Resolving deltas: 100% (949/949), done. root@<##Redacted##>:/# cd /opt/discover/ root@<##Redacted##>:/opt/discover# ./update.sh Updating Discover. fatal: Not a git repository (or any of the parent directories): .git — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub<#130<#130>?email_source=notifications&email_token=AA3V2QXXNMIKK5SP3YJGGLDPWK3EDA5CNFSM4HOCXSA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GUX3YHQ>, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA3V2QXX7OF35QRP2V5376TPWK3EDANCNFSM4HOCXSAQ. No dice with that method either.. : \ root@<##Redacted##>:/# git clone https://github.com/leebaird/discover.git /opt/discover Cloning into '/opt/discover'... remote: Enumerating objects: 49, done. remote: Counting objects: 100% (49/49), done. remote: Compressing objects: 100% (31/31), done. remote: Total 1609 (delta 24), reused 33 (delta 18), pack-reused 1560 Receiving objects: 100% (1609/1609), 1.88 MiB | 0 bytes/s, done. Resolving deltas: 100% (949/949), done. Checking connectivity... done. root@<##Redacted##>:/# cd opt/discover root@<##Redacted##>:/opt/discover# ls -al total 244 drwxr-xr-x 9 root root 4096 May 20 23:22 . drwxr-xr-x 7 root root 4096 May 20 23:22 .. -rw-r--r-- 1 root root 2261 May 20 23:22 alias -rwxr-xr-x 1 root root 186952 May 20 23:22 discover.sh drwxr-xr-x 8 root root 4096 May 20 23:22 .git -rw-r--r-- 1 root root 1081 May 20 23:22 LICENSE drwxr-xr-x 2 root root 4096 May 20 23:22 misc drwxr-xr-x 2 root root 4096 May 20 23:22 mods drwxr-xr-x 5 root root 4096 May 20 23:22 notes drwxr-xr-x 2 root root 4096 May 20 23:22 parsers -rw-r--r-- 1 root root 5149 May 20 23:22 README.md drwxr-xr-x 6 root root 4096 May 20 23:22 report drwxr-xr-x 2 root root 4096 May 20 23:22 resource -rwxr-xr-x 1 root root 6769 May 20 23:22 update.sh root@<##Redacted##>:/opt/discover# ./update.sh Updating Discover. fatal: Not a git repository (or any of the parent directories): .git — You are receiving this because you commented. Reply to this email directly, view it on GitHub<#130?email_source=notifications&email_token=AA3V2QQEG3WMCPT5CXNCJLLPWMXLFA5CNFSM4HOCXSA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV2KOHI#issuecomment-494184221>, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA3V2QQRJ4TYY3AGR354CJDPWMXLFANCNFSM4HOCXSAQ.

Ubuntu

L1ghtn1ng commented 5 years ago

Discover only works on Kali Linux which you can get from https://www.kali.org/downloads/


From: Bizz247 notifications@github.com Sent: Tuesday, May 21, 2019 12:33:25 AM To: leebaird/discover Cc: J.Townsend; Comment Subject: Re: [leebaird/discover] Update.sh not working? (#130)

What OS are you using? … ____ From: Bizz247 notifications@github.commailto:notifications@github.com Sent: Tuesday, May 21, 2019 12:24:34 AM To: leebaird/discover Cc: J.Townsend; Comment Subject: Re: [leebaird/discover] Update.sh not working? (#130https://github.com/leebaird/discover/issues/130) Hey, you forgot the .git part of the clone from your output so you need to git clone https://github.com/leebaird/discover.git and hopefully that will fix your issues … ____ From: Bizz247 notifications@github.commailto:notifications@github.commailto:notifications@github.com Sent: Monday, May 20, 2019 3:50:41 PM To: leebaird/discover Cc: Subscribed Subject: [leebaird/discover] Update.sh not working? (#130https://github.com/leebaird/discover/issues/130<#130https://github.com/leebaird/discover/issues/130>) Hey guys I followed the steps that are outlined on this repository, however I cannot get update.sh to run nor can I get discover.sh to run. When launching discover, terminal just sits there blank forever.. I'm a bit of n00b, but it seems like there is something wrong.. root@<##Redacted##>:/# git clone https://github.com/leebaird/discover /opt/discover/ Cloning into '/opt/discover'... remote: Enumerating objects: 49, done. remote: Counting objects: 100% (49/49), done. remote: Compressing objects: 100% (31/31), done. remote: Total 1609 (delta 24), reused 33 (delta 18), pack-reused 1560 Receiving objects: 100% (1609/1609), 1.88 MiB | 733.00 KiB/s, done. Resolving deltas: 100% (949/949), done. root@<##Redacted##>:/# cd /opt/discover/ root@<##Redacted##>:/opt/discover# ./update.sh Updating Discover. fatal: Not a git repository (or any of the parent directories): .git — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub<#130https://github.com/leebaird/discover/issues/130<#130https://github.com/leebaird/discover/issues/130>?email_source=notifications&email_token=AA3V2QXXNMIKK5SP3YJGGLDPWK3EDA5CNFSM4HOCXSA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GUX3YHQ>, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA3V2QXX7OF35QRP2V5376TPWK3EDANCNFSM4HOCXSAQ. No dice with that method either.. : \ root@<##Redacted##>:/# git clone https://github.com/leebaird/discover.git /opt/discover Cloning into '/opt/discover'... remote: Enumerating objects: 49, done. remote: Counting objects: 100% (49/49), done. remote: Compressing objects: 100% (31/31), done. remote: Total 1609 (delta 24), reused 33 (delta 18), pack-reused 1560 Receiving objects: 100% (1609/1609), 1.88 MiB | 0 bytes/s, done. Resolving deltas: 100% (949/949), done. Checking connectivity... done. root@<##Redacted##>:/# cd opt/discover root@<##Redacted##>:/opt/discover# ls -al total 244 drwxr-xr-x 9 root root 4096 May 20 23:22 . drwxr-xr-x 7 root root 4096 May 20 23:22 .. -rw-r--r-- 1 root root 2261 May 20 23:22 alias -rwxr-xr-x 1 root root 186952 May 20 23:22 discover.sh drwxr-xr-x 8 root root 4096 May 20 23:22 .git -rw-r--r-- 1 root root 1081 May 20 23:22 LICENSE drwxr-xr-x 2 root root 4096 May 20 23:22 misc drwxr-xr-x 2 root root 4096 May 20 23:22 mods drwxr-xr-x 5 root root 4096 May 20 23:22 notes drwxr-xr-x 2 root root 4096 May 20 23:22 parsers -rw-r--r-- 1 root root 5149 May 20 23:22 README.md drwxr-xr-x 6 root root 4096 May 20 23:22 report drwxr-xr-x 2 root root 4096 May 20 23:22 resource -rwxr-xr-x 1 root root 6769 May 20 23:22 update.sh root@<##Redacted##>:/opt/discover# ./update.sh Updating Discover. fatal: Not a git repository (or any of the parent directories): .git — You are receiving this because you commented. Reply to this email directly, view it on GitHub<#130https://github.com/leebaird/discover/issues/130?email_source=notifications&email_token=AA3V2QQEG3WMCPT5CXNCJLLPWMXLFA5CNFSM4HOCXSA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV2KOHI#issuecomment-494184221>, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA3V2QQRJ4TYY3AGR354CJDPWMXLFANCNFSM4HOCXSAQ.

Ubuntu

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/leebaird/discover/issues/130?email_source=notifications&email_token=AA3V2QURA2WAGQAEG3URT2TPWMYMLA5CNFSM4HOCXSA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV2K4NI#issuecomment-494186037, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA3V2QQXZKDVHBPO22ZKSYLPWMYMLANCNFSM4HOCXSAQ.

ninewires commented 5 years ago

Discover works with PTF. The update script has recognized that the /pentest directory exists and executed a pull request. However, the script is still within the urlcrazy install directory at this point. I will update the update.sh script later today to change back to the discover install path prior to executing the pull request.

For reference, if the OS is not Kali, the only update is to fix urlcrazy (if it hasn’t been done already) and update Discover. Since PTF has its own update process and install paths, which differ from Kali, it is expected that PTF is used for any other tool updates.

On May 20, 2019, at 7:38 PM, J.Townsend notifications@github.com wrote:

Discover only works on Kali Linux which you can get from https://www.kali.org/downloads/


From: Bizz247 notifications@github.com Sent: Tuesday, May 21, 2019 12:33:25 AM To: leebaird/discover Cc: J.Townsend; Comment Subject: Re: [leebaird/discover] Update.sh not working? (#130)

What OS are you using? … ____ From: Bizz247 notifications@github.commailto:notifications@github.com Sent: Tuesday, May 21, 2019 12:24:34 AM To: leebaird/discover Cc: J.Townsend; Comment Subject: Re: [leebaird/discover] Update.sh not working? (#130https://github.com/leebaird/discover/issues/130) Hey, you forgot the .git part of the clone from your output so you need to git clone https://github.com/leebaird/discover.git and hopefully that will fix your issues … ____ From: Bizz247 notifications@github.commailto:notifications@github.commailto:notifications@github.com Sent: Monday, May 20, 2019 3:50:41 PM To: leebaird/discover Cc: Subscribed Subject: [leebaird/discover] Update.sh not working? (#130https://github.com/leebaird/discover/issues/130<#130https://github.com/leebaird/discover/issues/130>) Hey guys I followed the steps that are outlined on this repository, however I cannot get update.sh to run nor can I get discover.sh to run. When launching discover, terminal just sits there blank forever.. I'm a bit of n00b, but it seems like there is something wrong.. root@<##Redacted##>:/# git clone https://github.com/leebaird/discover /opt/discover/ Cloning into '/opt/discover'... remote: Enumerating objects: 49, done. remote: Counting objects: 100% (49/49), done. remote: Compressing objects: 100% (31/31), done. remote: Total 1609 (delta 24), reused 33 (delta 18), pack-reused 1560 Receiving objects: 100% (1609/1609), 1.88 MiB | 733.00 KiB/s, done. Resolving deltas: 100% (949/949), done. root@<##Redacted##>:/# cd /opt/discover/ root@<##Redacted##>:/opt/discover# ./update.sh Updating Discover. fatal: Not a git repository (or any of the parent directories): .git — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub<#130https://github.com/leebaird/discover/issues/130<#130https://github.com/leebaird/discover/issues/130>?email_source=notifications&email_token=AA3V2QXXNMIKK5SP3YJGGLDPWK3EDA5CNFSM4HOCXSA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GUX3YHQ>, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA3V2QXX7OF35QRP2V5376TPWK3EDANCNFSM4HOCXSAQ. No dice with that method either.. : \ root@<##Redacted##>:/# git clone https://github.com/leebaird/discover.git /opt/discover Cloning into '/opt/discover'... remote: Enumerating objects: 49, done. remote: Counting objects: 100% (49/49), done. remote: Compressing objects: 100% (31/31), done. remote: Total 1609 (delta 24), reused 33 (delta 18), pack-reused 1560 Receiving objects: 100% (1609/1609), 1.88 MiB | 0 bytes/s, done. Resolving deltas: 100% (949/949), done. Checking connectivity... done. root@<##Redacted##>:/# cd opt/discover root@<##Redacted##>:/opt/discover# ls -al total 244 drwxr-xr-x 9 root root 4096 May 20 23:22 . drwxr-xr-x 7 root root 4096 May 20 23:22 .. -rw-r--r-- 1 root root 2261 May 20 23:22 alias -rwxr-xr-x 1 root root 186952 May 20 23:22 discover.sh drwxr-xr-x 8 root root 4096 May 20 23:22 .git -rw-r--r-- 1 root root 1081 May 20 23:22 LICENSE drwxr-xr-x 2 root root 4096 May 20 23:22 misc drwxr-xr-x 2 root root 4096 May 20 23:22 mods drwxr-xr-x 5 root root 4096 May 20 23:22 notes drwxr-xr-x 2 root root 4096 May 20 23:22 parsers -rw-r--r-- 1 root root 5149 May 20 23:22 README.md drwxr-xr-x 6 root root 4096 May 20 23:22 report drwxr-xr-x 2 root root 4096 May 20 23:22 resource -rwxr-xr-x 1 root root 6769 May 20 23:22 update.sh root@<##Redacted##>:/opt/discover# ./update.sh Updating Discover. fatal: Not a git repository (or any of the parent directories): .git — You are receiving this because you commented. Reply to this email directly, view it on GitHub<#130https://github.com/leebaird/discover/issues/130?email_source=notifications&email_token=AA3V2QQEG3WMCPT5CXNCJLLPWMXLFA5CNFSM4HOCXSA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV2KOHI#issuecomment-494184221>, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA3V2QQRJ4TYY3AGR354CJDPWMXLFANCNFSM4HOCXSAQ.

Ubuntu

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/leebaird/discover/issues/130?email_source=notifications&email_token=AA3V2QURA2WAGQAEG3URT2TPWMYMLA5CNFSM4HOCXSA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV2K4NI#issuecomment-494186037, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA3V2QQXZKDVHBPO22ZKSYLPWMYMLANCNFSM4HOCXSAQ. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Bizz247 commented 5 years ago

Ah I see, I have PTF installed (recently). So it sounds like i"m good to go for using discover via PTF then.

ninewires commented 5 years ago

Yes, the PTF module performs the urlcrazy edits on install, so you’re good to go. This did uncover a bug, so thanks for that! :-)

On May 20, 2019, at 7:59 PM, Bizz247 notifications@github.com wrote:

Ah I see, I have PTF installed (recently). So it sounds like i"m good to go for using discover via PTF then.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.