Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mark-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cylab
mark-web
Commits
02b7c253
Commit
02b7c253
authored
4 years ago
by
Alex
Browse files
Options
Downloads
Patches
Plain Diff
New file for webshell data
parent
03e32033
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Include Wowa Training
Pipeline
#5263
passed
4 years ago
Stage: test
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Envoy.blade.php
+1
-0
1 addition, 0 deletions
Envoy.blade.php
app/Http/Controllers/FeedbackController.php
+1
-1
1 addition, 1 deletion
app/Http/Controllers/FeedbackController.php
webshell_expected_new_version.csv
+23415
-0
23415 additions, 0 deletions
webshell_expected_new_version.csv
with
23417 additions
and
1 deletion
Envoy.blade.php
+
1
−
0
View file @
02b7c253
...
...
@@ -22,6 +22,7 @@
echo
'Stop docker container'
docker
stop
$
(
docker
ps
-
aq
)
docker
rm
$
(
docker
ps
-
aq
)
docker
image
rm
gitlab
.
cylab
.
be
:
8081
/
cylab
/
mark
-
web
:
latest
@
endtask
@
task
(
'clone'
)
echo
'clone {{ $repository }} ...'
...
...
This diff is collapsed.
Click to expand it.
app/Http/Controllers/FeedbackController.php
+
1
−
1
View file @
02b7c253
...
...
@@ -128,7 +128,7 @@ class FeedbackController extends Controller
private
function
addFeedbackInDatabase
(
$element
)
{
set_time_limit
(
60
);
$file
=
fopen
(
'./../webshell_expected.csv'
,
'r'
);
$file
=
fopen
(
'./../webshell_expected
_new_version
.csv'
,
'r'
);
$feedback
=
new
Feedback
();
$feedback
->
report_id
=
$element
->
id
;
$i
=
0
;
...
...
This diff is collapsed.
Click to expand it.
webshell_expected_new_version.csv
0 → 100644
+
23415
−
0
View file @
02b7c253
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment