Skip to content

Instantly share code, notes, and snippets.

View vinitkumar's full-sized avatar
🪀
Focusing

Vinit Kumar vinitkumar

🪀
Focusing
View GitHub Profile

============================== title: How did i pulled it off

The task sound pretty simple, to find a unknown password that occurs only once in 1100 line password dump.Also each of these passwords are 30 letters long.

Here is how i went with this problems.

Here is the password dump (dump)[http://paste.ubuntu.com/115909/] First i sorted the dump and then got the uniq password and stored them in another text file.

Answers:
=======
A1) BPCL decided to implement SAP R/3 against backdrop of the companies IT initiative that began in 1996 because the companies senior management realized that unless the procedures were streamlined and communications improved, faster decision making would be very difficult.The communication structure was hampering the integration of activities and there were some key problems such as high cost of traditional comminication, quick access to executives and the need to communicate with recipents. Also ERP was used successfully by other oil companies in world. SAP R/3 Also had a major advantage that it was the only ERP that was the only package that has a oil industry specific package and an India specific package.
A2) The ERP implementation was a part of Companies project CUSEC(Customer Service and Satisfaction ) which had to meet the challenge of an imbalance between refining and marketing.The fist phase of implementation began in April 2000. The Company existing network was redesigned and re
#! /usr/bin/env python
import sys
import os
from subprocess import *
from time import sleep
stuff = Popen(["banner","h34ck4r"],stdout=PIPE)
#! /usr/bin/env python
try:
fp = open('hack.txt','r') #hack.txt is the original passwd dump
up = open('uniq.txt','r') #uniq.txt is the reduced passwd dump
keys = up.readlines()
stuff = []
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Json by file</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Vinit Kumar's FaceBook Friends</h1>
{
"data": [
{
"name": "Mayank Rajgarhia",
"id": "618836"
},
{
"name": "Supreeti Chakrabarti",
"id": "500224099"
},
body{
width: auto;
height: auto;
text-align:left;
font-family:helvetica;
background-color:#272728;
}
#placeholder img {
body{
width: auto;
height: auto;
text-align:left;
font-family:helvetica;
background-color:#272728;
}
#placeholder img {
function img (url){
var short,ul="";
var xhr = new XMLHttpRequest();
xhr.open('POST', 'https://www.googleapis.com/urlshortener/v1/url?key=AIzaSyD1xzZ9B4NElbFAAz8IAhH9Ko1nbap28OU', 'false');
xhr.setRequestHeader('Content-Type', 'application/json');
xhr.onreadystatechange = function () {
"use strict";
function onFacebookLogin() {
"use strict";
localStorage.accessToken || chrome.tabs.getAllInWindow(null, function (e) {
for (var i = 0; i < e.length; i += 1) if (e[i].url.indexOf(successURL) === 0) {
var t = e[i].url.split("#")[1];
access = t.split("&")[0], console.log(access), localStorage.setItem("accessToken", access), chrome.tabs.onUpdated.removeListener(onFacebookLogin);
return;
}
});
}