Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Installable module, available for Linux, Windows and Mac OS. Quickly view information about any exercise available in Udebug and UVA Judge.
Camaleon is a multiplatform installable module, available for Linux, Windows and Mac OS. Quickly obtain, view and test exercises developed in C++ and Java. camaleon uses the V8 engine Google, so you need to install NodeJS. For more information see udebug and UVA
$ [sudo] npm install -g camaleon
...
$ camaleon -h
camaleon provides access basic information of an exercise. The data are provided by uhunt and camaleon.
# shortcut: camaleon d 100
$ camaleon desc 100
┌─────┬────────┬────────────────────┬───────┬────────┐
│ pid │ number │ title │ limit │ status │
├─────┼────────┼────────────────────┼───────┼────────┤
│ 36 │ 100 │ The 3n + 1 problem │ 3000 │ 1 │
└─────┴────────┴────────────────────┴───────┴────────┘
Consult list of shipments made by a particular user.
# 706667 is the user ID of uva.
# shortcut: camaleon sb 706667
$ camaleon submissions 706667
┌──────────────┬─────────────────────────┐
│ name │ user name │
├──────────────┼─────────────────────────┤
│ Julian David │ anlijudavid@hotmail.com │
└──────────────┴─────────────────────────┘
┌───────────┬─────────┬───────────┬──────┬───────┬──────────────────────────┐
│ Reference │ problem │ result │ time │ code │ date │
├───────────┼─────────┼───────────┼──────┼───────┼──────────────────────────┤
│ 17787180 │ 2253 │ Accepted │ 0 │ c++11 │ Thu Aug 04 2016 13:34:37 │
├───────────┼─────────┼───────────┼──────┼───────┼──────────────────────────┤
│ 18144493 │ 3666 │ Accepted │ 170 │ java │ Sat Oct 08 2016 11:18:18 │
└───────────┴─────────┴───────────┴──────┴───────┴──────────────────────────┘
...
Obtain all test cases available for a given exercise:
$ camaleon cs 100
┌───┬────────┬────────┬───────┬───────────┬───────┐
│ # │ Number │ DataID │ User │ Date │ Votes │
├───┼────────┼────────┼───────┼───────────┼───────┤
│ 5 │ 3 │ 821829 │ Ryuuk │ Fri Jan … │ 3 │
└───┴────────┴────────┴───────┴───────────┴───────┘
Case 5 by Ryuuk :
2 1596 ┐
99 9999 │
1 1999 │
340 30100 │
5 6 │= Estos son los casos
7 10 │
1 98746 │
9999 9998 ┘
...
$ camaleon c hello.cpp #=> Shortcut
$ camaleon compile hello.cpp
$ camaleon c hello.java #=> Shortcut
$ camaleon compile hello.java
$ camaleon c carpeta/hello.cpp
$ camaleon c carpeta/hello.java
$ camaleon help <comando>
# Ejemplo:
$ camaleon help submissions
Note: If the file name contains spaces then use double quotes to specify the file name:
$ camaleon c "carpeta/nombre archivo.cpp"
Camaleon is an open source project. See CONTRIBUTING for details.
This module is released under the [MIT License] license. @juliandavidmr
FAQs
Installable module, available for Linux, Windows and Mac OS. Quickly view information about any exercise available in Udebug and UVA Judge.
The npm package camaleon receives a total of 3 weekly downloads. As such, camaleon popularity was classified as not popular.
We found that camaleon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.