Giter VIP home page Giter VIP logo

jimywork / cromos Goto Github PK

View Code? Open in Web Editor NEW
119.0 10.0 35.0 925 KB

Cromos is a tool for downloading legitimate extensions of the Chrome Web Store and inject codes in the background of the application.

Home Page: https://twitter.com/6IX7ine

Python 91.19% PowerShell 1.22% JavaScript 7.59%
chrome linux windows python chrome-extension web-store keylogger dropbox injection force-installation

cromos's People

Contributors

v-and-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cromos's Issues

when i select 1) Download/select an extension i got this error

Traceback (most recent call last):
File "cromos.py", line 5, in
from libs.download import Download
File "/root/cromos/libs/download.py", line 12, in
from libs.build import Build
File "/root/cromos/libs/build.py", line 4, in
from drive import Drive
File "/root/cromos/libs/drive.py", line 9, in
import dropbox
ImportError: No module named dropbox

setup.py

hi .. lauching

python setup.py

it give me this error:

Unable to install requests using pip. Please read the instructions for manual installation.. Exiting
Error: 'module' object has no attribute 'main'
Unable to install dropbox using pip. Please read the instructions for manual installation.. Exiting
Error: 'module' object has no attribute 'main'

if i try to do:

pip install requirements.txt

Collecting requirements.txt
Could not find a version that satisfies the requirement requirements.txt (from versions: )
No matching distribution found for requirements.txt

THNX!!!!

capture

where did i get it wrong?

python cromos.py --extension ahmpjcflkgiildlgicmcieglgoilbfdp --build bat --token ZJdSSjU9EFAAAAAAAAAACnpp-vC1ejBUTmLkkyClxJ-A2jOFHrlBB2oyWK

     (         )      *         )    (     

( )\ ) ( /( ( ` ( /( )\ )
)\ (()/( )()) )))( )()) (()/(
((() /()) (()\ (()()\ (()\ /())
)___ ()) (() (()(() (() ())
((/ | | _ \ / _ \ | / | / _ \ / |
| ( | / | () | | |/| | | () | __ \
_
| ||\ _/ || || _/ |___/

  Version: 1.0 Builds: 1 Modules: 2

[!] The extension has already been downloaded
[!] First upload the files to get shared links
[+] Upload files in dropbox
Traceback (most recent call last):
File "cromos.py", line 75, in
main()
File "cromos.py", line 71, in main
Drive(extension, builds, token).upload()
File "/root/Desktop/cromos/libs/drive.py", line 71, in upload
raise e
ValueError: Timeout value connect was Timeout(connect=30, read=30, total=None), but it must be an int, float or None.

error with dropbox

i get this error when i tried to put drop box token
The extension has already been downloaded
Traceback (most recent call last):
File "cromos.py", line 75, in
main()
File "cromos.py", line 70, in main
Build(extension, builds, token).builder()
File "/root/Desktop/cromos/libs/build.py", line 66, in builder
paths = Drive(self.extension, self.filetype, self.token).ShareLinks()
File "/root/Desktop/cromos/libs/drive.py", line 158, in ShareLinks
paths = self.drive.files_list_folder("/{}".format(self.extension))
File "/usr/local/lib/python2.7/dist-packages/dropbox/base.py", line 715, in files_list_folder
None,
File "/usr/local/lib/python2.7/dist-packages/dropbox/dropbox.py", line 234, in request
timeout=timeout)
File "/usr/local/lib/python2.7/dist-packages/dropbox/dropbox.py", line 325, in request_json_string_with_retry
timeout=timeout)
File "/usr/local/lib/python2.7/dist-packages/dropbox/dropbox.py", line 409, in request_json_string
timeout=timeout,
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 518, in post
return self.request('POST', url, data=data, json=json, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 475, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 585, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 403, in send
timeout=timeout
File "/usr/lib/python2.7/dist-packages/urllib3/connectionpool.py", line 581, in urlopen
timeout_obj = self._get_timeout(timeout)
File "/usr/lib/python2.7/dist-packages/urllib3/connectionpool.py", line 307, in _get_timeout
return Timeout.from_float(timeout)
File "/usr/lib/python2.7/dist-packages/urllib3/util/timeout.py", line 157, in from_float
return Timeout(read=timeout, connect=timeout)
File "/usr/lib/python2.7/dist-packages/urllib3/util/timeout.py", line 97, in init
self._connect = self._validate_timeout(connect, 'connect')
File "/usr/lib/python2.7/dist-packages/urllib3/util/timeout.py", line 130, in _validate_timeout
"int, float or None." % (name, value))
ValueError: Timeout value connect was Timeout(connect=30, read=30, total=None), but it must be an int, float or None.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.