본문 바로가기

Doc/컴퓨터

MOSS(Plagrism Detection) 소스 코드 표절 검사 프로그램

Official Site

 

Plagiarism Detection

A System for Detecting Software Similarity UPDATES Nov 13, 2022, Due to persistent use of robots to submit tens of thousands of Moss jobs per day, the submission limit of 100 submissions/day/user is now being enforced. April 26, 2021, If you are having tro

theory.stanford.edu

 

 

 

Github

 

GitHub - shanemay/MossApp: A GUI application for submitting code files to MOSS

A GUI application for submitting code files to MOSS - GitHub - shanemay/MossApp: A GUI application for submitting code files to MOSS

github.com

 

 

 

User ID Generation

moss@moss.stanford.edu

registeruser
mail username@domain

 

 

 

Perl

e-mail 답장에서 

-----cut here---- 밑부분을 메모장에 복사하여 moss.pl 파일 생성

 

sudo apt-get install perl

 

Linux(Ubuntu, CentOS) 폴더에 moss.pl, 채점할 코드 파일을 넣고 moss.pl 파일 실행

perl moss.pl -l c *.c  #C의 경우
erl moss.pl -l python *.py  #Python의 경우

 

표절 검사 결과는 실행 결과가 저장된 링크에서 확인할 수 있다.

Checking files . . .
OK

...

Query submitted.  Waiting for the server's response.
http://moss.stanford.edu/results/.......

 

 

 

 

 

 

 

Moss - Detecting Plagiarism (코드 카피 체크 프로그램) (Tistory Blog plzrun's algorithm)

 

Moss - Detecting Plagiarism (코드 카피 체크 프로그램)

http://theory.stanford.edu/~aiken/moss/ stanford에서 만든 moss라는 프로그램으로 간단히 코드 카피를 체크할 수 있다. 우리가 받을 프로그램은 정확히는 프로그램이 아니고,그냥 서버로 내가 비교할 파일들

plzrun.tistory.com

 

 

 

MOSS(Measure Of Software Similarity) Windows10 사용법 / 코드 카피 체크 프로그램 / 소프트웨어 유사도 검사 프로그램 / 코드 치팅 검사 (Navere Blog 백준코딩저장소)

 

MOSS(Measure Of Software Similarity) Windows10 사용법 / 코드 카피 체크 프로그램 / 소프트웨어 유사도 검사

학교에서 C프로그래밍 그레이더를 맡게 되었는데, 교수님께서 치팅검사용 프로그램으로 MOSS를 추천해...

blog.naver.com

 

 

 

MOSS 코드 유사도 검사 (Velog RapZ.log)

 

MOSS 코드 유사도 검사

코드 유사도 검사하는 방법 1.이메일을 보낸다. 보내는 사람 : moss@moss.stanford.edu 내용 : registeruser mail id@메일주소 2.정상적으로 보냈으면 메일로 답장이 온다.

velog.io

 










>